Notes on the MyFaces Build Tools Maven 2 Archetypes 1.0.1 Release

Release manager: Leonardo Uribe

Timeline

  • Proposed release date: 2008-03-29

Issues

  • Create archetype for portlets
  • Make mvn clean jetty:run work (remove old dependences)
  • Create catalog file for archetype:generate

Testing

Here's how you can help us test the distribution.

mvn archetype:generate -DarchetypeCatalog=http://people.apache.org/~lu4242/m2-archetypes-101

Then on the path of the generated archetype

mvn clean jetty:run

Then look to http://localhost:8080 and that's all.

Tasks

Proposed Release Announcement

}}}

== Diary ==
<<Anchor(diary)>>

1. Preparing archetypes 1.0.0

    * Trying to prepare SUCCESS!.
{{{
mvn release:prepare -DtagBase=https://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/branches/ -Dusername=lu4242 -Dscm.password=??? -Dtag="lu4242_m2_archetypes_101_release" -DdryRun=true
  • Release it! SUCCESS.
mvn release:prepare -DtagBase=https://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/branches/ -Dusername=lu4242 -Dscm.password=??? -Dtag="lu4242_m2_archetypes_101_release" -Dresume=false

2. Deploy on local repo SUCCESS

mvn clean source:jar install deploy -DaltDeploymentRepository=myfaces-local-staging::default::scp://localhost/home/lu4242/stage/repoarchetype101 -Prelease

3. Copy on people.apache.org

scp -p -r org lu4242@people.apache.org:/home/lu4242/public_html/m2-archetypes-101

4. Ask for vote

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

5. Vote success, continue with the procedure

6. Deploy on repo1.maven.org

mvn clean source:jar install deploy -Prelease -DaltDeploymentRepository=myfaces-staging::default::scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository  

7. copy svn branch to tag

8. ANNOUNCE mail

The Apache MyFaces team is pleased to announce the release of
Apache MyFaces Buildtools Archetypes 1.0.1.

Apache MyFaces Buildtools Archetypes are several archetypes using myfaces projects to 
start coding web apps with this line:

mvn archetype:generate -DarchetypeCatalog=http://myfaces.apache.org

Type groupId, artifactId, package, version and that's all!

to run with jetty

mvn clean jetty:run

portlet archetype

mvn clean -PjettyConfig jetty:run

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID "org.apache.myfaces.buildtools".

Enjoy!
  • No labels