git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113177 13f79535-47bb-0310-9956-ffa450edef68
18 lines
800 B
Properties
18 lines
800 B
Properties
# -------------------------------------------------------------------
|
|
# P R O J E C T P R O P E R T I E S
|
|
# -------------------------------------------------------------------
|
|
maven.xdoc.date=left
|
|
maven.xdoc.version=${pom.currentVersion}
|
|
maven.checkstyle.format = turbine
|
|
maven.license.licenseFile=${basedir}/../../../LICENSE.txt
|
|
|
|
# Properties specific to the plugin
|
|
|
|
# Note: These should be removed once Maven artifacts dependencies
|
|
# mechanism is finalized.
|
|
|
|
maven.cactus.artifacts.zips.dir = ${maven.repo.local}/cactus/zips
|
|
maven.cactus.antintegration.version = 13-1.5dev-20030322
|
|
maven.cactus.antintegration.name = jakarta-cactus-integration-ant-${maven.cactus.antintegration.version}
|
|
maven.cactus.antintegration.zip = ${maven.cactus.artifacts.zips.dir}/${maven.cactus.antintegration.name}.zip
|