Added information about the used license
authorKai Moritz <kai@juplo.de>
Sat, 16 Jul 2016 11:52:55 +0000 (13:52 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 16 Jul 2016 11:55:24 +0000 (13:55 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 972375b..fc958c5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <url>http://juplo.de</url>
   </organization>
 
+  <licenses>
+    <license>
+      <name>GNU Lesser General Public License, Version 3.0</name>
+      <url>http://www.gnu.org/licenses/lgpl-3.0.en.html</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
 
   <properties>
 
     </plugins>
   </build>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.9</version>
+        <configuration>
+          <linkOnly>true</linkOnly>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
 </project>