Addes a license
[hibernate4-maven-plugin] / 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>