[jboss-svn-commits] JBL Code SVN: r10733 - labs/jbossbuild/jboss-parent/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Apr 3 16:54:27 EDT 2007


Author: pgier
Date: 2007-04-03 16:54:27 -0400 (Tue, 03 Apr 2007)
New Revision: 10733

Modified:
   labs/jbossbuild/jboss-parent/trunk/pom.xml
Log:
JBBUILD-338; Changed the release profile configuration so that javadocs are not generated (we don't need a jar of the javadocs
if the sources are available).

Modified: labs/jbossbuild/jboss-parent/trunk/pom.xml
===================================================================
--- labs/jbossbuild/jboss-parent/trunk/pom.xml	2007-04-03 20:37:01 UTC (rev 10732)
+++ labs/jbossbuild/jboss-parent/trunk/pom.xml	2007-04-03 20:54:27 UTC (rev 10733)
@@ -90,8 +90,18 @@
             </manifest>
           </archive>
         </configuration>
-      </plugin>
-    </plugins>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>        
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.0-beta-4</version>          
+          <configuration>
+            <useReleaseProfile>false</useReleaseProfile>
+            <goals>deploy</goals>
+            <arguments>-Prelease</arguments>
+          </configuration>
+        </plugin>
+      </plugins>
     <pluginManagement>
       <plugins>
         <plugin>
@@ -115,13 +125,7 @@
   <profiles>
     <!-- The default maven release-profile is redefined here. -->
     <profile>
-      <id>release-profile</id>
-      <activation>
-        <property>
-          <name>performRelease</name>
-          <value>true</value>
-        </property>
-      </activation>
+      <id>release</id>
       <build>
         <plugins>
           <plugin>
@@ -158,7 +162,7 @@
   </repositories>
   <pluginRepositories>
     <pluginRepository>
-      <id>jbosspluginrepo</id>
+      <id>jboss-plugins</id>
       <name>JBoss Plugin Repository</name>
       <url>http://repository.jboss.com/maven2</url>
       <layout>default</layout>
@@ -167,7 +171,7 @@
       </snapshots>
     </pluginRepository>
     <pluginRepository>
-      <id>jbosspluginrepo</id>
+      <id>jboss-snapshot-plugins</id>
       <name>JBoss Snapshot Plugin Repository</name>
       <url>http://snapshots.jboss.org/maven2</url>
       <layout>default</layout>




More information about the jboss-svn-commits mailing list