[hibernate-commits] Hibernate SVN: r11449 - trunk/sandbox/maven-poc/Hibernate3.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue May 1 15:26:42 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-05-01 15:26:42 -0400 (Tue, 01 May 2007)
New Revision: 11449

Modified:
   trunk/sandbox/maven-poc/Hibernate3/pom.xml
Log:
various

Modified: trunk/sandbox/maven-poc/Hibernate3/pom.xml
===================================================================
--- trunk/sandbox/maven-poc/Hibernate3/pom.xml	2007-05-01 16:00:29 UTC (rev 11448)
+++ trunk/sandbox/maven-poc/Hibernate3/pom.xml	2007-05-01 19:26:42 UTC (rev 11449)
@@ -15,7 +15,7 @@
 
     <issueManagement>
         <system>jira</system>
-        <url>http://opensource.atlassian.com/projects/hibernate</url>
+        <url>http://opensource.atlassian.com/projects/hibernate/browse/HHH</url>
     </issueManagement>
 
     <ciManagement>
@@ -66,7 +66,8 @@
     <licenses>
         <license>
             <name>GNU Lesser General Public License</name>
-            <url>http://hibernate.org/356.html</url>
+            <url>http://www.gnu.org/copyleft/lesser.html</url>
+            <comments>See discussion at http://hibernate.org/356.html for more details.</comments>
             <distribution>repo</distribution>
         </license>
     </licenses>
@@ -214,10 +215,17 @@
                 </configuration>
             </plugin>
 <!--
-    complaints about plugin version???
+    This one completely does not work for me...
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-changes-report</artifactId>
+                <artifactId>maven-changes-plugin</artifactId>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>jira-report</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
                 <configuration>
                     <statusIds>Closed</statusIds>
                 </configuration>
@@ -245,6 +253,15 @@
                     </tags>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-pmd-plugin</artifactId>
+                <configuration>
+                    <linkXref>true</linkXref>
+                    <minimumTokens>100</minimumTokens>
+                    <targetJdk>1.4</targetJdk>
+                </configuration>
+      </plugin>
         </plugins>
     </reporting>
 




More information about the hibernate-commits mailing list