[jboss-cvs] JBossAS SVN: r114723 - branches/JBPAPP_5_2_0_GA_JBPAPP-10995.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 13 20:48:10 EST 2014


Author: aogburn
Date: 2014-02-13 20:48:09 -0500 (Thu, 13 Feb 2014)
New Revision: 114723

Removed:
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/adminclient/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/aspects/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/build/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/client/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/cluster/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/component-matrix/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/connector/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/console/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/deployment/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/ds-builder/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/ejb3/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/embedded/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/hibernate-int/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/hornetq-int/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/iiop/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/j2se/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/jbossas/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/jmx-remoting/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/jmx/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/main/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/management/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/mbeans/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/messaging/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/pom.xml
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/profileservice/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/security/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/server/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/spring-int/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/system-jmx/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/system/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/testsuite/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/thirdparty/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/tomcat/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/tools/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/varia/
   branches/JBPAPP_5_2_0_GA_JBPAPP-10995/webservices/
Log:
[JBPAPP-10995] clear branch

Deleted: branches/JBPAPP_5_2_0_GA_JBPAPP-10995/pom.xml
===================================================================
--- branches/JBPAPP_5_2_0_GA_JBPAPP-10995/pom.xml	2014-02-14 01:04:50 UTC (rev 114722)
+++ branches/JBPAPP_5_2_0_GA_JBPAPP-10995/pom.xml	2014-02-14 01:48:09 UTC (rev 114723)
@@ -1,407 +0,0 @@
-<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.jbossas</groupId>
-    <artifactId>jboss-as-component-matrix</artifactId>
-    <version>5.2.0</version>
-    <relativePath>component-matrix</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.jbossas</groupId>
-  <artifactId>jboss-as-parent</artifactId>
-  <version>5.2.0</version>
-  <packaging>pom</packaging>
-  <name>JBoss Application Server Parent POM</name>
-  <url>http://www.jboss.org/jbossas</url>
-  <description>JBoss Application Server (aggregator)</description>
-
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/branches/Branch_5_x</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/branches/Branch_5_x</developerConnection>
-    <url>http://fisheye.jboss.org/browse/JBossAS</url>
-  </scm>
-  
-  <build>
-
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <configuration>
-            <source>1.5</source>
-            <target>1.5</target>
-            <showDeprecation>false</showDeprecation>
-            <showWarnings>false</showWarnings>
-          </configuration>
-        </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-assembly-plugin</artifactId>
-          <version>2.2-beta-3</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.codehaus.mojo</groupId>
-          <artifactId>idlj-maven-plugin</artifactId>
-          <version>1.0</version>
-        </plugin>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>javacc-maven-plugin</artifactId>
-          <version>2.4.1</version>
-        </plugin>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>rmic-maven-plugin</artifactId>
-          <version>1.0</version>
-        </plugin>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>build-helper-maven-plugin</artifactId>
-          <version>1.2</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.3</version>
-        </plugin>       
-      </plugins>
-    </pluginManagement>
-    
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jboss-packaging-maven-plugin</artifactId>
-        <version>2.0-beta-1</version>
-        <extensions>true</extensions>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <!-- Dependency Management -->
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-aspects</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-cluster</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-cluster</artifactId>
-        <version>${project.version}</version>
-        <classifier>jboss-ha-legacy-client</classifier>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-connector</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-deployment</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-ejb3</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-ejb3</artifactId>
-        <version>${project.version}</version>
-        <classifier>client</classifier>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-iiop</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-iiop</artifactId>
-        <version>${project.version}</version>
-        <classifier>client</classifier>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-j2se</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-j2se</artifactId>
-        <version>${project.version}</version>
-        <type>test-jar</type>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-server</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-server</artifactId>
-        <version>${project.version}</version>
-        <classifier>client</classifier>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-server</artifactId>
-        <version>${project.version}</version>
-        <classifier>jmx-invoker-adaptor-client</classifier>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-jbossmq</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-jmx</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-main</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-main</artifactId>
-        <version>${project.version}</version>
-        <classifier>client</classifier>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-management</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-management</artifactId>
-        <version>${project.version}</version>
-        <classifier>jsr77-client</classifier>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-mbeans</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-profileservice</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-profileservice</artifactId>
-        <version>${project.version}</version>
-        <classifier>client</classifier>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-security</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-system</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-system</artifactId>
-        <version>${project.version}</version>
-        <classifier>profileservice-spi</classifier> 
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-system</artifactId>
-        <version>${project.version}</version>
-        <classifier>client</classifier>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-system-jmx</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-system-jmx</artifactId>
-        <version>${project.version}</version>
-        <classifier>client</classifier>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-varia</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-tomcat</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-webservices</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-  
-  <profiles>
-    
-    <!-- By default build all modules -->
-    <profile>
-      <id>default-build</id>
-      <activation>
-        <property>
-          <name>!integrated-build</name>
-        </property>
-      </activation>
-      <modules>
-        <module>component-matrix</module>
-        <module>main</module>
-        <module>j2se</module>
-        <module>mbeans</module>
-        <module>jmx</module>
-        <module>system</module>
-        <module>system-jmx</module>
-        <module>security</module>
-        <module>server</module>
-        <module>deployment</module>
-        <module>jbossas</module>
-        <module>jmx-remoting</module>
-        <module>messaging</module>
-        <module>cluster</module>
-        <module>varia</module>
-        <module>iiop</module>
-        <module>aspects</module>
-        <module>profileservice</module>
-        <module>connector</module>
-        <module>management</module>
-        <module>ejb3</module>
-        <module>tomcat</module>
-        <module>webservices</module>
-        <module>hibernate-int</module>
-        <module>console</module>
-        <module>spring-int</module>
-        <!--<module>embedded</module>-->
-        <module>client</module>
-        <module>build</module>
-        <module>adminclient</module>
-      </modules>
-    </profile>
-    
-    <!-- This profile is used by the ant/buildmagic build -->
-    <profile>
-      <id>integrated-build</id>
-      <activation>
-        <property>
-          <name>integrated-build</name>
-        </property>
-      </activation>
-      <modules>
-        <module>component-matrix</module>
-        <module>thirdparty</module>
-      </modules>
-    </profile>
-    
-    <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-alpha-4</version>
-            <executions>
-              <execution>
-                <id>enforce-java-maven-versions</id>
-                <goals>
-                  <goal>enforce</goal>
-                </goals>
-                <configuration>
-                  <rules>
-                    <requireMavenVersion>
-                      <version>2.0.9</version>
-                    </requireMavenVersion>
-                    <requireJavaVersion>
-                      <version>1.5</version>
-                    </requireJavaVersion>           
-                  </rules>
-                </configuration>
-              </execution>
-              <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>
-                       <banSnapshots>true</banSnapshots>
-                       <phases>clean,deploy,site</phases>
-                    </requirePluginVersions>
-                  </rules>
-                  <fail>false</fail>  
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    
-  </profiles>
-</project>



More information about the jboss-cvs-commits mailing list