s

smartics-jboss-modules-maven-plugin

Generates an archive of modules to be copied to an JBoss 7 installation.
${weburl}
The Apache Software License, Version 2.0
Files download
File Operation
smartics-jboss-modules-maven-plugin-1.45.jar download
smartics-jboss-modules-maven-plugin-1.45.pom download
smartics-jboss-modules-maven-plugin-1.45-sources.jar download
Apache Maven
<dependency>
  <groupId>org.fusesource.mvnplugins</groupId>
  <artifactId>smartics-jboss-modules-maven-plugin</artifactId>
  <version>1.45</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.fusesource.mvnplugins:smartics-jboss-modules-maven-plugin:1.45'
Gradle Kotlin
implementation("org.fusesource.mvnplugins:smartics-jboss-modules-maven-plugin:1.45")
Scala SBT
libraryDependencies += "org.fusesource.mvnplugins" % "smartics-jboss-modules-maven-plugin" % "1.45"
Groovy Grape
@Grapes(
  @Grab(group='org.fusesource.mvnplugins', module='smartics-jboss-modules-maven-plugin', version='1.45')
)
Apache Ivy
<dependency org="org.fusesource.mvnplugins" name="smartics-jboss-modules-maven-plugin" rev="1.45" />
Leiningen
[org.fusesource.mvnplugins/smartics-jboss-modules-maven-plugin "1.45"]
Apache Buildr
'org.fusesource.mvnplugins:smartics-jboss-modules-maven-plugin:jar:1.45'