Well, that seemed to work, although now when I try cd target/generated-sources/archetype mvn install
I get [INFO] Error building POM (may not be this project's POM). Project ID: org.appfuse:appfuse-light-tapestry-archetype Reason: Invalid project file: distribution status must not be specified for a project outside of the repository for project org.appfuse:appfuse-light-tapestry-archetype [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.reactor.MavenExecutionException: Invalid project file: distribution status must not be specified for a project outside of the repository for project org.appfuse:appfuse-light-tapestry-archetype ----- Here is the pom.xml: <?xml version="1.0" encoding="UTF-8"?><project> <modelVersion>4.0.0</modelVersion> <groupId>org.appfuse</groupId> <artifactId>appfuse-light-tapestry-archetype</artifactId> <packaging>maven-archetype</packaging> <name>appfuse-light-tapestry-archetype</name> <version>2.1-SNAPSHOT</version> <build> <extensions> <extension> <groupId>org.apache.maven.archetype</groupId> <artifactId>archetype-packaging</artifactId> <version>2.0-alpha-4</version> </extension> </extensions> <plugins> <plugin> <artifactId>maven-archetype-plugin</artifactId> <version>2.0-alpha-4</version> <extensions>true</extensions> </plugin> </plugins> </build> <distributionManagement> <status>generated</status> </distributionManagement> </project> Getting closer.... B-) Ross -- View this message in context: http://www.nabble.com/Simple%2C-ant-oriented-appfuse-light-with-Tap-5%2C-Spring%2C-Hibernate-tp24794302s2369p24794832.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net