MVN

com.googlecode.smartgwt-maven-plugin : smartgwt-maven-plugin

Maven & Gradle

Jun 25, 2013

smartgwt-maven-plugin · Facilitates the download, preparation, installation, and deployment of Maven artifacts from the Isomorphic builds available at http://www.smartclient.com/builds/.

<plugin>
    <groupId>com.googlecode.smartgwt-maven-plugin</groupId>
    <artifactId>smartgwt-maven-plugin</artifactId>
    <version>3.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.smartgwt-maven-plugin : smartgwt-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.1

All Versions

Choose a version of com.googlecode.smartgwt-maven-plugin : smartgwt-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1
smartgwt-maven-plugin-3.1
3.0
smartgwt-maven-plugin-3.0
2.5
smartgwt-maven-plugin-2.5

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.googlecode.smartgwt-maven-plugin</groupId>
    <artifactId>smartgwt-maven-plugin</artifactId>
    <version>3.1</version>
</plugin>