[jboss-cvs] javassist SVN: r653 - branches/rel_3_12_0_sp.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 14 07:51:12 EDT 2012


Author: wolfc
Date: 2012-09-14 07:51:12 -0400 (Fri, 14 Sep 2012)
New Revision: 653

Modified:
   branches/rel_3_12_0_sp/pom.xml
Log:
Use jboss-parent to allow deployment to proper repo


Modified: branches/rel_3_12_0_sp/pom.xml
===================================================================
--- branches/rel_3_12_0_sp/pom.xml	2012-09-14 11:46:23 UTC (rev 652)
+++ branches/rel_3_12_0_sp/pom.xml	2012-09-14 11:51:12 UTC (rev 653)
@@ -1,6 +1,12 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>5</version>
+  </parent>
+
   <modelVersion>4.0.0</modelVersion>
   <groupId>javassist</groupId>
   <artifactId>javassist</artifactId>
@@ -11,27 +17,6 @@
   <version>3.12.0.SP1-SNAPSHOT</version>
   <name>Javassist</name>
   <url>http://www.javassist.org/</url>
-  <distributionManagement>
-  <!--  
-      You need an entry in your .m2/settings.xml like this:
-   <servers>
-    <server>
-       <id>snapshots.jboss.org</id>
-       <username>your_jboss.org_username</username>
-       <password>password</password>
-    </server>
-  </servers>
-  
-  Then to deploy a snapshot, you need to run
-  
-  deploy -Djboss.snapshots.repo.url=dav:https://snapshots.jboss.org/maven2
-    -->
-    <snapshotRepository>
-      <id>snapshots.jboss.org</id>
-      <name>JBoss Snapshot Repository</name>
-      <url>${jboss.snapshots.repo.url}</url>
-    </snapshotRepository>
-  </distributionManagement>
   <build>
     <sourceDirectory>src/main/</sourceDirectory>
     <testSourceDirectory>src/test/</testSourceDirectory>
@@ -55,7 +40,6 @@
       </plugin>
       <plugin>
         <artifactId>maven-source-plugin</artifactId>
-        <version>2.0.3</version>
         <executions>
           <execution>
             <id>attach-sources</id>



More information about the jboss-cvs-commits mailing list