git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
13 lines
577 B
Properties
13 lines
577 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
|
|
|