[jboss-svn-commits] JBL Code SVN: r16013 - in labs/jbossbuild/maven-build-test/tags: maven-build-test-parent-1.0.6 and 4 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Oct 23 10:54:28 EDT 2007
Author: pgier
Date: 2007-10-23 10:54:28 -0400 (Tue, 23 Oct 2007)
New Revision: 16013
Added:
labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/
labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module1/pom.xml
labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/module2-1/pom.xml
labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/module2-2/pom.xml
labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/pom.xml
labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/pom.xml
Removed:
labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module1/pom.xml
labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/module2-1/pom.xml
labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/module2-2/pom.xml
labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/pom.xml
labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/pom.xml
Log:
[maven-release-plugin] copy for tag maven-build-test-parent-1.0.6
Copied: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6 (from rev 16009, labs/jbossbuild/maven-build-test/trunk)
Deleted: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module1/pom.xml
===================================================================
--- labs/jbossbuild/maven-build-test/trunk/module1/pom.xml 2007-10-23 10:44:48 UTC (rev 16009)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module1/pom.xml 2007-10-23 14:54:28 UTC (rev 16013)
@@ -1,176 +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.maven.test</groupId>
- <artifactId>maven-build-test-parent</artifactId>
- <version>1.0.6-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.maven.test</groupId>
- <artifactId>maven-build-test-module1</artifactId>
- <name>Maven Build Test Module 1</name>
- <description>A project to test the release and packaging features of maven</description>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/trunk/module1</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/trunk/module1</developerConnection>
- <url>http://fisheye.jboss.org/repos/jbossbuild/trunk/maven-build-test-module1</url>
- </scm>
- <issueManagement>
- <url>http://jira.jboss.org</url>
- </issueManagement>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <forkMode>never</forkMode>
-
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources1</id>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources3</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <executions>
- <execution>
- <id>test-jar</id>
- <goals>
- <goal>test-jar</goal>
- </goals>
- <configuration>
- <classifier>jdk14</classifier>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <!--<plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-jboss-deploy-plugin</artifactId>
- <version>1.3-SNAPSHOT</version>
- <executions>
- <execution>
- <goals>
- <goal>jboss-deploy</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
- </configuration>
- </plugin>-->
- <!--<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-5</version>
- <configuration>
- <tagBase>https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags</tagBase>
- </configuration>
- </plugin>-->
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.antlr</groupId>
- <artifactId>antlr</artifactId>
- <version>3.0</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
- <version>2.0.6</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-settings</artifactId>
- <version>2.0.6</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-core</artifactId>
- <version>2.0.6</version>
- </dependency>
- </dependencies>
- <!--<distributionManagement>
- <relocation>
- <groupId>javax.activation</groupId>
- <artifactId>activation</artifactId>
- <message>This file has been relocated based on maven recommendations here: http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html</message>
- </relocation>
- </distributionManagement>-->
- <distributionManagement>
- <repository>
- <!-- Copy the distribution jar file to a local checkout of the maven repository
- - This variable can be set in $MAVEN_HOME/conf/settings.xml -->
- <id>repository.jboss.org</id>
- <url>file://${maven.repository.root}</url>
- </repository>
- </distributionManagement>
- <profiles>
- <profile>
- <id>default-jdk</id>
- <activation>
- <activeByDefault>true</activeByDefault>
-
- </activation>
- <!--<dependencies>
- <dependency>
- <groupId>org.jboss.microcontainer</groupId>
- <artifactId>jboss-dependency</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- </dependency>
- </dependencies>-->
- </profile>
- <profile>
- <id>jdk14</id>
- <activation>
- <property>
- <name>jdk14-compat</name>
- </property>
- </activation>
- <!--<dependencies>
- <dependency>
- <groupId>org.jboss.microcontainer-jdk14</groupId>
- <artifactId>jboss-dependency-jdk14</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- </dependency>
- </dependencies>-->
- </profile>
-
- </profiles>
- <properties>
- <antlrVersion>2.7.5</antlrVersion>
-
- </properties>
- <pluginRepositories>
- <pluginRepository>
- <id>codehaus</id>
- <url>http://snapshots.repository.codehaus.org/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </pluginRepository>
-
- </pluginRepositories>
-</project>
Copied: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module1/pom.xml (from rev 16012, labs/jbossbuild/maven-build-test/trunk/module1/pom.xml)
===================================================================
--- labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module1/pom.xml (rev 0)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module1/pom.xml 2007-10-23 14:54:28 UTC (rev 16013)
@@ -0,0 +1,176 @@
+<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.maven.test</groupId>
+ <artifactId>maven-build-test-parent</artifactId>
+ <version>1.0.6</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.maven.test</groupId>
+ <artifactId>maven-build-test-module1</artifactId>
+ <name>Maven Build Test Module 1</name>
+ <description>A project to test the release and packaging features of maven</description>
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module1</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module1</developerConnection>
+ <url>http://fisheye.jboss.org/repos/jbossbuild/tags/maven-build-test-parent-1.0.6/maven-build-test-module1</url>
+ </scm>
+ <issueManagement>
+ <url>http://jira.jboss.org</url>
+ </issueManagement>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkMode>never</forkMode>
+
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources1</id>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources3</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>test-jar</id>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ <configuration>
+ <classifier>jdk14</classifier>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!--<plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jboss-deploy-plugin</artifactId>
+ <version>1.3-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jboss-deploy</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
+ </configuration>
+ </plugin>-->
+ <!--<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-5</version>
+ <configuration>
+ <tagBase>https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags</tagBase>
+ </configuration>
+ </plugin>-->
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.antlr</groupId>
+ <artifactId>antlr</artifactId>
+ <version>3.0</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ <version>2.0.6</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-settings</artifactId>
+ <version>2.0.6</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-core</artifactId>
+ <version>2.0.6</version>
+ </dependency>
+ </dependencies>
+ <!--<distributionManagement>
+ <relocation>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ <message>This file has been relocated based on maven recommendations here: http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html</message>
+ </relocation>
+ </distributionManagement>-->
+ <distributionManagement>
+ <repository>
+ <!-- Copy the distribution jar file to a local checkout of the maven repository
+ - This variable can be set in $MAVEN_HOME/conf/settings.xml -->
+ <id>repository.jboss.org</id>
+ <url>file://${maven.repository.root}</url>
+ </repository>
+ </distributionManagement>
+ <profiles>
+ <profile>
+ <id>default-jdk</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+
+ </activation>
+ <!--<dependencies>
+ <dependency>
+ <groupId>org.jboss.microcontainer</groupId>
+ <artifactId>jboss-dependency</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>-->
+ </profile>
+ <profile>
+ <id>jdk14</id>
+ <activation>
+ <property>
+ <name>jdk14-compat</name>
+ </property>
+ </activation>
+ <!--<dependencies>
+ <dependency>
+ <groupId>org.jboss.microcontainer-jdk14</groupId>
+ <artifactId>jboss-dependency-jdk14</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>-->
+ </profile>
+
+ </profiles>
+ <properties>
+ <antlrVersion>2.7.5</antlrVersion>
+
+ </properties>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>codehaus</id>
+ <url>http://snapshots.repository.codehaus.org/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </pluginRepository>
+
+ </pluginRepositories>
+</project>
Deleted: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/module2-1/pom.xml
===================================================================
--- labs/jbossbuild/maven-build-test/trunk/module2/module2-1/pom.xml 2007-10-23 10:44:48 UTC (rev 16009)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/module2-1/pom.xml 2007-10-23 14:54:28 UTC (rev 16013)
@@ -1,74 +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.maven.test</groupId>
- <artifactId>maven-build-test-module2</artifactId>
- <version>1.0.6-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>maven-build-test-module2-1</artifactId>
- <name>Module 2-1</name>
- <description>A project to test the release and packaging features of maven</description>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/trunk</developerConnection>
- <url>http://fisheye.jboss.org/repos/jbossbuild/trunk/maven-build-test-module2/maven-build-test-module2-1</url>
- </scm>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <testFailureIgnore>true</testFailureIgnore>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources2</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- <execution>
- <id>attach-sources3</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- <inherited>true</inherited>
- </plugin>
- <!--<plugin>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <tagBase>https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags</tagBase>
- </configuration>
- </plugin>-->
- </plugins>
- </build>
- <repositories>
- <repository>
- <id>jboss</id>
- <name>JBoss Repository</name>
- <url>http://repository.jboss.org/maven2/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>jboss-snapshots</id>
- <name>JBoss Snapshot Repository</name>
- <url>http://snapshots.jboss.org/maven2/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
- <properties>
- <antlrVersion>2.7.7</antlrVersion>
- </properties>
-</project>
Copied: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/module2-1/pom.xml (from rev 16012, labs/jbossbuild/maven-build-test/trunk/module2/module2-1/pom.xml)
===================================================================
--- labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/module2-1/pom.xml (rev 0)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/module2-1/pom.xml 2007-10-23 14:54:28 UTC (rev 16013)
@@ -0,0 +1,74 @@
+<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.maven.test</groupId>
+ <artifactId>maven-build-test-module2</artifactId>
+ <version>1.0.6</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>maven-build-test-module2-1</artifactId>
+ <name>Module 2-1</name>
+ <description>A project to test the release and packaging features of maven</description>
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6</developerConnection>
+ <url>http://fisheye.jboss.org/repos/jbossbuild/tags/maven-build-test-parent-1.0.6/maven-build-test-module2/maven-build-test-module2-1</url>
+ </scm>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <testFailureIgnore>true</testFailureIgnore>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources2</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>attach-sources3</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ <inherited>true</inherited>
+ </plugin>
+ <!--<plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags</tagBase>
+ </configuration>
+ </plugin>-->
+ </plugins>
+ </build>
+ <repositories>
+ <repository>
+ <id>jboss</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>jboss-snapshots</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+ <properties>
+ <antlrVersion>2.7.7</antlrVersion>
+ </properties>
+</project>
Deleted: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/module2-2/pom.xml
===================================================================
--- labs/jbossbuild/maven-build-test/trunk/module2/module2-2/pom.xml 2007-10-23 10:44:48 UTC (rev 16009)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/module2-2/pom.xml 2007-10-23 14:54:28 UTC (rev 16013)
@@ -1,88 +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.maven.test</groupId>
- <artifactId>maven-build-test-module2</artifactId>
- <version>1.0.6-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>maven-build-test-module2-2</artifactId>
- <name>Module 2-2</name>
- <description>A project to test the release and packaging features of maven</description>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/trunk</developerConnection>
- <url>http://fisheye.jboss.org/repos/jbossbuild/trunk/maven-build-test-module2/maven-build-test-module2-2</url>
- </scm>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <testFailureIgnore>true</testFailureIgnore>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources2</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- <execution>
- <id>attach-sources3</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- <inherited>true</inherited>
- </plugin>
- <!--<plugin>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <tagBase>https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags</tagBase>
- </configuration>
- </plugin>-->
- </plugins>
- </build>
- <repositories>
- <repository>
- <id>jboss</id>
- <name>JBoss Repository</name>
- <url>http://repository.jboss.org/maven2/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>jboss-snapshots</id>
- <name>JBoss Snapshot Repository</name>
- <url>http://snapshots.jboss.org/maven2/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
- <dependencies>
- <dependency>
- <groupId>org.jboss.maven.test</groupId>
- <artifactId>maven-build-test-module1</artifactId>
- <version>1.0.6-SNAPSHOT</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.antlr</groupId>
- <artifactId>antlr</artifactId>
- <version>3.0b5</version>
- </dependency>
- </dependencies>
- <properties>
- <antlrVersion>2.7.7</antlrVersion>
- </properties>
-</project>
Copied: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/module2-2/pom.xml (from rev 16012, labs/jbossbuild/maven-build-test/trunk/module2/module2-2/pom.xml)
===================================================================
--- labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/module2-2/pom.xml (rev 0)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/module2-2/pom.xml 2007-10-23 14:54:28 UTC (rev 16013)
@@ -0,0 +1,94 @@
+<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.maven.test</groupId>
+ <artifactId>maven-build-test-module2</artifactId>
+ <version>1.0.6</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>maven-build-test-module2-2</artifactId>
+ <name>Module 2-2</name>
+ <description>A project to test the release and packaging features of maven</description>
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6</developerConnection>
+ <url>http://fisheye.jboss.org/repos/jbossbuild/tags/maven-build-test-parent-1.0.6/maven-build-test-module2/maven-build-test-module2-2</url>
+ </scm>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <testFailureIgnore>true</testFailureIgnore>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources2</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>attach-sources3</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ <inherited>true</inherited>
+ </plugin>
+ <!--<plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags</tagBase>
+ </configuration>
+ </plugin>-->
+ </plugins>
+ </build>
+ <repositories>
+ <repository>
+ <id>jboss</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>jboss-snapshots</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.maven.test</groupId>
+ <artifactId>maven-build-test-module1</artifactId>
+ <version>1.0.6</version>
+ <!--<type>test-jar</type>-->
+ <scope>compile</scope>
+ </dependency>
+ <!--<dependency>
+ <groupId>org.jboss.microcontainer</groupId>
+ <artifactId>jboss-kernel</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ <type>test-jar</type>
+ </dependency>-->
+ <dependency>
+ <groupId>org.antlr</groupId>
+ <artifactId>antlr</artifactId>
+ <version>3.0b5</version>
+ </dependency>
+ </dependencies>
+ <properties>
+ <antlrVersion>2.7.7</antlrVersion>
+ </properties>
+</project>
Deleted: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/pom.xml
===================================================================
--- labs/jbossbuild/maven-build-test/trunk/module2/pom.xml 2007-10-23 10:44:48 UTC (rev 16009)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/pom.xml 2007-10-23 14:54:28 UTC (rev 16013)
@@ -1,54 +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.maven.test</groupId>
- <artifactId>maven-build-test-parent</artifactId>
- <version>1.0.6-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.maven.test</groupId>
- <artifactId>maven-build-test-module2</artifactId>
- <packaging>pom</packaging>
- <name>Maven Build Test Module 2 Parent</name>
- <version>1.0.6-SNAPSHOT</version>
- <description>A project to test the release and packaging features of maven</description>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/trunk</developerConnection>
- <url>http://fisheye.jboss.org/repos/jbossbuild/trunk/maven-build-test-module2</url>
- </scm>
- <repositories>
- <repository>
- <id>jboss</id>
- <name>JBoss Repository</name>
- <url>http://repository.jboss.org/maven2/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>jboss-snapshots</id>
- <name>JBoss Snapshot Repository</name>
- <url>http://snapshots.jboss.org/maven2/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
- <dependencies>
- <!--<dependency>
- <groupId>org.jboss.maven.test</groupId>
- <artifactId>maven-build-test-module1</artifactId>
- <version>1.0.5-SNAPSHOT</version>
- </dependency>-->
- </dependencies>
- <modules>
- <module>module2-1</module>
- <module>module2-2</module>
- </modules>
- <properties>
- <antlrVersion>2.7.7</antlrVersion>
- </properties>
-</project>
Copied: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/pom.xml (from rev 16012, labs/jbossbuild/maven-build-test/trunk/module2/pom.xml)
===================================================================
--- labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/pom.xml (rev 0)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/module2/pom.xml 2007-10-23 14:54:28 UTC (rev 16013)
@@ -0,0 +1,54 @@
+<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.maven.test</groupId>
+ <artifactId>maven-build-test-parent</artifactId>
+ <version>1.0.6</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.maven.test</groupId>
+ <artifactId>maven-build-test-module2</artifactId>
+ <packaging>pom</packaging>
+ <name>Maven Build Test Module 2 Parent</name>
+ <version>1.0.6</version>
+ <description>A project to test the release and packaging features of maven</description>
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6</developerConnection>
+ <url>http://fisheye.jboss.org/repos/jbossbuild/tags/maven-build-test-parent-1.0.6/maven-build-test-module2</url>
+ </scm>
+ <repositories>
+ <repository>
+ <id>jboss</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>jboss-snapshots</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+ <dependencies>
+ <!--<dependency>
+ <groupId>org.jboss.maven.test</groupId>
+ <artifactId>maven-build-test-module1</artifactId>
+ <version>1.0.5-SNAPSHOT</version>
+ </dependency>-->
+ </dependencies>
+ <modules>
+ <module>module2-1</module>
+ <module>module2-2</module>
+ </modules>
+ <properties>
+ <antlrVersion>2.7.7</antlrVersion>
+ </properties>
+</project>
Deleted: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/pom.xml
===================================================================
--- labs/jbossbuild/maven-build-test/trunk/pom.xml 2007-10-23 10:44:48 UTC (rev 16009)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/pom.xml 2007-10-23 14:54:28 UTC (rev 16013)
@@ -1,253 +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-SNAPSHOT</version>
- </parent>-->
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.maven.test</groupId>
- <artifactId>maven-build-test-parent</artifactId>
- <packaging>pom</packaging>
- <name>JBoss Build Test Parent</name>
- <version>1.0.6-SNAPSHOT</version>
- <description>A project to test the release and packaging features of maven</description>
- <issueManagement>
- <system>jira</system>
- <url>http://jira.jboss.com/jira/browse/JBBUILD</url>
- </issueManagement>
- <developers>
- <developer>
- <name>Paul Gier</name>
- <id>pgier</id>
- <email>pgier at redhat.com</email>
- <organization>JBoss, a division of Red Hat, Inc.</organization>
- <timezone>-5</timezone>
- </developer>
- </developers>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/trunk</developerConnection>
- <url>http://fisheye.jboss.org/repos/jbossbuild/trunk</url>
- </scm>
- <build>
- <plugins>
- <!--<plugin>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources2</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- <inherited>true</inherited>
- </plugin>-->
- <!--<plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-test-plugin</artifactId>
- <version>1.0-SNAPSHOT</version>
- <executions>
- <execution>
- <id>test</id>
- <goals>
- <goal>test</goal>
- </goals>
- </execution>
- </executions>
- <inherited>true</inherited>
- </plugin>-->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-7-jboss-1</version>
- <!--<configuration>
- <tagBase>https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags</tagBase>
- </configuration>-->
- </plugin>
- <!--<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <version>1.0-alpha-3-SNAPSHOT</version>
- <executions>
- <execution>
- <id>enforce-versions</id>
- <goals>
- <goal>enforce-once</goal>
- </goals>
- <configuration>
- <rules>
- <requireMavenVersion>
- <version>2.0.6</version>
- </requireMavenVersion>
- <requireJavaVersion>
- <version>1.6</version>
- </requireJavaVersion>
- <requireProperty>
- <property>junk</property>
- <warning>Junk is not set, if you don't set this you are so dead!</warning>
- </requireProperty>
- <requireProperty>
- <property>another</property>
- <regex>[^abc]</regex>
- </requireProperty>
- </rules>
- </configuration>
- </execution>
- </executions>
- <inherited>false</inherited>
- </plugin>-->
- <!--<plugin>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <tagBase>https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags</tagBase>
- </configuration>
- </plugin>-->
- <!--<plugin>
- <groupId>jboss.maven-plugins</groupId>
- <artifactId>jboss-deploy-maven-plugin</artifactId>
- <version>1.3-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>install</phase>
- <goals>
- <goal>jboss-deploy</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
- </configuration>
- </plugin>-->
- <!--<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.3-SNAPSHOT</version>
- <executions>
- <execution>
- <goals>
- <goal>javadoc</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <aggregate>false</aggregate>
- <links>
- <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
- </links>
- <minmemory>128m</minmemory>
- <maxmemory>512</maxmemory>
- </configuration>
- </plugin>-->
- </plugins>
- </build>
- <repositories>
- <repository>
- <id>jboss</id>
- <name>JBoss Repository</name>
- <url>http://repository.jboss.org/maven2/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>jboss-snapshots</id>
- <name>JBoss Snapshot Repository</name>
- <url>http://snapshots.jboss.org/maven2/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>apache.snapshots</id>
- <name>Maven snapshot repo</name>
- <url>http://people.apache.org/repo/m2-snapshot-repository</url>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>apache.org</id>
- <name>Maven Snapshots</name>
- <url>http://people.apache.org/repo/m2-snapshot-repository</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
- <profiles>
- <profile>
- <id>module3</id>
- <modules>
- <module>module3</module>
- </modules>
- </profile>
- <profile>
- <id>test-plugin</id>
- <build>
- <plugins>
- <plugin>
- <groupId>jboss.maven-plugins</groupId>
- <artifactId>maven-test-plugin</artifactId>
- <version>1.0-SNAPSHOT</version>
- <executions>
- <execution>
- <goals>
- <goal>test</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <modules>
- <module>module1</module>
- <module>module2</module>
- </modules>
- <!--<reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.3-SNAPSHOT</version>
- <configuration>
- <aggregate>true</aggregate>
- <links>
- <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
- </links>
- <minmemory>128m</minmemory>
- <maxmemory>512</maxmemory>
- </configuration>
- </plugin>
- </plugins>
- </reporting>-->
- <distributionManagement>
- <repository>
- <!-- Copy the distribution jar file to a local checkout of the maven repository
- - This variable can be set in $MAVEN_HOME/conf/settings.xml -->
- <id>repository.jboss.org</id>
- <url>file://${maven.repository.root}</url>
- </repository>
- <snapshotRepository>
- <id>snapshots.jboss.org</id>
- <name>JBoss Snapshot Repository</name>
- <url>dav:https://snapshots.jboss.org/maven2</url>
- </snapshotRepository>
- <site>
- <id>www.jboss.org</id>
- <name>JBoss.org site freezone</name>
- <url>file:///home/pgier/projects/jbossbuild-site/freezone</url>
- </site>
- </distributionManagement>
- <!--<properties>
- <junk>paul</junk>
- </properties>-->
-</project>
\ No newline at end of file
Copied: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/pom.xml (from rev 16012, labs/jbossbuild/maven-build-test/trunk/pom.xml)
===================================================================
--- labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/pom.xml (rev 0)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6/pom.xml 2007-10-23 14:54:28 UTC (rev 16013)
@@ -0,0 +1,253 @@
+<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-SNAPSHOT</version>
+ </parent>-->
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.maven.test</groupId>
+ <artifactId>maven-build-test-parent</artifactId>
+ <packaging>pom</packaging>
+ <name>JBoss Build Test Parent</name>
+ <version>1.0.6</version>
+ <description>A project to test the release and packaging features of maven</description>
+ <issueManagement>
+ <system>jira</system>
+ <url>http://jira.jboss.com/jira/browse/JBBUILD</url>
+ </issueManagement>
+ <developers>
+ <developer>
+ <name>Paul Gier</name>
+ <id>pgier</id>
+ <email>pgier at redhat.com</email>
+ <organization>JBoss, a division of Red Hat, Inc.</organization>
+ <timezone>-5</timezone>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.6</developerConnection>
+ <url>http://fisheye.jboss.org/repos/jbossbuild/tags/maven-build-test-parent-1.0.6</url>
+ </scm>
+ <build>
+ <plugins>
+ <!--<plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources2</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ <inherited>true</inherited>
+ </plugin>-->
+ <!--<plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-test-plugin</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <id>test</id>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ </execution>
+ </executions>
+ <inherited>true</inherited>
+ </plugin>-->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-7-jboss-1</version>
+ <!--<configuration>
+ <tagBase>https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags</tagBase>
+ </configuration>-->
+ </plugin>
+ <!--<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0-alpha-3-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <id>enforce-versions</id>
+ <goals>
+ <goal>enforce-once</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireMavenVersion>
+ <version>2.0.6</version>
+ </requireMavenVersion>
+ <requireJavaVersion>
+ <version>1.6</version>
+ </requireJavaVersion>
+ <requireProperty>
+ <property>junk</property>
+ <warning>Junk is not set, if you don't set this you are so dead!</warning>
+ </requireProperty>
+ <requireProperty>
+ <property>another</property>
+ <regex>[^abc]</regex>
+ </requireProperty>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ <inherited>false</inherited>
+ </plugin>-->
+ <!--<plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags</tagBase>
+ </configuration>
+ </plugin>-->
+ <!--<plugin>
+ <groupId>jboss.maven-plugins</groupId>
+ <artifactId>jboss-deploy-maven-plugin</artifactId>
+ <version>1.3-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <phase>install</phase>
+ <goals>
+ <goal>jboss-deploy</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
+ </configuration>
+ </plugin>-->
+ <!--<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.3-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>javadoc</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <aggregate>false</aggregate>
+ <links>
+ <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
+ </links>
+ <minmemory>128m</minmemory>
+ <maxmemory>512</maxmemory>
+ </configuration>
+ </plugin>-->
+ </plugins>
+ </build>
+ <repositories>
+ <repository>
+ <id>jboss</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>jboss-snapshots</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>http://snapshots.jboss.org/maven2/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>apache.snapshots</id>
+ <name>Maven snapshot repo</name>
+ <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>apache.org</id>
+ <name>Maven Snapshots</name>
+ <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+ <profiles>
+ <profile>
+ <id>module3</id>
+ <modules>
+ <module>module3</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>test-plugin</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>jboss.maven-plugins</groupId>
+ <artifactId>maven-test-plugin</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <modules>
+ <module>module1</module>
+ <module>module2</module>
+ </modules>
+ <!--<reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.3-SNAPSHOT</version>
+ <configuration>
+ <aggregate>true</aggregate>
+ <links>
+ <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
+ </links>
+ <minmemory>128m</minmemory>
+ <maxmemory>512</maxmemory>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>-->
+ <distributionManagement>
+ <repository>
+ <!-- Copy the distribution jar file to a local checkout of the maven repository
+ - This variable can be set in $MAVEN_HOME/conf/settings.xml -->
+ <id>repository.jboss.org</id>
+ <url>file://${maven.repository.root}</url>
+ </repository>
+ <snapshotRepository>
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>dav:https://snapshots.jboss.org/maven2</url>
+ </snapshotRepository>
+ <site>
+ <id>www.jboss.org</id>
+ <name>JBoss.org site freezone</name>
+ <url>file:///home/pgier/projects/jbossbuild-site/freezone</url>
+ </site>
+ </distributionManagement>
+ <!--<properties>
+ <junk>paul</junk>
+ </properties>-->
+</project>
\ No newline at end of file
More information about the jboss-svn-commits
mailing list