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