maven-plugins/ear/plugin.properties
michal 5878b8d99e - Added auto generation of application.xml file
- Process of bundling artifacts  in ear is  type senstive now


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113414 13f79535-47bb-0310-9956-ffa450edef68
2003-05-08 20:53:55 +00:00

14 lines
640 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}