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