Skip to content

Commit

Permalink
archetype version
Browse files Browse the repository at this point in the history
  • Loading branch information
vankeisb committed Mar 24, 2012
1 parent f821e2f commit 91a24c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tooling/src/main/scripts/woko
Expand Up @@ -89,7 +89,7 @@ init_project()
echo "Initializing project"
read_init_project_values
echo "| Generating your project, please wait, it can take a while to download everything..."
mvn archetype:generate -DarchetypeArtifactId=woko-archetype -DarchetypeGroupId=com.pojosontheweb\
mvn archetype:generate -DarchetypeVersion=2.0-beta -DarchetypeArtifactId=woko-archetype -DarchetypeGroupId=com.pojosontheweb\
-DgroupId="$groupId" -DartifactId="$artifactId" -Dversion="$version" -DinteractiveMode="false" -q
cd "$artifactId"
mvn exec:java -Dexec.mainClass="woko.tooling.cli.Runner" -Dexec.classpathScope=runtime -Dexec.args="$execargs" -q
Expand Down
2 changes: 1 addition & 1 deletion tooling/src/main/scripts/woko.bat
Expand Up @@ -74,7 +74,7 @@ if exist pom.xml (
)

echo ^| Generating your project, please wait, it can take a while to download everything...
call mvn archetype:generate -DarchetypeArtifactId=woko-archetype -DarchetypeGroupId=com.pojosontheweb -DgroupId="%GROUPID%" -DartifactId="%ARTIFACTID%" -Dversion="%VERSION%" -DinteractiveMode="false" -q
call mvn archetype:generate -DarchetypeArtifactId=woko-archetype -DarchetypeGroupId=com.pojosontheweb -DarchetypeVersion=2.0-beta -DgroupId="%GROUPID%" -DartifactId="%ARTIFACTID%" -Dversion="%VERSION%" -DinteractiveMode="false" -q

cd "%ARTIFACTID%"
call mvn exec:java -Dexec.mainClass="woko.tooling.cli.Runner" -Dexec.classpathScope=runtime -Dexec.args=%EXECARGS% -q
Expand Down

0 comments on commit 91a24c7

Please sign in to comment.