[jboss-svn-commits] JBL Code SVN: r36475 - in labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD: osgi-bundles and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Dec 21 00:59:42 EST 2010


Author: ryanzhang
Date: 2010-12-21 00:59:41 -0500 (Tue, 21 Dec 2010)
New Revision: 36475

Modified:
   labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/osgi-bundles/pom.xml
   labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/pom.xml
Log:
Add maven deploy configuration in top pom.xml for mead requirement

Modified: labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/osgi-bundles/pom.xml
===================================================================
--- labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/osgi-bundles/pom.xml	2010-12-21 04:05:40 UTC (rev 36474)
+++ labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/osgi-bundles/pom.xml	2010-12-21 05:59:41 UTC (rev 36475)
@@ -589,23 +589,4 @@
 		
    </dependencies>
 
-  <!--For BRMS productization-->
-	<profiles>
-    <profile>
-			<id>soa</id>
-				<build>
-          <plugins>
-             <plugin>
-             <!--MEAD needs this configuration-->
-             <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-deploy-plugin</artifactId>
-               <configuration>
-                 <skip>false</skip>
-               </configuration>
-             </plugin>
-				  </plugins>
-			  </build>	
-		  </profile>
-		</profiles>
-
 </project>

Modified: labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/pom.xml
===================================================================
--- labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/pom.xml	2010-12-21 04:05:40 UTC (rev 36474)
+++ labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/pom.xml	2010-12-21 05:59:41 UTC (rev 36475)
@@ -447,6 +447,16 @@
                     <skipTests>true</skipTests>
                   </configuration>
                 </plugin>
+
+               <plugin>
+               <!--MEAD needs this configuration-->
+               <groupId>org.apache.maven.plugins</groupId>
+                 <artifactId>maven-deploy-plugin</artifactId>
+                 <configuration>
+                   <skip>false</skip>
+                 </configuration>
+               </plugin>
+
               </plugins>
             </pluginManagement>
           </build>



More information about the jboss-svn-commits mailing list