git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112796 13f79535-47bb-0310-9956-ffa450edef68
16 lines
525 B
Properties
16 lines
525 B
Properties
# -------------------------------------------------------------------
|
|
# P L U G I N P R O P E R I E S
|
|
# -------------------------------------------------------------------
|
|
# JDeveloper plugin.
|
|
# -------------------------------------------------------------------
|
|
|
|
# Define project properties
|
|
maven.jdeveloper.workspache=WPS
|
|
maven.jdeveloper.relative.path=../../..
|
|
maven.jdeveloper.maven.home=contrib/maven-1.0-beta-7
|
|
|
|
# Enable J2EE stuff
|
|
maven.war.final.name=${pom.artifactId}
|
|
ear.bundle.war.context-root=${pom.artifactId}
|
|
|