Created
November 30, 2015 14:09
-
-
Save jirikrepl/49e59b43cc9d29c9fd49 to your computer and use it in GitHub Desktop.
pridani smartgwt 4.1 5.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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