+1 Nice work! If you happen to run an old version of the maven archetype plugin (it was my case), just run:
mvn archetype:generate -DarchetypeCatalog=http://people.apache.org/~lu4242/m2-archetypes-101 -U And Leonardo, you should vote too to make the second vote ;-) Cheers, Bruno On 25/03/2008, Leonardo Uribe <[EMAIL PROTECTED]> wrote: > Hi, > > I was running the needed tasks to get the 1.0.1 release of Apache > MyFaces Build Tools Archetypes out. > > This release has fixes using jetty plugins and includes a > myfaces-archetype-helloworld-portlets. > > Please note that this vote concerns all of the following parts: > 1. Maven artifact group "org.apache.myfaces.buildtools" v1.0.1 (only > archetypes) [1] > > The artifacts are deployed to my private Apache account ([1]). > > Please take a look at the "1.0.1" artifacts and vote! > > For run the archetypes just do the following: > > mvn archetype:generate > -DarchetypeCatalog=http://people.apache.org/~lu4242/m2-archetypes-101 > > Choose the archetype you want, and give the groupId, artifactId and other > properties. > > Then on the path of the generated archetype > > mvn clean jetty:run > > For portlets plugin: > > mvn clean -PjettyConfig jetty:run > > Then look to http://localhost:8080 and that's all. > > Please note: This vote is "majority approval" with a minimum of three > +1 votes (see [3]). > > ------------------------------------------------ > [ ] +1 for community members who have reviewed the bits > [ ] +0 > [ ] -1 for fatal flaws that should cause these bits not to be released, > and why.............. > ------------------------------------------------ > > Thanks, > Leonardo Uribe > > [1] http://people.apache.org/~lu4242/m2-archetypes-101 > [2] > http://www.apache.org/foundation/voting.html#ReleaseVotes > >
