Addes a license
authorKai Moritz <kai@coolibri.de>
Tue, 27 Nov 2012 18:04:58 +0000 (19:04 +0100)
committerKai Moritz <kai@coolibri.de>
Tue, 11 Dec 2012 20:55:45 +0000 (21:55 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 0fed94e..f53136f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <maven>2.0.6</maven>
   </prerequisites>
 
+  <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>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+
   <scm>
     <connection>scm:git:http://juplo.de/git/hibernate4-maven-plugin</connection>
     <developerConnection>scm:git:ssh://juplo.de:/var/cache/git/juplo/hibernate4-maven-plugin</developerConnection>