git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114413 13f79535-47bb-0310-9956-ffa450edef68
17 lines
671 B
Properties
17 lines
671 B
Properties
# -------------------------------------------------------------------
|
|
# P L U G I N P R O P E R T I E S
|
|
# -------------------------------------------------------------------
|
|
# ear plugin.
|
|
# -------------------------------------------------------------------
|
|
|
|
# Location of additional sources to include in the ear file
|
|
maven.ear.src=${maven.src.dir}/application
|
|
|
|
# Location of xml configs and manifest files
|
|
maven.ear.descriptordir=${maven.ear.src}/META-INF
|
|
maven.ear.appxml=${maven.ear.descriptordir}/application.xml
|
|
maven.ear.manifest=${maven.ear.descriptordir}/MANIFEST.MF
|
|
maven.ear.appxml.generate=false
|
|
maven.ear.displayname=${pom.id}
|
|
maven.ear.appxml.version=1.3
|