I'm using maven 2.1.0-M2, appfuse version 2.1.0-M2 and appfuse-basic-struts-archetype archetype.
mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-struts-archetype -DarchetypeVersion=2.1.0-M2 -DgroupId=com.recycleforfree -DartifactId=recycleforfree Initially it failed to run mvn eclipse:eclipse. I found a solution that uses another version of the eclipse plugin: mvn install org.apache.maven.plugins:maven-eclipse-plugin:2.6:eclipse -DdownloadSources=true -DdownloadJavadocs=true Then afterwards it generated a project with double webapps folders: main/java/com/recycleforfree/webapp/webapp/action/BaseAction.java And of course the package specify: package com.recycleforfree.webapp.action; Is there any solution for it or should I try to use this appfuse2? I am starting a new project from scratch and thought it would be a good idea to use appfuse. As app-fuse is improved, can I update my project with the changes, or I will be stuck with that version when I ran the archetype? Thanks for the help... -- View this message in context: http://appfuse.547863.n4.nabble.com/basic-struts-archetype-generating-duble-webapps-folder-tp3225069p3225069.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