[embjopr-commits] EMBJOPR SVN: r931 - trunk.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Apr 27 10:19:03 EDT 2010


Author: ips
Date: 2010-04-27 10:19:03 -0400 (Tue, 27 Apr 2010)
New Revision: 931

Modified:
   trunk/pom.xml
Log:
add dist mgmt section with new Nexus repos

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-04-27 14:03:54 UTC (rev 930)
+++ trunk/pom.xml	2010-04-27 14:19:03 UTC (rev 931)
@@ -20,6 +20,7 @@
 <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">
+
     <modelVersion>4.0.0</modelVersion>
 
     <!-- NOTE: We extend the RHQ parent pom, because we essentially want all the same
@@ -38,6 +39,7 @@
     <description>a web application that provides administration and monitoring of the app server instance to which it is deployed</description>
     <url>http://jboss.org/embjopr/</url>
     <inceptionYear>2007</inceptionYear>
+
     <organization>
         <name>JBoss, by Red Hat</name>
         <url>http://jboss.com/</url>
@@ -54,6 +56,7 @@
         <url>https://jira.jboss.org/jira/browse/EMBJOPR</url>
     </issueManagement>
 
+
     <properties>
         <jbas4.finalName>jbas4-admin-console</jbas4.finalName>
         <jbas5.finalName>jbas5-admin-console</jbas5.finalName>
@@ -77,6 +80,7 @@
              (see https://jira.jboss.org/jira/browse/JBSEAM-3066) -->
         <facelets.version>1.1.15.B1</facelets.version>
     </properties>
+
                     
     <build>
         <plugins>
@@ -159,6 +163,7 @@
         </plugins>
     </build>
 
+
     <modules>
         <module>core</module>
         <module>jbas4</module>
@@ -167,7 +172,9 @@
         <!--<module>jsfunit</module> -->
     </modules>
 
+
     <repositories>
+
         <repository>
            <id>jboss-deprecated-repository</id>
            <name>JBoss Deprecated</name>
@@ -177,6 +184,24 @@
              <updatePolicy>never</updatePolicy>
            </releases>
         </repository>
+
     </repositories>
 
+
+    <distributionManagement>
+
+        <snapshotRepository>
+          <id>jboss-snapshots-repository</id>
+          <name>JBoss Snapshots Repository</name>
+          <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
+        </snapshotRepository>
+
+        <repository>
+          <id>jboss-releases-repository</id>
+          <name>JBoss Releases Repository</name>
+          <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
+        </repository>
+
+    </distributionManagement>
+
 </project>



More information about the embjopr-commits mailing list