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:
parent
7dc2bce336
commit
8fc5823c56
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue