[jboss-cvs] JBossAS SVN: r104332 - in projects/snowdrop/branches/1_0: build/src/assembly and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 29 16:17:50 EDT 2010


Author: marius.bogoevici
Date: 2010-04-29 16:17:49 -0400 (Thu, 29 Apr 2010)
New Revision: 104332

Modified:
   projects/snowdrop/branches/1_0/build/src/assembly/src.xml
   projects/snowdrop/branches/1_0/pom.xml
Log:
pom adjustments

Modified: projects/snowdrop/branches/1_0/build/src/assembly/src.xml
===================================================================
--- projects/snowdrop/branches/1_0/build/src/assembly/src.xml	2010-04-29 20:05:03 UTC (rev 104331)
+++ projects/snowdrop/branches/1_0/build/src/assembly/src.xml	2010-04-29 20:17:49 UTC (rev 104332)
@@ -9,6 +9,7 @@
       <outputDirectory>/</outputDirectory>
       <excludes>
         <exclude>**/target/**</exclude>
+        <exclude>**/samples/**</exclude>
       </excludes>
     </fileSet>
   </fileSets>

Modified: projects/snowdrop/branches/1_0/pom.xml
===================================================================
--- projects/snowdrop/branches/1_0/pom.xml	2010-04-29 20:05:03 UTC (rev 104331)
+++ projects/snowdrop/branches/1_0/pom.xml	2010-04-29 20:17:49 UTC (rev 104332)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss</groupId>
     <artifactId>jboss-parent</artifactId>
-    <version>4</version>
+    <version>5</version>
   </parent>
   <groupId>org.jboss.snowdrop</groupId>
   <artifactId>snowdrop-parent</artifactId>
@@ -476,13 +476,4 @@
     </profile>
   </profiles>
 
-  <distributionManagement>
-    <repository>
-      <!-- Copy the distribution jar file to a local checkout of the maven repository
-        -  This variable can be set in $MAVEN_HOME/conf/settings.xml -->
-      <id>repository.jboss.org</id>
-      <url>file://${maven.repository.root}</url>
-    </repository>
-  </distributionManagement>
-
 </project>




More information about the jboss-cvs-commits mailing list