Created project-website
[hibernate4-maven-plugin] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0fed94e..dafcf99 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>
     </developer>
   </developers>
 
+  <distributionManagement>
+    <site>
+      <id>www.juplo.de</id>
+      <url>scp://juplo.de/var/www/juplo/hibernate4-maven-plugin</url>
+    </site>
+  </distributionManagement>
+
+  <ciManagement>
+    <system>Continuum</system>
+    <url>http://juplo.de/continuum/</url>
+    <notifiers>
+      <notifier>
+        <type>mail</type>
+        <address>kai@juplo.de</address>
+      </notifier>
+    </notifiers>
+  </ciManagement>
+
   <properties>
     <!-- Zeichensatz -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <!-- Verwendete Versionen -->
-    <hibernate-core.version>4.1.5.SP1</hibernate-core.version>
+    <hibernate-core.version>4.1.8.Final</hibernate-core.version>
     <maven.version>3.0.4</maven.version>
     <maven-plugin-log4j.version>1.0.1</maven-plugin-log4j.version>
     <scannotation.version>1.0.2</scannotation.version>
     </plugins>
   </build>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-changes-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jxr-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <configuration>
+          <linkXref>true</linkXref>
+          <targetJdk>1.5</targetJdk>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-plugin-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+
 </project>