Changes between Initial Version and Version 1 of Devel/GWTwithMaven


Ignore:
Timestamp:
10/03/07 10:30:22 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Devel/GWTwithMaven

    v1 v1  
     1wiki:Devel/Index
     2
     3= Incorporating GWT into Maven =
     4
     5 * pack gwt-dev-(OS Name).jar with library files, then create gwt-dev-(OS Name)-(version).jar archives
     6   * *.dll (windows)
     7   * *.jnilib (mac)
     8   * *.so  (linux)
     9 * source:trunk/archive/gwt/dev
     10
     11 * Deploy the archives into the maven repository
     12{{{
     13leo@leopardcat:utgb/utgb-core> mvn deploy:deploy-file -Dfile=$(cygpath -w ~/work/utgb/trunk/archive/gwt/dev/gwt-dev-windows-1.4.60.jar ) -DgroupId=com.google.gwt -DartifactId=gwt-dev-windows -Dversion=1.4.60 -Dpackaging=jar -DrepositoryId=utgb -Durl=file://f:/cygwin/home/leo/work/workspace/utgb/maven/artifact
     14}}}