You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ch...@apache.org on 2008/06/09 18:33:24 UTC

svn commit: r665752 - /servicemix/maven-plugins/servicemix-build/trunk/pom.xml

Author: chirino
Date: Mon Jun  9 09:33:24 2008
New Revision: 665752

URL: http://svn.apache.org/viewvc?rev=665752&view=rev
Log:
Updated build for new module name.

Modified:
    servicemix/maven-plugins/servicemix-build/trunk/pom.xml

Modified: servicemix/maven-plugins/servicemix-build/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/maven-plugins/servicemix-build/trunk/pom.xml?rev=665752&r1=665751&r2=665752&view=diff
==============================================================================
--- servicemix/maven-plugins/servicemix-build/trunk/pom.xml (original)
+++ servicemix/maven-plugins/servicemix-build/trunk/pom.xml Mon Jun  9 09:33:24 2008
@@ -27,12 +27,16 @@
         <version>1.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>build</artifactId>
-    <version>3.3-SNAPSHOT</version>
+    <artifactId>servicemix-build</artifactId>
+    <version>1.0-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
     <name>Servicemix :: Build</name>
-    <description></description>
-
+    <description>
+      This build plugin has 3 purposes:
+        * legal stuff (notice/lic)
+		* some resources for checkstyle / pmd 
+		* spring.schemas mojo
+    </description>
 
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/maven-plugins/build/trunk</connection>