[jboss-cvs] Repository SVN: r27218 - in maven2/org/jboss/jboss-parent: 5-beta-1 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 13 13:18:13 EDT 2009


Author: pgier
Date: 2009-05-13 13:18:12 -0400 (Wed, 13 May 2009)
New Revision: 27218

Added:
   maven2/org/jboss/jboss-parent/5-beta-1/
   maven2/org/jboss/jboss-parent/5-beta-1/jboss-parent-5-beta-1.pom
   maven2/org/jboss/jboss-parent/5-beta-1/jboss-parent-5-beta-1.pom.md5
   maven2/org/jboss/jboss-parent/5-beta-1/jboss-parent-5-beta-1.pom.sha1
Modified:
   maven2/org/jboss/jboss-parent/maven-metadata.xml
   maven2/org/jboss/jboss-parent/maven-metadata.xml.md5
   maven2/org/jboss/jboss-parent/maven-metadata.xml.sha1
Log:
Release jboss-parent version 5-beta-1

Added: maven2/org/jboss/jboss-parent/5-beta-1/jboss-parent-5-beta-1.pom
===================================================================
--- maven2/org/jboss/jboss-parent/5-beta-1/jboss-parent-5-beta-1.pom	                        (rev 0)
+++ maven2/org/jboss/jboss-parent/5-beta-1/jboss-parent-5-beta-1.pom	2009-05-13 17:18:12 UTC (rev 27218)
@@ -0,0 +1,351 @@
+<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>
+  <groupId>org.jboss</groupId>
+  <version>5-beta-1</version>
+  <artifactId>jboss-parent</artifactId>
+  <packaging>pom</packaging>
+  <name>JBoss Parent POM</name>
+  <description>Parent POM for JBoss projects. Provides default project build configuration.</description>
+  <url>http://www.jboss.org</url>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.jboss.org/</url>
+  </issueManagement>
+  
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/jboss-parent/tags/jboss-parent-5-beta-1</connection>    
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/jboss-parent/tags/jboss-parent-5-beta-1</developerConnection>   
+  </scm>
+  
+  <licenses>
+    <license>
+      <name>lgpl</name>
+      <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
+    </license>
+  </licenses>
+  
+  <organization>
+    <name>JBoss, a division of Red Hat, Inc.</name>
+    <url>http://www.jboss.org</url>
+  </organization>
+  
+  <build>
+    
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-antrun-plugin</artifactId>
+          <version>1.3</version>
+        </plugin>       
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>2.2-beta-2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+        <plugin>
+          <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>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>2.0</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.4</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-ear-plugin</artifactId>
+          <version>2.3.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-ejb-plugin</artifactId>
+          <version>2.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>2.2</version>
+          <configuration>
+            <archive>
+              <manifest>
+                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              </manifest>
+              <manifestEntries>
+                <Implementation-URL>${pom.url}</Implementation-URL>
+              </manifestEntries>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <version>2.4.3</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-rar-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+        <plugin>                
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.0-beta-8</version>
+          <configuration>
+            <useReleaseProfile>false</useReleaseProfile>
+            <arguments>-Prelease</arguments>
+          </configuration>
+        </plugin>
+        <plugin>                
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.0-beta-7</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>2.1</version>
+        </plugin>         
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.4.3</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-war-plugin</artifactId>
+          <version>2.1-alpha-2</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+  
+  <profiles>
+    
+    <profile>
+      <id>enforce</id>
+      <activation>
+        <property>
+          <name>!skip-enforce</name>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-enforcer-plugin</artifactId>
+            <version>1.0-beta-1</version>
+            <executions>
+              <execution>
+                <id>enforce-plugin-versions</id>
+                <goals>
+                  <goal>enforce</goal>
+                </goals>
+                <configuration>
+                  <rules>
+                    <requirePluginVersions>
+                       <message>Best practice is to always define plugin versions!</message>
+                       <banLatest>true</banLatest>
+                       <banRelease>true</banRelease>
+                       <phases>deploy,site</phases>
+                    </requirePluginVersions>
+                    <requireMavenVersion>
+                      <!-- Version 2.0.9 started specifying default versions for all core plugins in the super pom. -->
+                      <version>2.0.9</version>
+                    </requireMavenVersion>
+                  </rules>
+                  <fail>false</fail>  
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    
+    <profile>
+      <id>sources</id>
+      <activation>
+        <property>
+          <name>!skip-sources</name>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <inherited>true</inherited>
+            <executions>
+              <execution>
+                <id>attach-sources</id>
+                <goals>
+                  <goal>jar-no-fork</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    
+    <!-- This profile is activated when a project is released. -->
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <inherited>true</inherited>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-deploy-plugin</artifactId>
+            <configuration>
+              <updateReleaseInfo>true</updateReleaseInfo>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    
+    <!-- Activating this profile will cause developer reports to be generated.
+      -  These are reports that are not required for the project site, but
+      -  may be useful to developers. -->
+    <profile>
+      <id>dev-reports</id>
+      <reporting>
+        <plugins>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>findbugs-maven-plugin</artifactId>
+            <version>1.1</version>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-pmd-plugin</artifactId>
+            <version>2.2</version>
+            <configuration>
+              <targetJdk>1.5</targetJdk>
+            </configuration>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-checkstyle-plugin</artifactId>
+            <version>2.1</version>
+          </plugin>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>jdepend-maven-plugin</artifactId>
+            <version>2.0-beta-1</version>
+          </plugin>         
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>javancss-maven-plugin</artifactId>
+            <version>2.0-beta-2</version>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-jxr-plugin</artifactId>
+            <version>2.1</version>
+          </plugin>
+        </plugins>
+      </reporting>
+    </profile>
+    
+    <!-- Profile to include code coverage reports -->
+    <profile>
+      <id>code-coverage</id>
+      <reporting>
+        <plugins>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>cobertura-maven-plugin</artifactId>
+            <version>2.1</version>
+          </plugin>
+        </plugins>
+      </reporting>
+    </profile>
+  </profiles>
+  
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.0.1</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.2</version>
+        <configuration>
+          <links>
+            <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
+          </links>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>      
+        <version>2.4.3</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>report-only</report>
+            </reports>
+          </reportSet>
+        </reportSets>          
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <version>2.0</version>
+      </plugin>
+    </plugins>
+  </reporting>
+  
+  <distributionManagement>
+    <repository>
+      <!-- Copy the distribution jar file to a local checkout of the maven repository 
+        -  This variable can be set in $MAVEN_HOME/conf/settings.xml -->
+      <id>repository.jboss.org</id>
+      <url>file://${maven.repository.root}</url>
+    </repository>
+    <snapshotRepository>
+      <id>snapshots.jboss.org</id>
+      <name>JBoss Snapshot Repository</name>
+      <url>dav:https://snapshots.jboss.org/maven2</url>
+    </snapshotRepository>
+  </distributionManagement>
+  
+</project>
\ No newline at end of file


