smartics / smartics-jboss-modules-maven-plugin

Generates an archive of modules based on information in a POM to be copied to an JBoss 7 installation.
https://www.smartics.eu/confluence/display/SJBMMP/
Other
13 stars 10 forks source link

Enable ignoring of optional dependencies in modules #14

Closed jamesnetherton closed 9 years ago

jamesnetherton commented 9 years ago

It may not always be desirable to include optional dependency declarations within generated module.xml files. Especially if there are many dependencies, these additional module references produce unnecessary verbosity in the generated module files.

An option on the Maven plugin such as the following could address this:

<ignoreOptionalDependencies>true</ignoreOptionalDependencies>