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/07/09 21:46:32 UTC

svn commit: r420336 - in /geronimo/sandbox/svkmerge/genesis: config/checkstyle-config/pom.xml config/clover-config/pom.xml config/logging-config/pom.xml plugins/plugin-support/pom.xml

Author: jdillon
Date: Sun Jul  9 12:46:32 2006
New Revision: 420336

URL: http://svn.apache.org/viewvc?rev=420336&view=rev
Log:
Use explicit packaging
Fixed checkstyle-config artifactId

Modified:
    geronimo/sandbox/svkmerge/genesis/config/checkstyle-config/pom.xml
    geronimo/sandbox/svkmerge/genesis/config/clover-config/pom.xml
    geronimo/sandbox/svkmerge/genesis/config/logging-config/pom.xml
    geronimo/sandbox/svkmerge/genesis/plugins/plugin-support/pom.xml

Modified: geronimo/sandbox/svkmerge/genesis/config/checkstyle-config/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/genesis/config/checkstyle-config/pom.xml?rev=420336&r1=420335&r2=420336&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/genesis/config/checkstyle-config/pom.xml (original)
+++ geronimo/sandbox/svkmerge/genesis/config/checkstyle-config/pom.xml Sun Jul  9 12:46:32 2006
@@ -28,8 +28,9 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
     
-    <artifactId>clover-checkstyle</artifactId>
+    <artifactId>checkstyle-config</artifactId>
     <name>Genesis Configuration :: Checkstyle</name>
+    <packaging>jar</packaging>
     
     <description>
         Provides the common Checkstyle configuration used by all modules.

Modified: geronimo/sandbox/svkmerge/genesis/config/clover-config/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/genesis/config/clover-config/pom.xml?rev=420336&r1=420335&r2=420336&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/genesis/config/clover-config/pom.xml (original)
+++ geronimo/sandbox/svkmerge/genesis/config/clover-config/pom.xml Sun Jul  9 12:46:32 2006
@@ -30,6 +30,7 @@
     
     <artifactId>clover-config</artifactId>
     <name>Genesis Configuration :: Clover</name>
+    <packaging>jar</packaging>
     
     <description>
         Provides the common Clover configuration used by all modules.

Modified: geronimo/sandbox/svkmerge/genesis/config/logging-config/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/genesis/config/logging-config/pom.xml?rev=420336&r1=420335&r2=420336&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/genesis/config/logging-config/pom.xml (original)
+++ geronimo/sandbox/svkmerge/genesis/config/logging-config/pom.xml Sun Jul  9 12:46:32 2006
@@ -30,6 +30,7 @@
     
     <artifactId>logging-config</artifactId>
     <name>Genesis Configuration :: Logging</name>
+    <packaging>jar</packaging>
     
     <description>
         Provides the common logging configuration used by the build process,

Modified: geronimo/sandbox/svkmerge/genesis/plugins/plugin-support/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/genesis/plugins/plugin-support/pom.xml?rev=420336&r1=420335&r2=420336&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/genesis/plugins/plugin-support/pom.xml (original)
+++ geronimo/sandbox/svkmerge/genesis/plugins/plugin-support/pom.xml Sun Jul  9 12:46:32 2006
@@ -30,6 +30,7 @@
 
     <artifactId>plugin-support</artifactId>
     <name>Genesis Plugins :: Plugin Support</name>
+    <packaging>jar</packaging>
     
     <dependencies>