Revision: 8604
Author: [email protected]
Date: Fri Aug 20 08:38:56 2010
Log: Update the maven script to push to the snapshot version.
Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=8604
Modified:
/trunk/tools/scripts/maven_script.sh
=======================================
--- /trunk/tools/scripts/maven_script.sh Tue Aug 10 08:07:22 2010
+++ /trunk/tools/scripts/maven_script.sh Fri Aug 20 08:38:56 2010
@@ -22,8 +22,8 @@
for i in dev user servlet
do
- mvn install:install-file -DgroupId=com.google.gwt -DartifactId=gwt-${i}
-Dversion=2.1.0.M3 -Dpackaging=jar -Dfile=build/lib/gwt-${i}.jar
-DgeneratePom=true
+ mvn install:install-file -DgroupId=com.google.gwt -DartifactId=gwt-${i}
-Dversion=2.1-SNAPSHOT -Dpackaging=jar -Dfile=build/lib/gwt-${i}.jar
-DgeneratePom=true
done
touch /tmp/empty-fake-soyc-vis.jar
-mvn install:install-file -DgroupId=com.google.gwt
-DartifactId=gwt-soyc-vis -Dversion=2.1.0.M3 -Dpackaging=jar
-DgeneratePom=true -Dfile=/tmp/empty-fake-soyc-vis.jar
+mvn install:install-file -DgroupId=com.google.gwt
-DartifactId=gwt-soyc-vis -Dversion=2.1-SNAPSHOT -Dpackaging=jar
-DgeneratePom=true -Dfile=/tmp/empty-fake-soyc-vis.jar
echo "installed the gwt libs in the maven repo"
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors