Hello everyone,

>From what I can tell, AppFuse 2.0 seems to be finished. In order to
verify this, we need your help.

If you have time, please test the latest code by 1) creating an
archetype using 2.0-SNAPSHOT as the version or 2) try upgrading your
own projects to use 2.0-SNAPSHOT.

For #1, I've attached the archetype:create commands in a text file.
I'd past them into this e-mail, but GMail will likely wrap them and
make it difficult to copy/paste. I've also updated the
archetype:create commands on the QuickStart Guide.

For #2, the upgrade guide can be found at
http://appfuse.org/display/APF/Release+Notes+2.0.

Please let us know if you find any issues that you think we should fix for 2.0.

We plan on starting the release procedures later this evening.

Thanks for all your help, support and patience on the road to 2.0!

Matt

-- 
http://raibledesigns.com
JSF Basic       
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes 
-DarchetypeArtifactId=appfuse-basic-jsf 
-DremoteRepositories=http://static.appfuse.org/repository 
-DarchetypeVersion=2.0-SNAPSHOT -DgroupId=com.mycompany.app 
-DartifactId=myproject

Spring MVC Basic        
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes 
-DarchetypeArtifactId=appfuse-basic-spring 
-DremoteRepositories=http://static.appfuse.org/repository 
-DarchetypeVersion=2.0-SNAPSHOT -DgroupId=com.mycompany.app 
-DartifactId=myproject

Struts 2 Basic  
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes 
-DarchetypeArtifactId=appfuse-basic-struts 
-DremoteRepositories=http://static.appfuse.org/repository 
-DarchetypeVersion=2.0-SNAPSHOT -DgroupId=com.mycompany.app 
-DartifactId=myproject

Tapestry Basic
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes 
-DarchetypeArtifactId=appfuse-basic-tapestry 
-DremoteRepositories=http://static.appfuse.org/repository 
-DarchetypeVersion=2.0-SNAPSHOT -DgroupId=com.mycompany.app 
-DartifactId=myproject

JSF Modular
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes 
-DarchetypeArtifactId=appfuse-modular-jsf 
-DremoteRepositories=http://static.appfuse.org/repository 
-DarchetypeVersion=2.0-SNAPSHOT -DgroupId=com.mycompany.app 
-DartifactId=myproject

Spring MVC Modular
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes 
-DarchetypeArtifactId=appfuse-modular-spring 
-DremoteRepositories=http://static.appfuse.org/repository 
-DarchetypeVersion=2.0-SNAPSHOT -DgroupId=com.mycompany.app 
-DartifactId=myproject

Struts 2 Modular
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes 
-DarchetypeArtifactId=appfuse-modular-struts 
-DremoteRepositories=http://static.appfuse.org/repository 
-DarchetypeVersion=2.0-SNAPSHOT -DgroupId=com.mycompany.app 
-DartifactId=myproject

Tapestry Modular
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes 
-DarchetypeArtifactId=appfuse-modular-tapestry 
-DremoteRepositories=http://static.appfuse.org/repository 
-DarchetypeVersion=2.0-SNAPSHOT -DgroupId=com.mycompany.app 
-DartifactId=myproject

Core
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes 
-DarchetypeArtifactId=appfuse-core 
-DremoteRepositories=http://static.appfuse.org/repository 
-DarchetypeVersion=2.0-SNAPSHOT -DgroupId=com.mycompany.app 
-DartifactId=myproject
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to