<dependency>
<groupId>org.fusesource.mvnplugins</groupId>
<artifactId>smartics-jboss-modules-maven-plugin</artifactId>
<version>1.45</version>
<type>maven-plugin</type>
</dependency>
libraryDependencies += "org.fusesource.mvnplugins" % "smartics-jboss-modules-maven-plugin" % "1.45"
@Grapes(
@Grab(group='org.fusesource.mvnplugins', module='smartics-jboss-modules-maven-plugin', version='1.45')
)
<dependency org="org.fusesource.mvnplugins" name="smartics-jboss-modules-maven-plugin" rev="1.45" />
<parent> <groupId>org.fusesource.mvnplugins</groupId> <artifactId>mvnplugins</artifactId> <version>1.45</version> </parent>
compile
|-- de.smartics.util:smartics-commons:0.5.2
|-- org.codehaus.plexus:plexus-utils:3.0.1
|-- org.apache.maven:maven-project:2.2.1
|-- org.apache.maven:maven-core:3.2.5
|-- org.apache.maven:maven-settings:3.2.5
|-- org.apache.maven:maven-plugin-api:3.2.5
|-- org.apache.maven:maven-archiver:2.5
|-- org.eclipse.aether:aether-api:1.0.0.v20140518
|-- org.eclipse.aether:aether-util:1.0.0.v20140518
|-- org.eclipse.aether:aether-transport-wagon:1.0.0.v20140518
|-- org.apache.maven.wagon:wagon-http-lightweight:2.0
|-- org.jboss:jandex:1.0.3.Final
|-- org.slf4j:slf4j-jdk14:1.6.4
|-- de.smartics.util:smartics-test-utils:0.3.3
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.2
test
|-- org.hamcrest:hamcrest-all:1.3
|-- de.smartics.testdoc:testdoc-core:0.4.1
|-- de.smartics.testdoc:testdoc-annotations:0.4.1
|-- junit:junit:4.11