+1

Am 25.04.12 00:24, schrieb Leonardo Uribe:
Hi,

I was running the needed tasks to get the 1.0.4 release of Apache
MyFaces Build Tools Archetypes out.

Please note that this vote concerns all of the following parts:
  1. Maven artifact group "org.apache.myfaces.buildtools" v1.0.4 (only
archetypes)

The artifacts are deployed to the nexus repository [1].

The following issues have been addressed in this release:

  * Update archetypes to recent versions of MyFaces Core, CODI, OWB.
  * Include tomcat7-maven-plugin reference into archetype
  * Update JSF 2.0 archetypes to jetty 8
  * Add myfaces-helloworld20-debug archetype

To test the archetypes just do the following:

Create a project from an archetype:

mvn archetype:generate
-DarchetypeCatalog=http://people.apache.org/~lu4242/m2_archetypes_104_release

Choose an archetype from the list and enter values for groupId,
artifactId and version.

Then on the path of the generated archetype

mvn clean jetty:run-exploded

or for the 2.0 archetypes

mvn clean jetty:run-exploded -PjettyConfig

       - Run using jetty
           mvn clean jetty:run
           mvn clean -Dcontainer=jetty-mojarra jetty:run
           Set your browser to http://localhost:8080/${artifactId}
       - Run using tomcat
           mvn clean -Dcontainer=tomcat7 tomcat:run
           Set your browser to http://localhost:8080/${artifactId}
       - Run war using tomcat
           mvn clean -Dcontainer=tomcat7 tomcat:run-war
           Set your browser to http://localhost:8080/${artifactId}
       - Run war using jetty (remove<webApp>  config inside plugin config first)
           mvn clean jetty:run-war
           mvn clean -Dcontainer=jetty-mojarra jetty:run-war
           Set your browser to http://localhost:8080
       - Build war and bundle JSF jars
           mvn clean -Pbundle-myfaces install
           mvn clean -Pbundle-mojarra install

Please take a look at the "1.0.4" artifacts and vote!

Please note: This vote is "majority approval" with a minimum of three
+1 votes (see [2]).

------------------------------------------------
[ ] +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

[1] https://repository.apache.org/content/repositories/orgapachemyfaces-096/
[2] http://www.apache.org/foundation/voting.html#ReleaseVotes



Reply via email to