Revision: 8144
Author: gwt.mirror...@gmail.com
Date: Fri May 14 08:07:31 2010
Log: Update rev to snapshot, fix soyc-vis
Review by: cramsd...@google.com
http://code.google.com/p/google-web-toolkit/source/detail?r=8144
Modified:
/branches/2.1/bikeshed/scripts/maven_script.sh
=======================================
--- /branches/2.1/bikeshed/scripts/maven_script.sh Mon May 10 18:33:18 2010
+++ /branches/2.1/bikeshed/scripts/maven_script.sh Fri May 14 08:07:31 2010
@@ -22,6 +22,8 @@
for i in dev user servlet bikeshed
do
- mvn install:install-file -DgroupId=com.google.gwt -DartifactId=gwt-${i}
-Dversion=2.0.999 -Dpackaging=jar -Dfile=build/lib/gwt-${i}.jar
-DgeneratePom=true
+ mvn install:install-file -DgroupId=com.google.gwt -DartifactId=gwt-${i}
-Dversion=2.0.999-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.0.999-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