Property changes on: maven2/org/jboss/jboss-parent/5-beta-1/jboss-parent-5-beta-1.pom
___________________________________________________________________
Name: svn:keywords
   + "Author Date Id Revision"
Name: svn:eol-style
   + native

Added: maven2/org/jboss/jboss-parent/5-beta-1/jboss-parent-5-beta-1.pom.md5
===================================================================
--- maven2/org/jboss/jboss-parent/5-beta-1/jboss-parent-5-beta-1.pom.md5	                        (rev 0)
+++ maven2/org/jboss/jboss-parent/5-beta-1/jboss-parent-5-beta-1.pom.md5	2009-05-13 17:18:12 UTC (rev 27218)
@@ -0,0 +1 @@
+64b11ae1ef819edbe7ebd2c6abcd5239
\ No newline at end of file

Added: maven2/org/jboss/jboss-parent/5-beta-1/jboss-parent-5-beta-1.pom.sha1
===================================================================
--- maven2/org/jboss/jboss-parent/5-beta-1/jboss-parent-5-beta-1.pom.sha1	                        (rev 0)
+++ maven2/org/jboss/jboss-parent/5-beta-1/jboss-parent-5-beta-1.pom.sha1	2009-05-13 17:18:12 UTC (rev 27218)
@@ -0,0 +1 @@
+140d53b77155d66c362a3b68531a52e98bafeaa9
\ No newline at end of file

Modified: maven2/org/jboss/jboss-parent/maven-metadata.xml
===================================================================
--- maven2/org/jboss/jboss-parent/maven-metadata.xml	2009-05-13 16:52:50 UTC (rev 27217)
+++ maven2/org/jboss/jboss-parent/maven-metadata.xml	2009-05-13 17:18:12 UTC (rev 27218)
@@ -1,9 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
   <groupId>org.jboss</groupId>
   <artifactId>jboss-parent</artifactId>
   <version>3</version>
   <versioning>
-    <release>4</release>
+    <release>5-beta-1</release>
     <versions>
       <version>3</version>
       <version>4-beta-1</version>
@@ -11,7 +12,8 @@
       <version>4-beta-3</version>
       <version>4.0.CR1</version>
       <version>4</version>
+      <version>5-beta-1</version>
     </versions>
-    <lastUpdated>20080905155450</lastUpdated>
+    <lastUpdated>20090513171714</lastUpdated>
   </versioning>
-</metadata>
\ No newline at end of file
+</metadata>

Modified: maven2/org/jboss/jboss-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/jboss-parent/maven-metadata.xml.md5	2009-05-13 16:52:50 UTC (rev 27217)
+++ maven2/org/jboss/jboss-parent/maven-metadata.xml.md5	2009-05-13 17:18:12 UTC (rev 27218)
@@ -1 +1 @@
-829f8fa88f4c0d5b42050f3acd389271
\ No newline at end of file
+9af6627a8d7d59cf369c160f8a3f2b6e
\ No newline at end of file

Modified: maven2/org/jboss/jboss-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/jboss-parent/maven-metadata.xml.sha1	2009-05-13 16:52:50 UTC (rev 27217)
+++ maven2/org/jboss/jboss-parent/maven-metadata.xml.sha1	2009-05-13 17:18:12 UTC (rev 27218)
@@ -1 +1 @@
-198d1e44079faa5123c9f747d4ccb5b40739f4ac
\ No newline at end of file
+3f6e8fac235fcd42df34ddf2414bf2df5f028e7c
\ No newline at end of file




More information about the jboss-cvs-commits mailing list