You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/08/20 06:15:58 UTC

svn commit: r432933 - /geronimo/genesis/trunk/config/project-config/pom.xml

Author: jdillon
Date: Sat Aug 19 21:15:58 2006
New Revision: 432933

URL: http://svn.apache.org/viewvc?rev=432933&view=rev
Log:
Move clover config props to dependencyManagement so they can be changed by child pom

Modified:
    geronimo/genesis/trunk/config/project-config/pom.xml

Modified: geronimo/genesis/trunk/config/project-config/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/config/project-config/pom.xml?rev=432933&r1=432932&r2=432933&view=diff
==============================================================================
--- geronimo/genesis/trunk/config/project-config/pom.xml (original)
+++ geronimo/genesis/trunk/config/project-config/pom.xml Sat Aug 19 21:15:58 2006
@@ -240,6 +240,12 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-clover-plugin</artifactId>
                     <version>2.2</version>
+                    <configuration>
+                        <generateHtml>true</generateHtml>
+                        <jdk>1.4</jdk>
+                        <!-- Pulled as resource from clover-config plugin -->
+                        <licenseLocation>org/apache/geronimo/clover.license</licenseLocation>
+                    </configuration>
                 </plugin>
                 
                 <plugin>
@@ -317,12 +323,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-clover-plugin</artifactId>
-                <configuration>
-                    <generateHtml>true</generateHtml>
-                    <jdk>1.4</jdk>
-                    <!-- Pulled as resource from clover-config plugin -->
-                    <licenseLocation>org/apache/geronimo/clover.license</licenseLocation>
-                </configuration>
                 <executions>
                     <execution>
                         <phase>pre-site</phase>