Add standard distributionManagement definition

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1298535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-03-08 19:45:47 +00:00
parent 85848c25a9
commit 36b73ef5d3
1 changed files with 8 additions and 0 deletions

View File

@ -444,6 +444,14 @@
</dependency>
</dependencies>
<distributionManagement>
<site>
<id>apache.website</id>
<name>Apache Commons Site</name>
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url>
</site>
</distributionManagement>
<properties>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>