add license and organization to POM

git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1156957 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Bodewig 2011-08-12 03:58:18 +00:00
parent 7dc2bce336
commit 8fc5823c56
1 changed files with 11 additions and 0 deletions

View File

@ -25,6 +25,17 @@
<artifactId>ant-antunit</artifactId>
<packaging>jar</packaging>
<version>${artifact.version}</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<organization>
<name>The Apache Software Foundation</name>
<url>http://www.apache.org/</url>
</organization>
<!--
Test doesn't work from maven, you have to fight with tricky classpath