[jboss-cvs] JBossAS SVN: r82887 - in projects/javaee/tags: 5.0.1.GA and 9 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Jan 14 17:28:35 EST 2009
Author: smcgowan at redhat.com
Date: 2009-01-14 17:28:35 -0500 (Wed, 14 Jan 2009)
New Revision: 82887
Added:
projects/javaee/tags/5.0.1.GA/
projects/javaee/tags/5.0.1.GA/build/pom-jdk14.xml
projects/javaee/tags/5.0.1.GA/build/pom.xml
projects/javaee/tags/5.0.1.GA/jboss-ejb-api/pom-jdk14.xml
projects/javaee/tags/5.0.1.GA/jboss-ejb-api/pom.xml
projects/javaee/tags/5.0.1.GA/jboss-jacc-api/pom-jdk14.xml
projects/javaee/tags/5.0.1.GA/jboss-jacc-api/pom.xml
projects/javaee/tags/5.0.1.GA/jboss-jad-api/pom-jdk14.xml
projects/javaee/tags/5.0.1.GA/jboss-jad-api/pom.xml
projects/javaee/tags/5.0.1.GA/jboss-jaspi-api/pom-jdk14.xml
projects/javaee/tags/5.0.1.GA/jboss-jaspi-api/pom.xml
projects/javaee/tags/5.0.1.GA/jboss-jaxr-api/pom-jdk14.xml
projects/javaee/tags/5.0.1.GA/jboss-jaxr-api/pom.xml
projects/javaee/tags/5.0.1.GA/jboss-jca-api/pom-jdk14.xml
projects/javaee/tags/5.0.1.GA/jboss-jca-api/pom.xml
projects/javaee/tags/5.0.1.GA/jboss-jms-api/pom-jdk14.xml
projects/javaee/tags/5.0.1.GA/jboss-jms-api/pom.xml
projects/javaee/tags/5.0.1.GA/jboss-transaction-api/pom-jdk14.xml
projects/javaee/tags/5.0.1.GA/jboss-transaction-api/pom.xml
projects/javaee/tags/5.0.1.GA/pom.xml
Removed:
projects/javaee/tags/5.0.1.GA/build/pom-jdk14.xml
projects/javaee/tags/5.0.1.GA/build/pom.xml
projects/javaee/tags/5.0.1.GA/jboss-ejb-api/pom-jdk14.xml
projects/javaee/tags/5.0.1.GA/jboss-ejb-api/pom.xml
projects/javaee/tags/5.0.1.GA/jboss-jacc-api/pom-jdk14.xml
projects/javaee/tags/5.0.1.GA/jboss-jacc-api/pom.xml
projects/javaee/tags/5.0.1.GA/jboss-jad-api/pom-jdk14.xml
projects/javaee/tags/5.0.1.GA/jboss-jad-api/pom.xml
projects/javaee/tags/5.0.1.GA/jboss-jaspi-api/pom-jdk14.xml
projects/javaee/tags/5.0.1.GA/jboss-jaspi-api/pom.xml
projects/javaee/tags/5.0.1.GA/jboss-jaxr-api/pom-jdk14.xml
projects/javaee/tags/5.0.1.GA/jboss-jaxr-api/pom.xml
projects/javaee/tags/5.0.1.GA/jboss-jca-api/pom-jdk14.xml
projects/javaee/tags/5.0.1.GA/jboss-jca-api/pom.xml
projects/javaee/tags/5.0.1.GA/jboss-jms-api/pom-jdk14.xml
projects/javaee/tags/5.0.1.GA/jboss-jms-api/pom.xml
projects/javaee/tags/5.0.1.GA/jboss-transaction-api/pom-jdk14.xml
projects/javaee/tags/5.0.1.GA/jboss-transaction-api/pom.xml
projects/javaee/tags/5.0.1.GA/pom.xml
Log:
[maven-release-plugin] copy for tag 5.0.1.GA
Copied: projects/javaee/tags/5.0.1.GA (from rev 82882, projects/javaee/branches/Branch_5_0)
Deleted: projects/javaee/tags/5.0.1.GA/build/pom-jdk14.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/build/pom-jdk14.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/build/pom-jdk14.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,230 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- - The parent pom for the microcontainer project that expects a structure like:
- - build/pom.xml
- - ejb-api/pom.xml
- - transaction-api/pom.xml
- -
- - This pom aggregates the jdk14 subproject poms, and it also functions as a default
- - configuration. The subproject poms each inherit configuration from this one.
- -
- - To build this project maven 2 should be installed and in the system path.
- - From the command line run "mvn -f pom-jdk14.xml install" from the build directory to install this pom.
- -
- - For the jdk14 builds, each of the modules must be built separately:
- -
- - mvn -f pom-jdk14.xml install - This will build the jdk14 version of the project.
- - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test - This will run the tests using a jdk1.4 jvm
- - Note: the tests will not work by calling mvn test, it must be performed by calling surefire directly.
- -
- - To add a module edit the modules section and add the module also to
- - assembly/bin-jdk14.xml.
- -->
-<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>3</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-javaee-jdk14</artifactId>
- <version>5.0.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>JBoss JavaEE 5.0 Build</name>
- <url>http://www.jboss.com</url>
- <description>
- The JBoss JavaEE API classes
- </description>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/javaee/trunk/</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/javaee/trunk/</developerConnection>
- <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/javaee/trunk/</url>
- </scm>
- <build>
- <sourceDirectory>src/main</sourceDirectory>
- <testSourceDirectory>src/tests</testSourceDirectory>
- <finalName>${artifactId}</finalName>
- <resources>
- <resource>
- <directory>src/etc</directory>
- <includes>
- <include>**/*</include>
- </includes>
- <filtering>true</filtering>
- </resource>
- </resources>
- <testResources>
- <testResource>
- <directory>src/resources</directory>
- <includes>
- <include>**/*</include>
- </includes>
- <filtering>true</filtering>
- </testResource>
- </testResources>
- <plugins>
- <!-- define that we wish to create src jars -->
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <version>2.0</version>
- <inherited>true</inherited>
- <executions>
- <execution>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-1</version>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>attached</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <descriptors>
- <descriptor>assembly/bin-jdk14.xml</descriptor>
- </descriptors>
- </configuration>
- <inherited>false</inherited>
- </plugin>
- <plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-jboss-retro-plugin</artifactId>
- <version>1.0-beta-1</version>
- <executions>
- <execution>
- <id>weave-classes</id>
- <goals>
- <goal>weave</goal>
- </goals>
- <configuration>
- <outputDirectory>${project.build.directory}/classes-jdk14</outputDirectory>
- </configuration>
- </execution>
- <execution>
- <id>weave-test-classes</id>
- <goals>
- <goal>weave-tests</goal>
- </goals>
- <configuration>
- <outputDirectory>${project.build.directory}/test-classes-jdk14</outputDirectory>
- </configuration>
- </execution>
- </executions>
- <configuration>
- <weaverClass>org.jboss.weaver.retro.WeaverRetroJdk14</weaverClass>
- </configuration>
- <inherited>true</inherited>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <classesDirectory>${project.build.directory}/classes-jdk14</classesDirectory>
- </configuration>
- <inherited>true</inherited>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <printSummary>false</printSummary>
- <redirectTestOutputToFile>true</redirectTestOutputToFile>
- <includes>
- <include>**/**TestCase.java</include>
- </includes>
- <!-- Skip the tests here because the jdk14 tests have
- - to run using a separate profile.
- -->
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-jboss-deploy-plugin</artifactId>
- <version>1.3</version>
- <executions>
- <execution>
- <goals>
- <goal>jboss-deploy</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <tagBase>https://svn.jboss.org/repos/jbossas/javaee/tags</tagBase>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <repositories>
- <repository>
- <id>repository.jboss.org</id>
- <name>JBoss Repository</name>
- <layout>default</layout>
- <url>http://repository.jboss.org/maven2/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>snapshots.jboss.org</id>
- <name>JBoss Snapshots Repository</name>
- <layout>default</layout>
- <url>http://snapshots.jboss.org/maven2/</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
- </repositories>
- <!-- We don't include the modules here until there is a way to call
- - all the pom-jdk14.xml files.
- -->
- <!--<modules>
- <module>../jboss-ejb-api</module>
- <module>../jboss-jacc-api</module>
- <module>../jboss-jad-api</module>
- <module>../jboss-jaxr-api</module>
- <module>../jboss-jca-api</module>
- <module>../jboss-jms-api</module>
- <module>../jboss-transaction-api</module>
- <module>../jboss-jaspi-api</module>
- </modules>-->
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <reportSets>
- <reportSet>
- <reports>
- <report>dependencies</report>
- <report>issue-tracking</report>
- <report>license</report>
- <report>scm</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- </plugins>
- </reporting>
-
-</project>
Copied: projects/javaee/tags/5.0.1.GA/build/pom-jdk14.xml (from rev 82883, projects/javaee/branches/Branch_5_0/build/pom-jdk14.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/build/pom-jdk14.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/build/pom-jdk14.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,230 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ - The parent pom for the microcontainer project that expects a structure like:
+ - build/pom.xml
+ - ejb-api/pom.xml
+ - transaction-api/pom.xml
+ -
+ - This pom aggregates the jdk14 subproject poms, and it also functions as a default
+ - configuration. The subproject poms each inherit configuration from this one.
+ -
+ - To build this project maven 2 should be installed and in the system path.
+ - From the command line run "mvn -f pom-jdk14.xml install" from the build directory to install this pom.
+ -
+ - For the jdk14 builds, each of the modules must be built separately:
+ -
+ - mvn -f pom-jdk14.xml install - This will build the jdk14 version of the project.
+ - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test - This will run the tests using a jdk1.4 jvm
+ - Note: the tests will not work by calling mvn test, it must be performed by calling surefire directly.
+ -
+ - To add a module edit the modules section and add the module also to
+ - assembly/bin-jdk14.xml.
+ -->
+<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>3</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-javaee-jdk14</artifactId>
+ <version>5.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>JBoss JavaEE 5.0 Build</name>
+ <url>http://www.jboss.com</url>
+ <description>
+ The JBoss JavaEE API classes
+ </description>
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/javaee/branches/Branch_5_0</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/javaee/branches/Branch_5_0</developerConnection>
+ <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/javaee/branches/Branch_5_0/</url>
+ </scm>
+ <build>
+ <sourceDirectory>src/main</sourceDirectory>
+ <testSourceDirectory>src/tests</testSourceDirectory>
+ <finalName>${artifactId}</finalName>
+ <resources>
+ <resource>
+ <directory>src/etc</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
+ <testResources>
+ <testResource>
+ <directory>src/resources</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ <filtering>true</filtering>
+ </testResource>
+ </testResources>
+ <plugins>
+ <!-- define that we wish to create src jars -->
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.0</version>
+ <inherited>true</inherited>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-1</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>attached</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <descriptors>
+ <descriptor>assembly/bin-jdk14.xml</descriptor>
+ </descriptors>
+ </configuration>
+ <inherited>false</inherited>
+ </plugin>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jboss-retro-plugin</artifactId>
+ <version>1.0-beta-1</version>
+ <executions>
+ <execution>
+ <id>weave-classes</id>
+ <goals>
+ <goal>weave</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>${project.build.directory}/classes-jdk14</outputDirectory>
+ </configuration>
+ </execution>
+ <execution>
+ <id>weave-test-classes</id>
+ <goals>
+ <goal>weave-tests</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>${project.build.directory}/test-classes-jdk14</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <weaverClass>org.jboss.weaver.retro.WeaverRetroJdk14</weaverClass>
+ </configuration>
+ <inherited>true</inherited>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <classesDirectory>${project.build.directory}/classes-jdk14</classesDirectory>
+ </configuration>
+ <inherited>true</inherited>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <printSummary>false</printSummary>
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
+ <includes>
+ <include>**/**TestCase.java</include>
+ </includes>
+ <!-- Skip the tests here because the jdk14 tests have
+ - to run using a separate profile.
+ -->
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jboss-deploy-plugin</artifactId>
+ <version>1.3</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jboss-deploy</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>https://svn.jboss.org/repos/jbossas/javaee/tags</tagBase>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <layout>default</layout>
+ <url>http://repository.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshots Repository</name>
+ <layout>default</layout>
+ <url>http://snapshots.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ </repositories>
+ <!-- We don't include the modules here until there is a way to call
+ - all the pom-jdk14.xml files.
+ -->
+ <!--<modules>
+ <module>../jboss-ejb-api</module>
+ <module>../jboss-jacc-api</module>
+ <module>../jboss-jad-api</module>
+ <module>../jboss-jaxr-api</module>
+ <module>../jboss-jca-api</module>
+ <module>../jboss-jms-api</module>
+ <module>../jboss-transaction-api</module>
+ <module>../jboss-jaspi-api</module>
+ </modules>-->
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>dependencies</report>
+ <report>issue-tracking</report>
+ <report>license</report>
+ <report>scm</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
+ </reporting>
+
+</project>
Deleted: projects/javaee/tags/5.0.1.GA/build/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/build/pom.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/build/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,142 +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</groupId>
- <artifactId>jboss-parent</artifactId>
- <version>3</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-javaee-parent</artifactId>
- <version>5.0.1.GA</version>
- <packaging>pom</packaging>
- <name>JBoss JavaEE 5.0 Parent</name>
- <url>http://www.jboss.com</url>
- <description>
- The JBoss JavaEE API classes
- </description>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/javaee/tags/5.0.1.GA</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/javaee/tags/5.0.1.GA</developerConnection>
- </scm>
-
- <properties>
- <version.jboss.common.core>2.2.8.GA</version.jboss.common.core>
- <version.jboss.logging.spi>2.0.5.GA</version.jboss.logging.spi>
- </properties>
-
- <build>
- <sourceDirectory>src/main</sourceDirectory>
- <testSourceDirectory>src/tests</testSourceDirectory>
- <finalName>${artifactId}</finalName>
- <resources>
- <resource>
- <directory>src/etc</directory>
- <includes>
- <include>**/*</include>
- </includes>
- <filtering>true</filtering>
- </resource>
- </resources>
- <testResources>
- <testResource>
- <directory>src/resources</directory>
- <includes>
- <include>**/*</include>
- </includes>
- <filtering>true</filtering>
- </testResource>
- </testResources>
- <plugins>
- <!-- define that we wish to create src jars -->
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <version>2.0</version>
- <inherited>true</inherited>
- <executions>
- <execution>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <printSummary>false</printSummary>
- <testFailureIgnore>true</testFailureIgnore>
- <includes>
- <include>**/**TestCase.java</include>
- </includes>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <tagBase>https://svn.jboss.org/repos/jbossas/projects/javaee/tags</tagBase>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <repositories>
- <repository>
- <id>repository.jboss.org</id>
- <name>JBoss Repository</name>
- <layout>default</layout>
- <url>http://repository.jboss.org/maven2/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>snapshots.jboss.org</id>
- <name>JBoss Snapshots Repository</name>
- <layout>default</layout>
- <url>http://snapshots.jboss.org/maven2/</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
- </repositories>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <reportSets>
- <reportSet>
- <reports>
- <report>dependencies</report>
- <report>issue-tracking</report>
- <report>license</report>
- <report>scm</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- </plugins>
- </reporting>
-
- <dependencyManagement>
- <!-- The parent pom manages the inter-dependencies of the modules. -->
- <dependencies>
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-common-core</artifactId>
- <version>${version.jboss.common.core}</version>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging-spi</artifactId>
- <version>${version.jboss.logging.spi}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
-</project>
Copied: projects/javaee/tags/5.0.1.GA/build/pom.xml (from rev 82886, projects/javaee/branches/Branch_5_0/build/pom.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/build/pom.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/build/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,142 @@
+<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>3</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-javaee-parent</artifactId>
+ <version>5.0.1.GA</version>
+ <packaging>pom</packaging>
+ <name>JBoss JavaEE 5.0 Parent</name>
+ <url>http://www.jboss.com</url>
+ <description>
+ The JBoss JavaEE API classes
+ </description>
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/javaee/tags/5.0.1.GA</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/javaee/tags/5.0.1.GA</developerConnection>
+ </scm>
+
+ <properties>
+ <version.jboss.common.core>2.2.8.GA</version.jboss.common.core>
+ <version.jboss.logging.spi>2.0.5.GA</version.jboss.logging.spi>
+ </properties>
+
+ <build>
+ <sourceDirectory>src/main</sourceDirectory>
+ <testSourceDirectory>src/tests</testSourceDirectory>
+ <finalName>${artifactId}</finalName>
+ <resources>
+ <resource>
+ <directory>src/etc</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
+ <testResources>
+ <testResource>
+ <directory>src/resources</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ <filtering>true</filtering>
+ </testResource>
+ </testResources>
+ <plugins>
+ <!-- define that we wish to create src jars -->
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.0</version>
+ <inherited>true</inherited>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <printSummary>false</printSummary>
+ <testFailureIgnore>true</testFailureIgnore>
+ <includes>
+ <include>**/**TestCase.java</include>
+ </includes>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>https://svn.jboss.org/repos/jbossas/projects/javaee/tags</tagBase>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <layout>default</layout>
+ <url>http://repository.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshots Repository</name>
+ <layout>default</layout>
+ <url>http://snapshots.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ </repositories>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>dependencies</report>
+ <report>issue-tracking</report>
+ <report>license</report>
+ <report>scm</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <dependencyManagement>
+ <!-- The parent pom manages the inter-dependencies of the modules. -->
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ <version>${version.jboss.common.core}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ <version>${version.jboss.logging.spi}</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+</project>
Deleted: projects/javaee/tags/5.0.1.GA/jboss-ejb-api/pom-jdk14.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-ejb-api/pom-jdk14.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/jboss-ejb-api/pom-jdk14.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,101 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- - Notes for building and running tests.
- - Do to some limitations of the maven surefire plugin, the tests must
- - occur in a separate lifecycle from the build.
- -
- - mvn -f pom-jdk14.xml install - This will build the jdk14 version of the project.
- - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test - This will run the tests using a jdk1.4 jvm
- - Note: the tests will not work by calling mvn test, it must be performed by calling surefire directly.
- -->
-<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.javaee</groupId>
- <artifactId>jboss-javaee-jdk14</artifactId>
- <version>5.0.0-SNAPSHOT</version>
- <relativePath>../build/pom-jdk14.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>jboss-ejb-api-jdk14</artifactId>
- <version>3.0.0-SNAPSHOT</version>
- <packaging>jar</packaging>
- <name>JBoss EJB 3.0 API</name>
- <url>http://www.jboss.org</url>
- <description>The Java EJB 3.0 API classes</description>
- <build>
- <outputDirectory>${outputDirectory}</outputDirectory>
- <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
- </build>
-
- <profiles>
- <!-- Note: to run the jdk14 tests, the surefire plugin must be called outside
- - of the lifecycle. In other words it should be called directly from the command
- - line like this
- - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test
- -->
- <profile>
- <id>run-jdk14-tests</id>
- <properties>
- <outputDirectory>target/classes-jdk14</outputDirectory>
- <testOutputDirectory>target/test-classes-jdk14</testOutputDirectory>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <version>1.0-alpha-3</version>
- <executions>
- <execution>
- <id>enforce-jdk14-property</id>
- <goals>
- <goal>enforce-once</goal>
- </goals>
- <configuration>
- <rules>
- <requireProperty>
- <property>java14_home</property>
- <message>
- The property java14_home should be set to a valid installation of jdk1.4. The jdk14 tests cannot be run without this property.
- </message>
- </requireProperty>
- </rules>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <jvm>${java14_home}/bin/java</jvm>
- <forkMode>always</forkMode>
- <skip>false</skip>
- <reportsDirectory>${project.build.directory}/surefire-reports-jdk14</reportsDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <dependencies>
- <dependency>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-transaction-api-jdk14</artifactId>
- <version>1.0.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.ws.native</groupId>
- <artifactId>jbossws-native-jaxrpc</artifactId>
- <version>3.0.4.GA</version>
- </dependency>
- </dependencies>
-
- <properties>
- <outputDirectory>target/classes</outputDirectory>
- <testOutputDirectory>target/test-classes</testOutputDirectory>
- </properties>
-
-</project>
Copied: projects/javaee/tags/5.0.1.GA/jboss-ejb-api/pom-jdk14.xml (from rev 82883, projects/javaee/branches/Branch_5_0/jboss-ejb-api/pom-jdk14.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/jboss-ejb-api/pom-jdk14.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/jboss-ejb-api/pom-jdk14.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ - Notes for building and running tests.
+ - Do to some limitations of the maven surefire plugin, the tests must
+ - occur in a separate lifecycle from the build.
+ -
+ - mvn -f pom-jdk14.xml install - This will build the jdk14 version of the project.
+ - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test - This will run the tests using a jdk1.4 jvm
+ - Note: the tests will not work by calling mvn test, it must be performed by calling surefire directly.
+ -->
+<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.javaee</groupId>
+ <artifactId>jboss-javaee-jdk14</artifactId>
+ <version>5.0.1-SNAPSHOT</version>
+ <relativePath>../build/pom-jdk14.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>jboss-ejb-api-jdk14</artifactId>
+ <version>3.0.1-SNAPSHOT</version>
+ <packaging>jar</packaging>
+ <name>JBoss EJB 3.0 API</name>
+ <url>http://www.jboss.org</url>
+ <description>The Java EJB 3.0 API classes</description>
+ <build>
+ <outputDirectory>${outputDirectory}</outputDirectory>
+ <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
+ </build>
+
+ <profiles>
+ <!-- Note: to run the jdk14 tests, the surefire plugin must be called outside
+ - of the lifecycle. In other words it should be called directly from the command
+ - line like this
+ - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test
+ -->
+ <profile>
+ <id>run-jdk14-tests</id>
+ <properties>
+ <outputDirectory>target/classes-jdk14</outputDirectory>
+ <testOutputDirectory>target/test-classes-jdk14</testOutputDirectory>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ <executions>
+ <execution>
+ <id>enforce-jdk14-property</id>
+ <goals>
+ <goal>enforce-once</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireProperty>
+ <property>java14_home</property>
+ <message>
+ The property java14_home should be set to a valid installation of jdk1.4. The jdk14 tests cannot be run without this property.
+ </message>
+ </requireProperty>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <jvm>${java14_home}/bin/java</jvm>
+ <forkMode>always</forkMode>
+ <skip>false</skip>
+ <reportsDirectory>${project.build.directory}/surefire-reports-jdk14</reportsDirectory>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-transaction-api-jdk14</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-jaxrpc</artifactId>
+ <version>3.0.4.GA</version>
+ </dependency>
+ </dependencies>
+
+ <properties>
+ <outputDirectory>target/classes</outputDirectory>
+ <testOutputDirectory>target/test-classes</testOutputDirectory>
+ </properties>
+
+</project>
Deleted: projects/javaee/tags/5.0.1.GA/jboss-ejb-api/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-ejb-api/pom.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/jboss-ejb-api/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,28 +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.javaee</groupId>
- <artifactId>jboss-javaee-parent</artifactId>
- <version>5.0.1.GA</version>
- <relativePath>../build/pom.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-ejb-api</artifactId>
- <version>3.0.0.GA</version>
- <packaging>jar</packaging>
- <name>JBoss EJB 3.0 API</name>
- <url>http://www.jboss.org</url>
- <description>The Java EJB 3.0 API classes</description>
- <dependencies>
- <dependency>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-transaction-api</artifactId>
- <version>1.0.1.GA</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.ws.native</groupId>
- <artifactId>jbossws-native-jaxrpc</artifactId>
- <version>3.0.4.GA</version>
- </dependency>
- </dependencies>
-</project>
Copied: projects/javaee/tags/5.0.1.GA/jboss-ejb-api/pom.xml (from rev 82886, projects/javaee/branches/Branch_5_0/jboss-ejb-api/pom.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/jboss-ejb-api/pom.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/jboss-ejb-api/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,28 @@
+<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.javaee</groupId>
+ <artifactId>jboss-javaee-parent</artifactId>
+ <version>5.0.1.GA</version>
+ <relativePath>../build/pom.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-ejb-api</artifactId>
+ <version>3.0.0.GA</version>
+ <packaging>jar</packaging>
+ <name>JBoss EJB 3.0 API</name>
+ <url>http://www.jboss.org</url>
+ <description>The Java EJB 3.0 API classes</description>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-transaction-api</artifactId>
+ <version>1.0.1.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-jaxrpc</artifactId>
+ <version>3.0.4.GA</version>
+ </dependency>
+ </dependencies>
+</project>
Deleted: projects/javaee/tags/5.0.1.GA/jboss-jacc-api/pom-jdk14.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-jacc-api/pom-jdk14.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/jboss-jacc-api/pom-jdk14.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,101 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- - Notes for building and running tests.
- - Do to some limitations of the maven surefire plugin, the tests must
- - occur in a separate lifecycle from the build.
- -
- - mvn -f pom-jdk14.xml install - This will build the jdk14 version of the project.
- - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test - This will run the tests using a jdk1.4 jvm
- - Note: the tests will not work by calling mvn test, it must be performed by calling surefire directly.
- -->
-<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.javaee</groupId>
- <artifactId>jboss-javaee-jdk14</artifactId>
- <version>5.0.0-SNAPSHOT</version>
- <relativePath>../build/pom-jdk14.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>jboss-jacc-api-jdk14</artifactId>
- <version>1.1-SNAPSHOT</version>
- <packaging>jar</packaging>
- <name>JBoss JACC 1.1 API</name>
- <url>http://www.jboss.org</url>
- <description>The Java Authorization Contract for Containers 1.1 API classes</description>
- <build>
- <outputDirectory>${outputDirectory}</outputDirectory>
- <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
- </build>
-
- <profiles>
- <!-- Note: to run the jdk14 tests, the surefire plugin must be called outside
- - of the lifecycle. In other words it should be called directly from the command
- - line like this
- - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test
- -->
- <profile>
- <id>run-jdk14-tests</id>
- <properties>
- <outputDirectory>target/classes-jdk14</outputDirectory>
- <testOutputDirectory>target/test-classes-jdk14</testOutputDirectory>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <version>1.0-alpha-3</version>
- <executions>
- <execution>
- <id>enforce-jdk14-property</id>
- <goals>
- <goal>enforce-once</goal>
- </goals>
- <configuration>
- <rules>
- <requireProperty>
- <property>java14_home</property>
- <message>
- The property java14_home should be set to a valid installation of jdk1.4. The jdk14 tests cannot be run without this property.
- </message>
- </requireProperty>
- </rules>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <jvm>${java14_home}/bin/java</jvm>
- <forkMode>always</forkMode>
- <skip>false</skip>
- <reportsDirectory>${project.build.directory}/surefire-reports-jdk14</reportsDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <dependencies>
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-common-core-jdk14</artifactId>
- <version>2.2.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>sun-servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- </dependency>
- </dependencies>
-
- <properties>
- <outputDirectory>target/classes</outputDirectory>
- <testOutputDirectory>target/test-classes</testOutputDirectory>
- </properties>
-
-</project>
Copied: projects/javaee/tags/5.0.1.GA/jboss-jacc-api/pom-jdk14.xml (from rev 82883, projects/javaee/branches/Branch_5_0/jboss-jacc-api/pom-jdk14.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/jboss-jacc-api/pom-jdk14.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/jboss-jacc-api/pom-jdk14.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ - Notes for building and running tests.
+ - Do to some limitations of the maven surefire plugin, the tests must
+ - occur in a separate lifecycle from the build.
+ -
+ - mvn -f pom-jdk14.xml install - This will build the jdk14 version of the project.
+ - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test - This will run the tests using a jdk1.4 jvm
+ - Note: the tests will not work by calling mvn test, it must be performed by calling surefire directly.
+ -->
+<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.javaee</groupId>
+ <artifactId>jboss-javaee-jdk14</artifactId>
+ <version>5.0.1-SNAPSHOT</version>
+ <relativePath>../build/pom-jdk14.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>jboss-jacc-api-jdk14</artifactId>
+ <version>1.1-SNAPSHOT</version>
+ <packaging>jar</packaging>
+ <name>JBoss JACC 1.1 API</name>
+ <url>http://www.jboss.org</url>
+ <description>The Java Authorization Contract for Containers 1.1 API classes</description>
+ <build>
+ <outputDirectory>${outputDirectory}</outputDirectory>
+ <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
+ </build>
+
+ <profiles>
+ <!-- Note: to run the jdk14 tests, the surefire plugin must be called outside
+ - of the lifecycle. In other words it should be called directly from the command
+ - line like this
+ - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test
+ -->
+ <profile>
+ <id>run-jdk14-tests</id>
+ <properties>
+ <outputDirectory>target/classes-jdk14</outputDirectory>
+ <testOutputDirectory>target/test-classes-jdk14</testOutputDirectory>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ <executions>
+ <execution>
+ <id>enforce-jdk14-property</id>
+ <goals>
+ <goal>enforce-once</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireProperty>
+ <property>java14_home</property>
+ <message>
+ The property java14_home should be set to a valid installation of jdk1.4. The jdk14 tests cannot be run without this property.
+ </message>
+ </requireProperty>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <jvm>${java14_home}/bin/java</jvm>
+ <forkMode>always</forkMode>
+ <skip>false</skip>
+ <reportsDirectory>${project.build.directory}/surefire-reports-jdk14</reportsDirectory>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core-jdk14</artifactId>
+ <version>2.2.1-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>sun-servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ </dependency>
+ </dependencies>
+
+ <properties>
+ <outputDirectory>target/classes</outputDirectory>
+ <testOutputDirectory>target/test-classes</testOutputDirectory>
+ </properties>
+
+</project>
Deleted: projects/javaee/tags/5.0.1.GA/jboss-jacc-api/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-jacc-api/pom.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/jboss-jacc-api/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,27 +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.javaee</groupId>
- <artifactId>jboss-javaee-parent</artifactId>
- <version>5.0.1.GA</version>
- <relativePath>../build/pom.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-jacc-api</artifactId>
- <version>1.1.0.GA</version>
- <packaging>jar</packaging>
- <name>JBoss JACC 1.1 API</name>
- <url>http://www.jboss.org</url>
- <description>The Java Authorization Contract for Containers 1.1 API classes</description>
- <dependencies>
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-common-core</artifactId>
- </dependency>
- <dependency>
- <groupId>jboss.web</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.1.1.GA</version>
- </dependency>
- </dependencies>
-</project>
Copied: projects/javaee/tags/5.0.1.GA/jboss-jacc-api/pom.xml (from rev 82886, projects/javaee/branches/Branch_5_0/jboss-jacc-api/pom.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/jboss-jacc-api/pom.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/jboss-jacc-api/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,27 @@
+<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.javaee</groupId>
+ <artifactId>jboss-javaee-parent</artifactId>
+ <version>5.0.1.GA</version>
+ <relativePath>../build/pom.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-jacc-api</artifactId>
+ <version>1.1.0.GA</version>
+ <packaging>jar</packaging>
+ <name>JBoss JACC 1.1 API</name>
+ <url>http://www.jboss.org</url>
+ <description>The Java Authorization Contract for Containers 1.1 API classes</description>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>jboss.web</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.1.1.GA</version>
+ </dependency>
+ </dependencies>
+</project>
Deleted: projects/javaee/tags/5.0.1.GA/jboss-jad-api/pom-jdk14.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-jad-api/pom-jdk14.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/jboss-jad-api/pom-jdk14.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,96 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- - Notes for building and running tests.
- - Do to some limitations of the maven surefire plugin, the tests must
- - occur in a separate lifecycle from the build.
- -
- - mvn -f pom-jdk14.xml install - This will build the jdk14 version of the project.
- - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test - This will run the tests using a jdk1.4 jvm
- - Note: the tests will not work by calling mvn test, it must be performed by calling surefire directly.
- -->
-<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.javaee</groupId>
- <artifactId>jboss-javaee-jdk14</artifactId>
- <version>5.0.0-SNAPSHOT</version>
- <relativePath>../build/pom-jdk14.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>jboss-jad-api-jdk14</artifactId>
- <version>1.2-SNAPSHOT</version>
- <packaging>jar</packaging>
- <name>JBoss JavaEE Application Deployment 1.2 API</name>
- <url>http://www.jboss.org</url>
- <description>The JavaEE Application Deployment 1.2 API classes</description>
- <build>
- <outputDirectory>${outputDirectory}</outputDirectory>
- <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
- </build>
-
- <profiles>
- <!-- Note: to run the jdk14 tests, the surefire plugin must be called outside
- - of the lifecycle. In other words it should be called directly from the command
- - line like this
- - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test
- -->
- <profile>
- <id>run-jdk14-tests</id>
- <properties>
- <outputDirectory>target/classes-jdk14</outputDirectory>
- <testOutputDirectory>target/test-classes-jdk14</testOutputDirectory>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <version>1.0-alpha-3</version>
- <executions>
- <execution>
- <id>enforce-jdk14-property</id>
- <goals>
- <goal>enforce-once</goal>
- </goals>
- <configuration>
- <rules>
- <requireProperty>
- <property>java14_home</property>
- <message>
- The property java14_home should be set to a valid installation of jdk1.4. The jdk14 tests cannot be run without this property.
- </message>
- </requireProperty>
- </rules>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <jvm>${java14_home}/bin/java</jvm>
- <forkMode>always</forkMode>
- <skip>false</skip>
- <reportsDirectory>${project.build.directory}/surefire-reports-jdk14</reportsDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <dependencies>
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-common-core</artifactId>
- <version>2.0.2.GA</version>
- </dependency>
- </dependencies>
-
- <properties>
- <outputDirectory>target/classes</outputDirectory>
- <testOutputDirectory>target/test-classes</testOutputDirectory>
- </properties>
-
-</project>
Copied: projects/javaee/tags/5.0.1.GA/jboss-jad-api/pom-jdk14.xml (from rev 82883, projects/javaee/branches/Branch_5_0/jboss-jad-api/pom-jdk14.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/jboss-jad-api/pom-jdk14.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/jboss-jad-api/pom-jdk14.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ - Notes for building and running tests.
+ - Do to some limitations of the maven surefire plugin, the tests must
+ - occur in a separate lifecycle from the build.
+ -
+ - mvn -f pom-jdk14.xml install - This will build the jdk14 version of the project.
+ - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test - This will run the tests using a jdk1.4 jvm
+ - Note: the tests will not work by calling mvn test, it must be performed by calling surefire directly.
+ -->
+<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.javaee</groupId>
+ <artifactId>jboss-javaee-jdk14</artifactId>
+ <version>5.0.1-SNAPSHOT</version>
+ <relativePath>../build/pom-jdk14.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>jboss-jad-api-jdk14</artifactId>
+ <version>1.2-SNAPSHOT</version>
+ <packaging>jar</packaging>
+ <name>JBoss JavaEE Application Deployment 1.2 API</name>
+ <url>http://www.jboss.org</url>
+ <description>The JavaEE Application Deployment 1.2 API classes</description>
+ <build>
+ <outputDirectory>${outputDirectory}</outputDirectory>
+ <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
+ </build>
+
+ <profiles>
+ <!-- Note: to run the jdk14 tests, the surefire plugin must be called outside
+ - of the lifecycle. In other words it should be called directly from the command
+ - line like this
+ - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test
+ -->
+ <profile>
+ <id>run-jdk14-tests</id>
+ <properties>
+ <outputDirectory>target/classes-jdk14</outputDirectory>
+ <testOutputDirectory>target/test-classes-jdk14</testOutputDirectory>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ <executions>
+ <execution>
+ <id>enforce-jdk14-property</id>
+ <goals>
+ <goal>enforce-once</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireProperty>
+ <property>java14_home</property>
+ <message>
+ The property java14_home should be set to a valid installation of jdk1.4. The jdk14 tests cannot be run without this property.
+ </message>
+ </requireProperty>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <jvm>${java14_home}/bin/java</jvm>
+ <forkMode>always</forkMode>
+ <skip>false</skip>
+ <reportsDirectory>${project.build.directory}/surefire-reports-jdk14</reportsDirectory>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <dependencies>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ <version>2.0.2.GA</version>
+ </dependency>
+ </dependencies>
+
+ <properties>
+ <outputDirectory>target/classes</outputDirectory>
+ <testOutputDirectory>target/test-classes</testOutputDirectory>
+ </properties>
+
+</project>
Deleted: projects/javaee/tags/5.0.1.GA/jboss-jad-api/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-jad-api/pom.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/jboss-jad-api/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,28 +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.javaee</groupId>
- <artifactId>jboss-javaee-parent</artifactId>
- <version>5.0.1.GA</version>
- <relativePath>../build/pom.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-jad-api</artifactId>
- <version>1.2.0.GA</version>
- <packaging>jar</packaging>
- <name>JBoss JavaEE Application Deployment 1.2 API</name>
- <url>http://www.jboss.org</url>
- <description>The JavaEE Application Deployment 1.2 API classes</description>
-
- <dependencies>
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-common-core</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging-spi</artifactId>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Copied: projects/javaee/tags/5.0.1.GA/jboss-jad-api/pom.xml (from rev 82886, projects/javaee/branches/Branch_5_0/jboss-jad-api/pom.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/jboss-jad-api/pom.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/jboss-jad-api/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,28 @@
+<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.javaee</groupId>
+ <artifactId>jboss-javaee-parent</artifactId>
+ <version>5.0.1.GA</version>
+ <relativePath>../build/pom.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-jad-api</artifactId>
+ <version>1.2.0.GA</version>
+ <packaging>jar</packaging>
+ <name>JBoss JavaEE Application Deployment 1.2 API</name>
+ <url>http://www.jboss.org</url>
+ <description>The JavaEE Application Deployment 1.2 API classes</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Deleted: projects/javaee/tags/5.0.1.GA/jboss-jaspi-api/pom-jdk14.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-jaspi-api/pom-jdk14.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/jboss-jaspi-api/pom-jdk14.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,105 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- - Notes for building and running tests.
- - Do to some limitations of the maven surefire plugin, the tests must
- - occur in a separate lifecycle from the build.
- -
- - mvn -f pom-jdk14.xml install - This will build the jdk14 version of the project.
- - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test - This will run the tests using a jdk1.4 jvm
- - Note: the tests will not work by calling mvn test, it must be performed by calling surefire directly.
- -->
-<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.javaee</groupId>
- <artifactId>jboss-javaee-jdk14</artifactId>
- <version>5.0.0-SNAPSHOT</version>
- <relativePath>../build/pom-jdk14.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-jaspi-api-jdk14</artifactId>
- <version>1.0-SNAPSHOT</version>
- <packaging>jar</packaging>
- <name>JBoss Java Authentication SPI for Containers 1.0-PR API</name>
- <url>http://www.jboss.org</url>
- <description>The Java Authentication SPI for Containers 1.0-PR API classes</description>
- <build>
- <outputDirectory>${outputDirectory}</outputDirectory>
- <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
- </build>
-
- <profiles>
- <!-- Note: to run the jdk14 tests, the surefire plugin must be called outside
- - of the lifecycle. In other words it should be called directly from the command
- - line like this
- - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test
- -->
- <profile>
- <id>run-jdk14-tests</id>
- <properties>
- <outputDirectory>target/classes-jdk14</outputDirectory>
- <testOutputDirectory>target/test-classes-jdk14</testOutputDirectory>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <version>1.0-alpha-3</version>
- <executions>
- <execution>
- <id>enforce-jdk14-property</id>
- <goals>
- <goal>enforce-once</goal>
- </goals>
- <configuration>
- <rules>
- <requireProperty>
- <property>java14_home</property>
- <message>
- The property java14_home should be set to a valid installation of jdk1.4. The jdk14 tests cannot be run without this property.
- </message>
- </requireProperty>
- </rules>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <jvm>${java14_home}/bin/java</jvm>
- <forkMode>always</forkMode>
- <skip>false</skip>
- <reportsDirectory>${project.build.directory}/surefire-reports-jdk14</reportsDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <doctitle>Java Servlet ${project.version} API Documentation</doctitle>
- <links>
- <link>http://java.sun.com/j2se/1.5/docs/api</link>
- </links>
- <windowtitle>Java Servlet ${project.version} API Documentation</windowtitle>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
-
- <properties>
- <outputDirectory>target/classes</outputDirectory>
- <testOutputDirectory>target/test-classes</testOutputDirectory>
- </properties>
-
-</project>
Copied: projects/javaee/tags/5.0.1.GA/jboss-jaspi-api/pom-jdk14.xml (from rev 82883, projects/javaee/branches/Branch_5_0/jboss-jaspi-api/pom-jdk14.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/jboss-jaspi-api/pom-jdk14.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/jboss-jaspi-api/pom-jdk14.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ - Notes for building and running tests.
+ - Do to some limitations of the maven surefire plugin, the tests must
+ - occur in a separate lifecycle from the build.
+ -
+ - mvn -f pom-jdk14.xml install - This will build the jdk14 version of the project.
+ - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test - This will run the tests using a jdk1.4 jvm
+ - Note: the tests will not work by calling mvn test, it must be performed by calling surefire directly.
+ -->
+<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.javaee</groupId>
+ <artifactId>jboss-javaee-jdk14</artifactId>
+ <version>5.0.1-SNAPSHOT</version>
+ <relativePath>../build/pom-jdk14.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-jaspi-api-jdk14</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <packaging>jar</packaging>
+ <name>JBoss Java Authentication SPI for Containers 1.0-PR API</name>
+ <url>http://www.jboss.org</url>
+ <description>The Java Authentication SPI for Containers 1.0-PR API classes</description>
+ <build>
+ <outputDirectory>${outputDirectory}</outputDirectory>
+ <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
+ </build>
+
+ <profiles>
+ <!-- Note: to run the jdk14 tests, the surefire plugin must be called outside
+ - of the lifecycle. In other words it should be called directly from the command
+ - line like this
+ - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test
+ -->
+ <profile>
+ <id>run-jdk14-tests</id>
+ <properties>
+ <outputDirectory>target/classes-jdk14</outputDirectory>
+ <testOutputDirectory>target/test-classes-jdk14</testOutputDirectory>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ <executions>
+ <execution>
+ <id>enforce-jdk14-property</id>
+ <goals>
+ <goal>enforce-once</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireProperty>
+ <property>java14_home</property>
+ <message>
+ The property java14_home should be set to a valid installation of jdk1.4. The jdk14 tests cannot be run without this property.
+ </message>
+ </requireProperty>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <jvm>${java14_home}/bin/java</jvm>
+ <forkMode>always</forkMode>
+ <skip>false</skip>
+ <reportsDirectory>${project.build.directory}/surefire-reports-jdk14</reportsDirectory>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <doctitle>Java Servlet ${project.version} API Documentation</doctitle>
+ <links>
+ <link>http://java.sun.com/j2se/1.5/docs/api</link>
+ </links>
+ <windowtitle>Java Servlet ${project.version} API Documentation</windowtitle>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <properties>
+ <outputDirectory>target/classes</outputDirectory>
+ <testOutputDirectory>target/test-classes</testOutputDirectory>
+ </properties>
+
+</project>
Deleted: projects/javaee/tags/5.0.1.GA/jboss-jaspi-api/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-jaspi-api/pom.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/jboss-jaspi-api/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,16 +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.javaee</groupId>
- <artifactId>jboss-javaee-parent</artifactId>
- <version>5.0.1.GA</version>
- <relativePath>../build/pom.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-jaspi-api</artifactId>
- <version>1.0.0.GA</version>
- <packaging>jar</packaging>
- <name>JBoss Java Authentication SPI for Containers 1.0-PR API</name>
- <url>http://www.jboss.org</url>
- <description>The Java Authentication SPI for Containers 1.0-PR API classes</description>
-</project>
\ No newline at end of file
Copied: projects/javaee/tags/5.0.1.GA/jboss-jaspi-api/pom.xml (from rev 82886, projects/javaee/branches/Branch_5_0/jboss-jaspi-api/pom.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/jboss-jaspi-api/pom.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/jboss-jaspi-api/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,16 @@
+<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.javaee</groupId>
+ <artifactId>jboss-javaee-parent</artifactId>
+ <version>5.0.1.GA</version>
+ <relativePath>../build/pom.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-jaspi-api</artifactId>
+ <version>1.0.0.GA</version>
+ <packaging>jar</packaging>
+ <name>JBoss Java Authentication SPI for Containers 1.0-PR API</name>
+ <url>http://www.jboss.org</url>
+ <description>The Java Authentication SPI for Containers 1.0-PR API classes</description>
+</project>
Deleted: projects/javaee/tags/5.0.1.GA/jboss-jaxr-api/pom-jdk14.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-jaxr-api/pom-jdk14.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/jboss-jaxr-api/pom-jdk14.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,97 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- - Notes for building and running tests.
- - Do to some limitations of the maven surefire plugin, the tests must
- - occur in a separate lifecycle from the build.
- -
- - mvn -f pom-jdk14.xml install - This will build the jdk14 version of the project.
- - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test - This will run the tests using a jdk1.4 jvm
- - Note: the tests will not work by calling mvn test, it must be performed by calling surefire directly.
- -->
-<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.javaee</groupId>
- <artifactId>jboss-javaee-jdk14</artifactId>
- <version>5.0.0-SNAPSHOT</version>
- <relativePath>../build/pom-jdk14.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-jaxr-api-jdk14</artifactId>
- <version>1.0-SNAPSHOT</version>
- <packaging>jar</packaging>
- <name>JBoss Java API for XML Registries 1.0</name>
- <url>http://www.jboss.org</url>
- <description>The Java API for XML Registries 1.0 API classes</description>
- <build>
- <outputDirectory>${outputDirectory}</outputDirectory>
- <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
- </build>
-
- <profiles>
- <!-- Note: to run the jdk14 tests, the surefire plugin must be called outside
- - of the lifecycle. In other words it should be called directly from the command
- - line like this
- - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test
- -->
- <profile>
- <id>run-jdk14-tests</id>
- <properties>
- <outputDirectory>target/classes-jdk14</outputDirectory>
- <testOutputDirectory>target/test-classes-jdk14</testOutputDirectory>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <version>1.0-alpha-3</version>
- <executions>
- <execution>
- <id>enforce-jdk14-property</id>
- <goals>
- <goal>enforce-once</goal>
- </goals>
- <configuration>
- <rules>
- <requireProperty>
- <property>java14_home</property>
- <message>
- The property java14_home should be set to a valid installation of jdk1.4. The jdk14 tests cannot be run without this property.
- </message>
- </requireProperty>
- </rules>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <jvm>${java14_home}/bin/java</jvm>
- <forkMode>always</forkMode>
- <skip>false</skip>
- <reportsDirectory>${project.build.directory}/surefire-reports-jdk14</reportsDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <dependencies>
- <dependency>
- <groupId>sun-jaf</groupId>
- <artifactId>activation</artifactId>
- <version>1.0.2</version>
- </dependency>
- </dependencies>
-
- <properties>
- <outputDirectory>target/classes</outputDirectory>
- <testOutputDirectory>target/test-classes</testOutputDirectory>
- </properties>
-
-</project>
Copied: projects/javaee/tags/5.0.1.GA/jboss-jaxr-api/pom-jdk14.xml (from rev 82883, projects/javaee/branches/Branch_5_0/jboss-jaxr-api/pom-jdk14.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/jboss-jaxr-api/pom-jdk14.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/jboss-jaxr-api/pom-jdk14.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ - Notes for building and running tests.
+ - Do to some limitations of the maven surefire plugin, the tests must
+ - occur in a separate lifecycle from the build.
+ -
+ - mvn -f pom-jdk14.xml install - This will build the jdk14 version of the project.
+ - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test - This will run the tests using a jdk1.4 jvm
+ - Note: the tests will not work by calling mvn test, it must be performed by calling surefire directly.
+ -->
+<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.javaee</groupId>
+ <artifactId>jboss-javaee-jdk14</artifactId>
+ <version>5.0.1-SNAPSHOT</version>
+ <relativePath>../build/pom-jdk14.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-jaxr-api-jdk14</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <packaging>jar</packaging>
+ <name>JBoss Java API for XML Registries 1.0</name>
+ <url>http://www.jboss.org</url>
+ <description>The Java API for XML Registries 1.0 API classes</description>
+ <build>
+ <outputDirectory>${outputDirectory}</outputDirectory>
+ <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
+ </build>
+
+ <profiles>
+ <!-- Note: to run the jdk14 tests, the surefire plugin must be called outside
+ - of the lifecycle. In other words it should be called directly from the command
+ - line like this
+ - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test
+ -->
+ <profile>
+ <id>run-jdk14-tests</id>
+ <properties>
+ <outputDirectory>target/classes-jdk14</outputDirectory>
+ <testOutputDirectory>target/test-classes-jdk14</testOutputDirectory>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ <executions>
+ <execution>
+ <id>enforce-jdk14-property</id>
+ <goals>
+ <goal>enforce-once</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireProperty>
+ <property>java14_home</property>
+ <message>
+ The property java14_home should be set to a valid installation of jdk1.4. The jdk14 tests cannot be run without this property.
+ </message>
+ </requireProperty>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <jvm>${java14_home}/bin/java</jvm>
+ <forkMode>always</forkMode>
+ <skip>false</skip>
+ <reportsDirectory>${project.build.directory}/surefire-reports-jdk14</reportsDirectory>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <dependencies>
+ <dependency>
+ <groupId>sun-jaf</groupId>
+ <artifactId>activation</artifactId>
+ <version>1.0.2</version>
+ </dependency>
+ </dependencies>
+
+ <properties>
+ <outputDirectory>target/classes</outputDirectory>
+ <testOutputDirectory>target/test-classes</testOutputDirectory>
+ </properties>
+
+</project>
Deleted: projects/javaee/tags/5.0.1.GA/jboss-jaxr-api/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-jaxr-api/pom.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/jboss-jaxr-api/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,23 +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.javaee</groupId>
- <artifactId>jboss-javaee-parent</artifactId>
- <version>5.0.1.GA</version>
- <relativePath>../build/pom.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-jaxr-api</artifactId>
- <version>1.0.0.GA</version>
- <packaging>jar</packaging>
- <name>JBoss Java API for XML Registries 1.0</name>
- <url>http://www.jboss.org</url>
- <description>The Java API for XML Registries 1.0 API classes</description>
- <dependencies>
- <dependency>
- <groupId>javax.activation</groupId>
- <artifactId>activation</artifactId>
- <version>1.0.2</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Copied: projects/javaee/tags/5.0.1.GA/jboss-jaxr-api/pom.xml (from rev 82886, projects/javaee/branches/Branch_5_0/jboss-jaxr-api/pom.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/jboss-jaxr-api/pom.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/jboss-jaxr-api/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,23 @@
+<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.javaee</groupId>
+ <artifactId>jboss-javaee-parent</artifactId>
+ <version>5.0.1.GA</version>
+ <relativePath>../build/pom.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-jaxr-api</artifactId>
+ <version>1.0.0.GA</version>
+ <packaging>jar</packaging>
+ <name>JBoss Java API for XML Registries 1.0</name>
+ <url>http://www.jboss.org</url>
+ <description>The Java API for XML Registries 1.0 API classes</description>
+ <dependencies>
+ <dependency>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ <version>1.0.2</version>
+ </dependency>
+ </dependencies>
+</project>
Deleted: projects/javaee/tags/5.0.1.GA/jboss-jca-api/pom-jdk14.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-jca-api/pom-jdk14.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/jboss-jca-api/pom-jdk14.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,98 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- - Notes for building and running tests.
- - Do to some limitations of the maven surefire plugin, the tests must
- - occur in a separate lifecycle from the build.
- -
- - mvn -f pom-jdk14.xml install - This will build the jdk14 version of the project.
- - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test - This will run the tests using a jdk1.4 jvm
- - Note: the tests will not work by calling mvn test, it must be performed by calling surefire directly.
- -->
-<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.javaee</groupId>
- <artifactId>jboss-javaee-jdk14</artifactId>
- <version>5.0.0-SNAPSHOT</version>
- <relativePath>../build/pom-jdk14.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-jca-api-jdk14</artifactId>
- <version>1.5-SNAPSHOT</version>
- <packaging>jar</packaging>
- <name>JBoss J2EE Connector Architecture 1.5 API</name>
- <url>http://www.jboss.org</url>
- <description>The J2EE Connector Architecture 1.5 API classes</description>
- <build>
- <outputDirectory>${outputDirectory}</outputDirectory>
- <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
- </build>
-
- <profiles>
- <!-- Note: to run the jdk14 tests, the surefire plugin must be called outside
- - of the lifecycle. In other words it should be called directly from the command
- - line like this
- - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test
- -->
- <profile>
- <id>run-jdk14-tests</id>
- <properties>
- <outputDirectory>target/classes-jdk14</outputDirectory>
- <testOutputDirectory>target/test-classes-jdk14</testOutputDirectory>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <version>1.0-alpha-3</version>
- <executions>
- <execution>
- <id>enforce-jdk14-property</id>
- <goals>
- <goal>enforce-once</goal>
- </goals>
- <configuration>
- <rules>
- <requireProperty>
- <property>java14_home</property>
- <message>
- The property java14_home should be set to a valid installation of jdk1.4. The jdk14 tests cannot be run without this property.
- </message>
- </requireProperty>
- </rules>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <jvm>${java14_home}/bin/java</jvm>
- <forkMode>always</forkMode>
- <skip>false</skip>
- <reportsDirectory>${project.build.directory}/surefire-reports-jdk14</reportsDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <dependencies>
- <!-- For SerialVersion -->
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-common-core-jdk14</artifactId>
- <version>2.2.1-SNAPSHOT</version>
- </dependency>
- </dependencies>
-
- <properties>
- <outputDirectory>target/classes</outputDirectory>
- <testOutputDirectory>target/test-classes</testOutputDirectory>
- </properties>
-
-</project>
Copied: projects/javaee/tags/5.0.1.GA/jboss-jca-api/pom-jdk14.xml (from rev 82883, projects/javaee/branches/Branch_5_0/jboss-jca-api/pom-jdk14.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/jboss-jca-api/pom-jdk14.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/jboss-jca-api/pom-jdk14.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ - Notes for building and running tests.
+ - Do to some limitations of the maven surefire plugin, the tests must
+ - occur in a separate lifecycle from the build.
+ -
+ - mvn -f pom-jdk14.xml install - This will build the jdk14 version of the project.
+ - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test - This will run the tests using a jdk1.4 jvm
+ - Note: the tests will not work by calling mvn test, it must be performed by calling surefire directly.
+ -->
+<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.javaee</groupId>
+ <artifactId>jboss-javaee-jdk14</artifactId>
+ <version>5.0.1-SNAPSHOT</version>
+ <relativePath>../build/pom-jdk14.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-jca-api-jdk14</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ <packaging>jar</packaging>
+ <name>JBoss J2EE Connector Architecture 1.5 API</name>
+ <url>http://www.jboss.org</url>
+ <description>The J2EE Connector Architecture 1.5 API classes</description>
+ <build>
+ <outputDirectory>${outputDirectory}</outputDirectory>
+ <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
+ </build>
+
+ <profiles>
+ <!-- Note: to run the jdk14 tests, the surefire plugin must be called outside
+ - of the lifecycle. In other words it should be called directly from the command
+ - line like this
+ - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test
+ -->
+ <profile>
+ <id>run-jdk14-tests</id>
+ <properties>
+ <outputDirectory>target/classes-jdk14</outputDirectory>
+ <testOutputDirectory>target/test-classes-jdk14</testOutputDirectory>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ <executions>
+ <execution>
+ <id>enforce-jdk14-property</id>
+ <goals>
+ <goal>enforce-once</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireProperty>
+ <property>java14_home</property>
+ <message>
+ The property java14_home should be set to a valid installation of jdk1.4. The jdk14 tests cannot be run without this property.
+ </message>
+ </requireProperty>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <jvm>${java14_home}/bin/java</jvm>
+ <forkMode>always</forkMode>
+ <skip>false</skip>
+ <reportsDirectory>${project.build.directory}/surefire-reports-jdk14</reportsDirectory>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <dependencies>
+ <!-- For SerialVersion -->
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core-jdk14</artifactId>
+ <version>2.2.1-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+
+ <properties>
+ <outputDirectory>target/classes</outputDirectory>
+ <testOutputDirectory>target/test-classes</testOutputDirectory>
+ </properties>
+
+</project>
Deleted: projects/javaee/tags/5.0.1.GA/jboss-jca-api/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-jca-api/pom.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/jboss-jca-api/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,23 +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.javaee</groupId>
- <artifactId>jboss-javaee-parent</artifactId>
- <version>5.0.1.GA</version>
- <relativePath>../build/pom.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-jca-api</artifactId>
- <version>1.5.0.GA</version>
- <packaging>jar</packaging>
- <name>JBoss J2EE Connector Architecture 1.5 API</name>
- <url>http://www.jboss.org</url>
- <description>The J2EE Connector Architecture 1.5 API classes</description>
- <dependencies>
- <!-- For SerialVersion -->
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-common-core</artifactId>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Copied: projects/javaee/tags/5.0.1.GA/jboss-jca-api/pom.xml (from rev 82886, projects/javaee/branches/Branch_5_0/jboss-jca-api/pom.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/jboss-jca-api/pom.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/jboss-jca-api/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,23 @@
+<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.javaee</groupId>
+ <artifactId>jboss-javaee-parent</artifactId>
+ <version>5.0.1.GA</version>
+ <relativePath>../build/pom.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-jca-api</artifactId>
+ <version>1.5.0.GA</version>
+ <packaging>jar</packaging>
+ <name>JBoss J2EE Connector Architecture 1.5 API</name>
+ <url>http://www.jboss.org</url>
+ <description>The J2EE Connector Architecture 1.5 API classes</description>
+ <dependencies>
+ <!-- For SerialVersion -->
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Deleted: projects/javaee/tags/5.0.1.GA/jboss-jms-api/pom-jdk14.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-jms-api/pom-jdk14.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/jboss-jms-api/pom-jdk14.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,89 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- - Notes for building and running tests.
- - Do to some limitations of the maven surefire plugin, the tests must
- - occur in a separate lifecycle from the build.
- -
- - mvn -f pom-jdk14.xml install - This will build the jdk14 version of the project.
- - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test - This will run the tests using a jdk1.4 jvm
- - Note: the tests will not work by calling mvn test, it must be performed by calling surefire directly.
- -->
-<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.javaee</groupId>
- <artifactId>jboss-javaee-jdk14</artifactId>
- <version>5.0.0-SNAPSHOT</version>
- <relativePath>../build/pom-jdk14.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-jms-api-jdk14</artifactId>
- <version>1.1-SNAPSHOT</version>
- <packaging>jar</packaging>
- <name>JBoss JMS 1.1 API</name>
- <url>http://www.jboss.org</url>
- <description>The Java Messaging Service 1.1 API classes</description>
- <build>
- <outputDirectory>${outputDirectory}</outputDirectory>
- <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
- </build>
-
- <profiles>
- <!-- Note: to run the jdk14 tests, the surefire plugin must be called outside
- - of the lifecycle. In other words it should be called directly from the command
- - line like this
- - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test
- -->
- <profile>
- <id>run-jdk14-tests</id>
- <properties>
- <outputDirectory>target/classes-jdk14</outputDirectory>
- <testOutputDirectory>target/test-classes-jdk14</testOutputDirectory>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <version>1.0-alpha-3</version>
- <executions>
- <execution>
- <id>enforce-jdk14-property</id>
- <goals>
- <goal>enforce-once</goal>
- </goals>
- <configuration>
- <rules>
- <requireProperty>
- <property>java14_home</property>
- <message>
- The property java14_home should be set to a valid installation of jdk1.4. The jdk14 tests cannot be run without this property.
- </message>
- </requireProperty>
- </rules>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <jvm>${java14_home}/bin/java</jvm>
- <forkMode>always</forkMode>
- <skip>false</skip>
- <reportsDirectory>${project.build.directory}/surefire-reports-jdk14</reportsDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <properties>
- <outputDirectory>target/classes</outputDirectory>
- <testOutputDirectory>target/test-classes</testOutputDirectory>
- </properties>
-
-</project>
Copied: projects/javaee/tags/5.0.1.GA/jboss-jms-api/pom-jdk14.xml (from rev 82883, projects/javaee/branches/Branch_5_0/jboss-jms-api/pom-jdk14.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/jboss-jms-api/pom-jdk14.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/jboss-jms-api/pom-jdk14.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ - Notes for building and running tests.
+ - Do to some limitations of the maven surefire plugin, the tests must
+ - occur in a separate lifecycle from the build.
+ -
+ - mvn -f pom-jdk14.xml install - This will build the jdk14 version of the project.
+ - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test - This will run the tests using a jdk1.4 jvm
+ - Note: the tests will not work by calling mvn test, it must be performed by calling surefire directly.
+ -->
+<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.javaee</groupId>
+ <artifactId>jboss-javaee-jdk14</artifactId>
+ <version>5.0.1-SNAPSHOT</version>
+ <relativePath>../build/pom-jdk14.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-jms-api-jdk14</artifactId>
+ <version>1.1-SNAPSHOT</version>
+ <packaging>jar</packaging>
+ <name>JBoss JMS 1.1 API</name>
+ <url>http://www.jboss.org</url>
+ <description>The Java Messaging Service 1.1 API classes</description>
+ <build>
+ <outputDirectory>${outputDirectory}</outputDirectory>
+ <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
+ </build>
+
+ <profiles>
+ <!-- Note: to run the jdk14 tests, the surefire plugin must be called outside
+ - of the lifecycle. In other words it should be called directly from the command
+ - line like this
+ - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test
+ -->
+ <profile>
+ <id>run-jdk14-tests</id>
+ <properties>
+ <outputDirectory>target/classes-jdk14</outputDirectory>
+ <testOutputDirectory>target/test-classes-jdk14</testOutputDirectory>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ <executions>
+ <execution>
+ <id>enforce-jdk14-property</id>
+ <goals>
+ <goal>enforce-once</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireProperty>
+ <property>java14_home</property>
+ <message>
+ The property java14_home should be set to a valid installation of jdk1.4. The jdk14 tests cannot be run without this property.
+ </message>
+ </requireProperty>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <jvm>${java14_home}/bin/java</jvm>
+ <forkMode>always</forkMode>
+ <skip>false</skip>
+ <reportsDirectory>${project.build.directory}/surefire-reports-jdk14</reportsDirectory>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <properties>
+ <outputDirectory>target/classes</outputDirectory>
+ <testOutputDirectory>target/test-classes</testOutputDirectory>
+ </properties>
+
+</project>
Deleted: projects/javaee/tags/5.0.1.GA/jboss-jms-api/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-jms-api/pom.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/jboss-jms-api/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,16 +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.javaee</groupId>
- <artifactId>jboss-javaee-parent</artifactId>
- <version>5.0.1.GA</version>
- <relativePath>../build/pom.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-jms-api</artifactId>
- <version>1.1.0.GA</version>
- <packaging>jar</packaging>
- <name>JBoss JMS 1.1 API</name>
- <url>http://www.jboss.org</url>
- <description>The Java Messaging Service 1.1 API classes</description>
-</project>
\ No newline at end of file
Copied: projects/javaee/tags/5.0.1.GA/jboss-jms-api/pom.xml (from rev 82886, projects/javaee/branches/Branch_5_0/jboss-jms-api/pom.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/jboss-jms-api/pom.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/jboss-jms-api/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,16 @@
+<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.javaee</groupId>
+ <artifactId>jboss-javaee-parent</artifactId>
+ <version>5.0.1.GA</version>
+ <relativePath>../build/pom.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-jms-api</artifactId>
+ <version>1.1.0.GA</version>
+ <packaging>jar</packaging>
+ <name>JBoss JMS 1.1 API</name>
+ <url>http://www.jboss.org</url>
+ <description>The Java Messaging Service 1.1 API classes</description>
+</project>
Deleted: projects/javaee/tags/5.0.1.GA/jboss-transaction-api/pom-jdk14.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-transaction-api/pom-jdk14.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/jboss-transaction-api/pom-jdk14.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,88 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- - Notes for building and running tests.
- - Do to some limitations of the maven surefire plugin, the tests must
- - occur in a separate lifecycle from the build.
- -
- - mvn -f pom-jdk14.xml install - This will build the jdk14 version of the project.
- - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test - This will run the tests using a jdk1.4 jvm
- - Note: the tests will not work by calling mvn test, it must be performed by calling surefire directly.
- -->
-<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.javaee</groupId>
- <artifactId>jboss-javaee-jdk14</artifactId>
- <version>5.0.0-SNAPSHOT</version>
- <relativePath>../build/pom-jdk14.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>jboss-transaction-api-jdk14</artifactId>
- <version>1.0.1-SNAPSHOT</version>
- <packaging>jar</packaging>
- <name>JBoss Transaction 1.0.1 API</name>
- <url>http://www.jboss.org</url>
- <description>The Java Transaction 1.0.1 API classes</description>
- <build>
- <outputDirectory>${outputDirectory}</outputDirectory>
- <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
- </build>
-
- <profiles>
- <!-- Note: to run the jdk14 tests, the surefire plugin must be called outside
- - of the lifecycle. In other words it should be called directly from the command
- - line like this
- - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test
- -->
- <profile>
- <id>run-jdk14-tests</id>
- <properties>
- <outputDirectory>target/classes-jdk14</outputDirectory>
- <testOutputDirectory>target/test-classes-jdk14</testOutputDirectory>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <version>1.0-alpha-3</version>
- <executions>
- <execution>
- <id>enforce-jdk14-property</id>
- <goals>
- <goal>enforce-once</goal>
- </goals>
- <configuration>
- <rules>
- <requireProperty>
- <property>java14_home</property>
- <message>
- The property java14_home should be set to a valid installation of jdk1.4. The jdk14 tests cannot be run without this property.
- </message>
- </requireProperty>
- </rules>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <jvm>${java14_home}/bin/java</jvm>
- <forkMode>always</forkMode>
- <skip>false</skip>
- <reportsDirectory>${project.build.directory}/surefire-reports-jdk14</reportsDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <properties>
- <outputDirectory>target/classes</outputDirectory>
- <testOutputDirectory>target/test-classes</testOutputDirectory>
- </properties>
-
-</project>
Copied: projects/javaee/tags/5.0.1.GA/jboss-transaction-api/pom-jdk14.xml (from rev 82883, projects/javaee/branches/Branch_5_0/jboss-transaction-api/pom-jdk14.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/jboss-transaction-api/pom-jdk14.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/jboss-transaction-api/pom-jdk14.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ - Notes for building and running tests.
+ - Do to some limitations of the maven surefire plugin, the tests must
+ - occur in a separate lifecycle from the build.
+ -
+ - mvn -f pom-jdk14.xml install - This will build the jdk14 version of the project.
+ - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test - This will run the tests using a jdk1.4 jvm
+ - Note: the tests will not work by calling mvn test, it must be performed by calling surefire directly.
+ -->
+<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.javaee</groupId>
+ <artifactId>jboss-javaee-jdk14</artifactId>
+ <version>5.0.1-SNAPSHOT</version>
+ <relativePath>../build/pom-jdk14.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>jboss-transaction-api-jdk14</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>jar</packaging>
+ <name>JBoss Transaction 1.0.1 API</name>
+ <url>http://www.jboss.org</url>
+ <description>The Java Transaction 1.0.1 API classes</description>
+ <build>
+ <outputDirectory>${outputDirectory}</outputDirectory>
+ <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
+ </build>
+
+ <profiles>
+ <!-- Note: to run the jdk14 tests, the surefire plugin must be called outside
+ - of the lifecycle. In other words it should be called directly from the command
+ - line like this
+ - mvn -f pom-jdk14.xml -Prun-jdk14-tests surefire:test
+ -->
+ <profile>
+ <id>run-jdk14-tests</id>
+ <properties>
+ <outputDirectory>target/classes-jdk14</outputDirectory>
+ <testOutputDirectory>target/test-classes-jdk14</testOutputDirectory>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ <executions>
+ <execution>
+ <id>enforce-jdk14-property</id>
+ <goals>
+ <goal>enforce-once</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireProperty>
+ <property>java14_home</property>
+ <message>
+ The property java14_home should be set to a valid installation of jdk1.4. The jdk14 tests cannot be run without this property.
+ </message>
+ </requireProperty>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <jvm>${java14_home}/bin/java</jvm>
+ <forkMode>always</forkMode>
+ <skip>false</skip>
+ <reportsDirectory>${project.build.directory}/surefire-reports-jdk14</reportsDirectory>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <properties>
+ <outputDirectory>target/classes</outputDirectory>
+ <testOutputDirectory>target/test-classes</testOutputDirectory>
+ </properties>
+
+</project>
Deleted: projects/javaee/tags/5.0.1.GA/jboss-transaction-api/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/jboss-transaction-api/pom.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/jboss-transaction-api/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,16 +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.javaee</groupId>
- <artifactId>jboss-javaee-parent</artifactId>
- <version>5.0.1.GA</version>
- <relativePath>../build/pom.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-transaction-api</artifactId>
- <version>1.0.1.GA</version>
- <packaging>jar</packaging>
- <name>JBoss Transaction 1.0.1 API</name>
- <url>http://www.jboss.org</url>
- <description>The Java Transaction 1.0.1 API classes</description>
-</project>
Copied: projects/javaee/tags/5.0.1.GA/jboss-transaction-api/pom.xml (from rev 82886, projects/javaee/branches/Branch_5_0/jboss-transaction-api/pom.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/jboss-transaction-api/pom.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/jboss-transaction-api/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,16 @@
+<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.javaee</groupId>
+ <artifactId>jboss-javaee-parent</artifactId>
+ <version>5.0.1.GA</version>
+ <relativePath>../build/pom.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-transaction-api</artifactId>
+ <version>1.0.1.GA</version>
+ <packaging>jar</packaging>
+ <name>JBoss Transaction 1.0.1 API</name>
+ <url>http://www.jboss.org</url>
+ <description>The Java Transaction 1.0.1 API classes</description>
+</project>
Deleted: projects/javaee/tags/5.0.1.GA/pom.xml
===================================================================
--- projects/javaee/branches/Branch_5_0/pom.xml 2009-01-14 20:28:31 UTC (rev 82882)
+++ projects/javaee/tags/5.0.1.GA/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -1,92 +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.javaee</groupId>
- <artifactId>jboss-javaee-parent</artifactId>
- <version>5.0.1.GA</version>
- <relativePath>build/pom.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-javaee</artifactId>
- <version>5.0.1.GA</version>
- <packaging>pom</packaging>
- <name>JBoss JavaEE 5.0 Aggregate</name>
- <url>http://www.jboss.com</url>
- <description>
- The JBoss JavaEE API classes
- </description>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/javaee/tags/5.0.1.GA</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/javaee/tags/5.0.1.GA</developerConnection>
- </scm>
-
- <modules>
- <module>build</module>
- <module>jboss-ejb-api</module>
- <module>jboss-jacc-api</module>
- <module>jboss-jad-api</module>
- <module>jboss-jaxr-api</module>
- <module>jboss-jca-api</module>
- <module>jboss-jms-api</module>
- <module>jboss-transaction-api</module>
- <module>jboss-jaspi-api</module>
- </modules>
-
- <profiles>
- <profile>
- <id>assembly</id>
- <activation>
- <property>
- <name>!skip.assembly</name>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-1</version>
- <executions>
- <execution>
- <goals>
- <goal>attached</goal>
- </goals>
- <phase>package</phase>
- </execution>
- </executions>
- <configuration>
- <descriptors>
- <descriptor>build/assembly/bin.xml</descriptor>
- <descriptor>build/assembly/sources.xml</descriptor>
- </descriptors>
- </configuration>
- <inherited>false</inherited>
- </plugin>
- <plugin>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <tagBase>https://svn.jboss.org/repos/jbossas/projects/javaee/tags</tagBase>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-jboss-deploy-plugin</artifactId>
- <version>1.4</version>
- <executions>
- <execution>
- <goals>
- <goal>jboss-deploy</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
- <groupId>jboss</groupId>
- </configuration>
- <inherited>true</inherited>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-</project>
Copied: projects/javaee/tags/5.0.1.GA/pom.xml (from rev 82886, projects/javaee/branches/Branch_5_0/pom.xml)
===================================================================
--- projects/javaee/tags/5.0.1.GA/pom.xml (rev 0)
+++ projects/javaee/tags/5.0.1.GA/pom.xml 2009-01-14 22:28:35 UTC (rev 82887)
@@ -0,0 +1,92 @@
+<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.javaee</groupId>
+ <artifactId>jboss-javaee-parent</artifactId>
+ <version>5.0.1.GA</version>
+ <relativePath>build/pom.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-javaee</artifactId>
+ <version>5.0.1.GA</version>
+ <packaging>pom</packaging>
+ <name>JBoss JavaEE 5.0 Aggregate</name>
+ <url>http://www.jboss.com</url>
+ <description>
+ The JBoss JavaEE API classes
+ </description>
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/javaee/tags/5.0.1.GA</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/javaee/tags/5.0.1.GA</developerConnection>
+ </scm>
+
+ <modules>
+ <module>build</module>
+ <module>jboss-ejb-api</module>
+ <module>jboss-jacc-api</module>
+ <module>jboss-jad-api</module>
+ <module>jboss-jaxr-api</module>
+ <module>jboss-jca-api</module>
+ <module>jboss-jms-api</module>
+ <module>jboss-transaction-api</module>
+ <module>jboss-jaspi-api</module>
+ </modules>
+
+ <profiles>
+ <profile>
+ <id>assembly</id>
+ <activation>
+ <property>
+ <name>!skip.assembly</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-1</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>attached</goal>
+ </goals>
+ <phase>package</phase>
+ </execution>
+ </executions>
+ <configuration>
+ <descriptors>
+ <descriptor>build/assembly/bin.xml</descriptor>
+ <descriptor>build/assembly/sources.xml</descriptor>
+ </descriptors>
+ </configuration>
+ <inherited>false</inherited>
+ </plugin>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>https://svn.jboss.org/repos/jbossas/projects/javaee/tags</tagBase>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jboss-deploy-plugin</artifactId>
+ <version>1.4</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jboss-deploy</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
+ <groupId>jboss</groupId>
+ </configuration>
+ <inherited>true</inherited>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+</project>
More information about the jboss-cvs-commits
mailing list