mvn archetype:generate Your project should be one of the first choices.
Matt On Mon, May 4, 2009 at 7:22 PM, Kenny Ha <vifaxoc...@yahoo.com> wrote: > > Ok, I did as u said. > I got a file project_A-archetype-1.0-SNAPSHOT.jar in my repository. > So then what should I do to create a new project_B based on project_A?? > > Thanks much! > > > mraible wrote: > > > > mvn archetype:create-from-project > > cd target/generated-sources/archetype > > mvn install > > > > On Mon, May 4, 2009 at 3:36 AM, tibi <t...@dds.nl> wrote: > > > >> you can turn it with maven into an archtype. > >> google on maven archtype i guess > >> > >> Kenny Ha wrote: > >> > Hi all, > >> > > >> > Assume I created a Maven project A and installed it to my repository. > >> > Now I want to create a new project B based on project A's framework. > >> > What should I do?? > >> > > >> > Thanks all! > >> > > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > >> For additional commands, e-mail: users-h...@appfuse.dev.java.net > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/Create-new-project-based-on-old-project-framework-tp23365471s2369p23379518.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 > >