Hi, I've been using Maven 2 to pull the Smart GWT jars into my build area (via pom.xml) but the usual URL (with the version changed) doesn't seem to work with the latest Smart GWT 2.2 jars. Any help would be appreciated. Thanks!
The following URL works with Maven 2 for Smart GWT 2.1:
http://www.smartclient.com/maven2/com/smartgwt/smartgwt/2.1/smartgwt-2.1.jar
The following URL doesn't work with Maven 2 for Smart GWT 2.2:
http://www.smartclient.com/maven2/com/smartgwt/smartgwt/2.2/smartgwt-2.2.jar
The following URL works with Maven 2 for Smart GWT 2.1:
http://www.smartclient.com/maven2/com/smartgwt/smartgwt/2.1/smartgwt-2.1.jar
The following URL doesn't work with Maven 2 for Smart GWT 2.2:
http://www.smartclient.com/maven2/com/smartgwt/smartgwt/2.2/smartgwt-2.2.jar
Comment