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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Oct 20 16:48:40 EDT 2008


Author: ips
Date: 2008-10-20 16:48:39 -0400 (Mon, 20 Oct 2008)
New Revision: 14

Modified:
   trunk/pom.xml
Log:
add project URL


Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-10-19 18:49:28 UTC (rev 13)
+++ trunk/pom.xml	2008-10-20 20:48:39 UTC (rev 14)
@@ -18,116 +18,117 @@
   ~ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   -->
 <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 
+    <modelVersion>4.0.0</modelVersion>
+
+    <!-- NOTE: We extend the RHQ parent pom, because we essentially want all the same
                base settings - plugins, dependencies, etc. -->
     <parent>
         <groupId>org.rhq</groupId>
         <artifactId>rhq-parent</artifactId>
         <version>1.2.0-SNAPSHOT</version>
     </parent>
-  
-	<groupId>org.jboss.jopr</groupId>
-	<artifactId>jopr-embedded-parent</artifactId>
-	<version>1.1.0-SNAPSHOT</version>
-	<packaging>pom</packaging>
-	<name>Embedded Jopr</name>
-	<description>a web application that provides administration and monitoring of the app server instance to which it is deployed</description>
-	<inceptionYear>2007</inceptionYear>
-	<organization>
-		<name>JBoss, a division of Red Hat</name>
-		<url>http://jboss.com/</url>
-	</organization>
-	
+
+    <groupId>org.jboss.jopr</groupId>
+    <artifactId>jopr-embedded-parent</artifactId>
+    <version>1.1.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>Embedded Jopr</name>
+    <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, a division of Red Hat</name>
+        <url>http://jboss.com/</url>
+    </organization>
+    
     <scm>
-		<connection>scm:svn:http://svn.jboss.org/repos/embjopr/trunk/</connection>
-		<developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/trunk/</developerConnection>
-	</scm>
-	
+        <connection>scm:svn:http://svn.jboss.org/repos/embjopr/trunk/</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/trunk/</developerConnection>
+    </scm>
+    
     <issueManagement>
