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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jun 18 10:27:50 EDT 2008


Author: pgier
Date: 2008-06-18 10:27:49 -0400 (Wed, 18 Jun 2008)
New Revision: 20587

Modified:
   labs/jbossbuild/jboss-parent/trunk/pom.xml
Log:
Improve plugin configuration.  Fix license URL.

Modified: labs/jbossbuild/jboss-parent/trunk/pom.xml
===================================================================
--- labs/jbossbuild/jboss-parent/trunk/pom.xml	2008-06-18 14:20:32 UTC (rev 20586)
+++ labs/jbossbuild/jboss-parent/trunk/pom.xml	2008-06-18 14:27:49 UTC (rev 20587)
@@ -22,7 +22,7 @@
     <license>
       <name>lgpl</name>
       <!-- <url>http://www.gnu.org/licenses/lgpl.txt</url> -->
-      <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+      <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
     </license>
   </licenses>
   
@@ -65,15 +65,7 @@
           </execution>
         </executions>
       </plugin>-->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-7</version>
-        <configuration>
-          <useReleaseProfile>false</useReleaseProfile>
-        </configuration>
-        <inherited>true</inherited>
-      </plugin>
+      
       <!-- All JBoss projects should create and deploy source jars -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -112,6 +104,10 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
           <version>2.0.2</version>
+          <configuration>
+            <source>1.5</source>
+            <target>1.5</target>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -173,6 +169,10 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <version>2.0-beta-7</version>
+          <configuration>
+            <useReleaseProfile>false</useReleaseProfile>
+            <arguments>-Prelease</arguments>
+          </configuration>
         </plugin>
         <plugin>                
           <groupId>org.apache.maven.plugins</groupId>
@@ -220,18 +220,6 @@
           </plugin>
         </plugins>
       </build>
-      <repositories>
-        <repository>
-          <id>central</id>
-          <url>http://repo1.maven.org/maven2</url>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-          <snapshots>
-            <enabled>false</enabled>
-          </snapshots>
-        </repository>
-      </repositories>
     </profile>
     
     <!-- Activating this profile will cause developer reports to be generated.




More information about the jboss-svn-commits mailing list