Package org.apache.maven.plugins.ear
Interface JbossEarModule
public interface JbossEarModule
Represents a JBoss specific ear module.
- Author:
- Stephane Nicoll
-
Method Summary
Modifier and TypeMethodDescriptionvoid
appendJbossModule
(org.codehaus.plexus.util.xml.XMLWriter writer, String version) Appends theXML
representation of this module for the jboss-app.xml file.
-
Method Details
-
appendJbossModule
Appends theXML
representation of this module for the jboss-app.xml file.- Parameters:
writer
- the writer to useversion
- the version of thejboss-app.xml
file
-