Author: nbelaevski
Date: 2008-02-29 13:45:14 -0500 (Fri, 29 Feb 2008)
New Revision: 6465
Modified:
trunk/samples/createProject.bat
trunk/samples/createProject.sh
Log:
project creation scripts updated
Modified: trunk/samples/createProject.bat
===================================================================
--- trunk/samples/createProject.bat 2008-02-29 18:44:21 UTC (rev 6464)
+++ trunk/samples/createProject.bat 2008-02-29 18:45:14 UTC (rev 6465)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=org.ajax4jsf.cdk
-DarchetypeArtifactId=maven-archetype-jsfwebapp -DarchetypeVersion=1.1.1-SNAPSHOT
-DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk
-DarchetypeArtifactId=maven-archetype-jsfwebapp -DarchetypeVersion=3.2.0-SNAPSHOT
-DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
Modified: trunk/samples/createProject.sh
===================================================================
--- trunk/samples/createProject.sh 2008-02-29 18:44:21 UTC (rev 6464)
+++ trunk/samples/createProject.sh 2008-02-29 18:45:14 UTC (rev 6465)
@@ -1,3 +1,3 @@
#!/bin/sh
-mvn archetype:create -DarchetypeGroupId=org.ajax4jsf.cdk
-DarchetypeArtifactId=maven-archetype-jsfwebapp \
- -DarchetypeVersion=1.1.1-SNAPSHOT -DgroupId=org.richfaces -DartifactId=$1
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk
-DarchetypeArtifactId=maven-archetype-jsfwebapp \
+ -DarchetypeVersion=3.2.0-SNAPSHOT -DgroupId=org.richfaces -DartifactId=$1
\ No newline at end of file
Show replies by date