Discussion:
[jboss-user] jboss-as-maven-plugin configuration skip/inherited
D Grupp
2013-01-24 09:36:41 UTC
Permalink
Hello,

on the web some pom's document the following configuration of the jboss-as-maven-plugin

<plugin>
<groupId>org.jboss.as.plugins</groupId>
<artifactId>jboss-as-maven-plugin</artifactId>
<version>7.0.2.Final</version>
<inherited>true</inherited>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

but I cannot find any documentation on "inherited" or "configuration" on http://docs.jboss.org/jbossas/7/plugins/maven/final/ or google.

Did I oversee something? Where can I find it documented?

Regards,

Mike

Loading...