From: Piotr T. <pi...@cg...> - 2011-03-31 14:38:23
|
W dniu 2011-03-29 14:58, Jon Britton pisze: > Hi, > > Is the snapshot version of gwt-openlayers available using Maven? > > Cheers, > > Jon > > You can always do on own build version: call mvn install:install-file -Dfile=gwt-openlayers-client-0.6-SNAPSHOT.jar -DgroupId=org.gwtopenmaps.openlayers -DartifactId=gwt-openlayers-client -Dversion=0.6 -Dpackaging=jar -DgeneratePom=true call mvn install:install-file -Dfile=gwt-openlayers-server-0.6-SNAPSHOT.jar -DgroupId=org.gwtopenmaps.openlayers -DartifactId=gwt-openlayers-server -Dversion=0.6 -Dpackaging=jar -DgeneratePom=true /Peter |