Author: hardy.ferentschik
Date: 2009-03-04 10:19:00 -0500 (Wed, 04 Mar 2009)
New Revision: 16074
Modified:
validator/trunk/hibernate-validator-legacy/pom.xml
validator/trunk/hibernate-validator/pom.xml
validator/trunk/pom.xml
Log:
pom refactoring
Modified: validator/trunk/hibernate-validator/pom.xml
===================================================================
--- validator/trunk/hibernate-validator/pom.xml 2009-03-04 15:02:19 UTC (rev 16073)
+++ validator/trunk/hibernate-validator/pom.xml 2009-03-04 15:19:00 UTC (rev 16074)
@@ -126,26 +126,6 @@
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.0.1</version>
</plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <reportSets>
- <reportSet>
- <id>html</id>
- <configuration>
- <tags>
- <tag>
- <name>todo</name>
- <placement>a</placement>
- <head>ToDo:</head>
- </tag>
- </tags>
- </configuration>
- <reports>
- <report>javadoc</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
</plugins>
</reporting>
</project>
Modified: validator/trunk/hibernate-validator-legacy/pom.xml
===================================================================
--- validator/trunk/hibernate-validator-legacy/pom.xml 2009-03-04 15:02:19 UTC (rev
16073)
+++ validator/trunk/hibernate-validator-legacy/pom.xml 2009-03-04 15:19:00 UTC (rev
16074)
@@ -11,7 +11,7 @@
<artifactId>hibernate-validator-legacy</artifactId>
<packaging>jar</packaging>
<name>Hibernate Validator (legacy)</name>
- <version>3.1.0.GA</version>
+ <version>3.1.0.GA-SNAPSHOT</version>
<url>http://validator.hibernate.org</url>
<licenses>
<license>
Modified: validator/trunk/pom.xml
===================================================================
--- validator/trunk/pom.xml 2009-03-04 15:02:19 UTC (rev 16073)
+++ validator/trunk/pom.xml 2009-03-04 15:19:00 UTC (rev 16074)
@@ -131,7 +131,7 @@
During release:perform, enable the "release" profile
-->
<releaseProfiles>release</releaseProfiles>
- <goals>site assembly:assembly</goals>
+ <goals>package site assembly:assembly</goals>
</configuration>
</plugin>
</plugins>
@@ -186,6 +186,23 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
+ <reportSets>
+ <reportSet>
+ <id>html</id>
+ <configuration>
+ <tags>
+ <tag>
+ <name>todo</name>
+ <placement>a</placement>
+ <head>ToDo:</head>
+ </tag>
+ </tags>
+ </configuration>
+ <reports>
+ <report>javadoc</report>
+ </reports>
+ </reportSet>
+ </reportSets>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Show replies by date