Hi All,
I am having a problem trying to add the tapx-datefield artifact a Tapestry 5.0.18 project. More specifically, I have added the following to my pom.xml: <dependency> <groupId>com.formos.tapestry</groupId> <artifactId>tapx-datefield</artifactId> <version>1.0.0-SNAPSHOT</version> </dependency> Maven fails while trying to resolve a tapestry360-project dependency, for which this artifact appears to rely on. The error itself appears as follows: [WARNING] An error occurred during dependency resolution of the following artifact: com.formos.tapestry:tapx-datefield1.0.0-SNAPSHOT Caused by: Unable to get dependency information: Unable to read the metadata file for artifact 'com.formos.tapestry:tapx-datefield:jar': Cannot find parent: com.formos.tapestry:tapestry360-project for project: com.formos.tapestry:tapx-project:pom:1.0.0-SNAPSHOT for project com.formos.tapestry:tapx-project:pom:1.0.0-SNAPSHOT com.formos.tapestry:tapx-datefield:jar:1.0.0-SNAPSHOT I looked through the snapshot repository at http://tapestry.formos.com/maven-snapshot-repository, and found no such artifact. Any insight would be greatly appreciated. Thanks, Eric