-		<system>jira</system>
-		<url>https://jira.jboss.org/jira/browse/EMBJOPR</url>
-	</issueManagement>
-    
-	<properties>   
-      <jbas4.finalName>admin-console</jbas4.finalName>
-      <jbas5.finalName>admin-console</jbas5.finalName>
-      
-      <!-- dependency groupIds -->
-      <rhq.groupId>org.rhq</rhq.groupId>
-	  <jon.groupId>org.jboss.on</jon.groupId>
-	  <seam.groupId>org.jboss.seam</seam.groupId>
-      <seam.embedded.groupId>org.jboss.seam.embedded</seam.embedded.groupId>
-		
-      <!-- dependency versions -->
-		<jaxb-api.version>2.1</jaxb-api.version>
-		<jaxb-impl.version>2.1.6</jaxb-impl.version>
-		<jon.version>2.2.0-SNAPSHOT</jon.version>
-		<richfaces.version>3.1.3.GA</richfaces.version>
-		<rhq.version>1.2.0-SNAPSHOT</rhq.version>
-		<seam.version>2.0.2.SP1</seam.version>
+        <system>jira</system>
+        <url>https://jira.jboss.org/jira/browse/EMBJOPR</url>
+    </issueManagement>
+
+    <properties>
+        <jbas4.finalName>admin-console</jbas4.finalName>
+        <jbas5.finalName>admin-console</jbas5.finalName>
+
+        <!-- dependency groupIds -->
+        <rhq.groupId>org.rhq</rhq.groupId>
+        <jon.groupId>org.jboss.on</jon.groupId>
+        <seam.groupId>org.jboss.seam</seam.groupId>
+        <seam.embedded.groupId>org.jboss.seam.embedded</seam.embedded.groupId>
+        
+        <!-- dependency versions -->
+        <jaxb-api.version>2.1</jaxb-api.version>
+        <jaxb-impl.version>2.1.6</jaxb-impl.version>
+        <jon.version>2.2.0-SNAPSHOT</jon.version>
+        <richfaces.version>3.2.0.GA</richfaces.version>
+        <rhq.version>1.2.0-SNAPSHOT</rhq.version>
+        <seam.version>2.0.2.SP1</seam.version>
         <seam.embedded.version>beta3.SP2</seam.embedded.version>
         <!-- This is a special patched version of not-yet-released Facelets 1.1.15,
              which is required in order for Facelets to work in AS5.
              (see https://jira.jboss.org/jira/browse/JBSEAM-3066) -->
         <facelets.version>1.1.15.B1</facelets.version>
-	</properties>
-            		    
-	<build>
-		<plugins>
-                            
-			<plugin>
-				<artifactId>maven-enforcer-plugin</artifactId>
-				<version>1.0-alpha-3</version>
-				<executions>
-					<execution>
-						<id>enforce-versions</id>
-						<goals>
-							<!-- IMPORTANT: Use enforce goal, rather than enforce-once goal, otherwise reactor
-								builds will fail due to http://jira.codehaus.org/browse/MENFORCER-11 -->
-							<goal>enforce</goal>
-						</goals>
-						<configuration>
-							<rules>
-								<requireMavenVersion>
-									<version>2.0</version>
-								</requireMavenVersion>
-								<requireJavaVersion>
-									<version>(1.5,1.6]</version>
-									<!-- 1.5.x -->
-								</requireJavaVersion>
-							</rules>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
+    </properties>
+                    
+    <build>
+        <plugins>
 
-			<plugin>
-				<artifactId>maven-war-plugin</artifactId>
-				<configuration>
-					<useCache>false</useCache>
+            <plugin>
+                <artifactId>maven-enforcer-plugin</artifactId>
+                <version>1.0-alpha-3</version>
+                <executions>
+                    <execution>
+                        <id>enforce-versions</id>
+                        <goals>
+                            <!-- IMPORTANT: Use enforce goal, rather than enforce-once goal, otherwise reactor
+                                builds will fail due to http://jira.codehaus.org/browse/MENFORCER-11 -->
+                            <goal>enforce</goal>
+                        </goals>
+                        <configuration>
+                            <rules>
+                                <requireMavenVersion>
+                                    <version>2.0</version>
+                                </requireMavenVersion>
+                                <requireJavaVersion>
+                                    <version>(1.5,1.6]</version>
+                                    <!-- 1.5.x -->
+                                </requireJavaVersion>
+                            </rules>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <artifactId>maven-war-plugin</artifactId>
+                <configuration>
+                    <useCache>false</useCache>
                       <archive>
                         <manifest>
                            <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-                           <addDefaultImplementationEntries>true</addDefaultImplementationEntries>              
+                           <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
                         </manifest>
                         <manifestEntries>
                            <!-- TODO: This isn't working, because the build number plugin hasn't run yet
                                       at the time the buildNumber prop below is resolved. -->
                            <Build-Number>${buildNumber}</Build-Number>
                         </manifestEntries>
-                      </archive>                    
-				</configuration>
-			</plugin>
-                        
+                      </archive>
+                </configuration>
+            </plugin>
+
           <plugin>
              <groupId>org.codehaus.mojo</groupId>
              <artifactId>buildnumber-maven-plugin</artifactId>
              <version>1.0-beta-1-jboss-1</version>
              <executions>
                <execution>
-                 <phase>validate</phase>        
+                 <phase>validate</phase>
                  <goals>
                    <goal>create</goal>
                  </goals>
@@ -137,29 +138,29 @@
                <doCheck>false</doCheck>
                <doUpdate>false</doUpdate>
              </configuration>
-          </plugin>            
-          
-		</plugins>
-	</build>
-    
+          </plugin>
+
+        </plugins>
+    </build>
+
     <modules>
         <module>core</module>
         <module>jbas4</module>
         <module>jbas5</module>
-    </modules> 
-  
-	<repositories>
-    
-		<repository>
-			<id>jboss</id>
-			<name>JBoss Release Repository</name>
-			<url>http://repository.jboss.org/maven2/</url>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-		</repository>
-        
+    </modules>
+
+    <repositories>
+
         <repository>
+            <id>jboss</id>
+            <name>JBoss Release Repository</name>
+            <url>http://repository.jboss.org/maven2/</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+
+        <repository>
           <id>jboss-snapshots</id>
           <name>JBoss Snapshot Repository</name>
           <url>http://snapshots.jboss.org/maven2/</url>
@@ -167,19 +168,19 @@
             <enabled>true</enabled>
           </snapshots>
         </repository>
-        
-	</repositories>
-    
-	<pluginRepositories>
 
+    </repositories>
+
+    <pluginRepositories>
+
         <pluginRepository>
-			<id>jboss</id>
-			<name>JBoss Release Repository</name>
-			<url>http://repository.jboss.org/maven2/</url>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-		</pluginRepository>
+            <id>jboss</id>
+            <name>JBoss Release Repository</name>
+            <url>http://repository.jboss.org/maven2/</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </pluginRepository>
 
         <pluginRepository>
           <id>jboss-snapshots</id>
@@ -189,7 +190,7 @@
             <enabled>true</enabled>
           </snapshots>
         </pluginRepository>
-        
-	</pluginRepositories>
-    
+
+    </pluginRepositories>
+
 </project>




More information about the embjopr-commits mailing list