Page tree

 

The plugin is downloaded by integrating it into the Maven build process. The plugin may also be downloaded from its artifact repository, but since downloading does not resolve its dependencies, this approach is of little use.

Description

The artifact is available from the Maven Central Repository at /de/smartics/maven/plugin/smartics-jboss-modules-maven-plugin.

Use the following coordinates to identify this plugin:

<dependency>
  <groupId>de.smartics.maven.plugin</groupId>
  <artifactId>smartics-jboss-modules-maven-plugin</artifactId>
  <version>2.1.5</version>
</dependency>

Usually you would include the plugin into your build process as documented in Usage of Plugin.

Resources