Skip to content

Instantly share code, notes, and snippets.

@jirikrepl
Created November 30, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jirikrepl/49e59b43cc9d29c9fd49 to your computer and use it in GitHub Desktop.
Save jirikrepl/49e59b43cc9d29c9fd49 to your computer and use it in GitHub Desktop.
pridani smartgwt 4.1 5.0
<pluginManagement>
<plugin>
<groupId>com.isomorphic</groupId>
<artifactId>isc-maven-plugin</artifactId>
<version>1.1.1</version>
</plugin>
...
</plugins>
...
</pluginManagement>
mozna budes potrebovat maven:
sudo dnf install maven
4.1p
mvn com.isomorphic:isc-maven-plugin:install -Dproduct=SMARTGWT -Dlicense=LGPL -DbuildNumber=4.1p -DbuildDate=2015-11-26
<dependency>
<groupId>com.isomorphic.smartgwt.lgpl</groupId>
<artifactId>smartgwt-lgpl</artifactId>
<version>4.1-p20151126</version>
</dependency>
5.0p
mvn com.isomorphic:isc-maven-plugin:install -Dproduct=SMARTGWT -Dlicense=LGPL -DbuildNumber=5.0p -DbuildDate=2015-11-29
<dependency>
<groupId>com.isomorphic.smartgwt.lgpl</groupId>
<artifactId>smartgwt-lgpl</artifactId>
<version>5.0-p20151129</version>
</dependency>
usage:
https://isomorphic.atlassian.net/wiki/display/Main/Using+Maven+with+SmartGWT
respository:
http://www.smartclient.com/builds
http://www.smartclient.com/builds/SmartGWT/4.1p/LGPL/2015-11-26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment