[jboss-svn-commits] JBL Code SVN: r11814 - in labs/jbossbuild/maven-build-test/trunk: module1 and 3 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu May 10 12:42:53 EDT 2007


Author: pgier
Date: 2007-05-10 12:42:53 -0400 (Thu, 10 May 2007)
New Revision: 11814

Added:
   labs/jbossbuild/maven-build-test/trunk/src/
   labs/jbossbuild/maven-build-test/trunk/src/site/
   labs/jbossbuild/maven-build-test/trunk/src/site/site.xml
Modified:
   labs/jbossbuild/maven-build-test/trunk/module1/pom.xml
   labs/jbossbuild/maven-build-test/trunk/module2/pom.xml
   labs/jbossbuild/maven-build-test/trunk/pom.xml
Log:


Modified: labs/jbossbuild/maven-build-test/trunk/module1/pom.xml
===================================================================
--- labs/jbossbuild/maven-build-test/trunk/module1/pom.xml	2007-05-10 15:47:02 UTC (rev 11813)
+++ labs/jbossbuild/maven-build-test/trunk/module1/pom.xml	2007-05-10 16:42:53 UTC (rev 11814)
@@ -1,46 +1,37 @@
 <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>
     <artifactId>maven-build-test</artifactId>
-    <groupId>jboss.maven-test</groupId>
+    <groupId>org.jboss.maven.test</groupId>
     <version>1.0.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>jboss.maven-test</groupId>
+  <groupId>org.jboss.maven.test</groupId>
   <artifactId>maven-build-test-module1</artifactId>
   <name>Module 1</name>
   <version>1.0-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>
+    <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>
   </scm>
   <build>
     <plugins>
+        <!--<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>
-        <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>
@@ -70,10 +61,15 @@
     </repository>
   </repositories>
   <dependencies>
-    <dependency>
+    <!--<dependency>
       <groupId>jboss.maven-test</groupId>
       <artifactId>maven-build-test-module2</artifactId>
       <version>1.0-SNAPSHOT</version>
+    </dependency>-->
+    <dependency>
+      <groupId>antlr</groupId>
+      <artifactId>antlr</artifactId>
+      <version>${antlrVersion}</version>
     </dependency>
   </dependencies>
   <!--<distributionManagement>
@@ -83,4 +79,16 @@
       <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>-->
-</project>
\ No newline at end of file
+  <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>
+  <properties>
+    <antlrVersion>2.7.5</antlrVersion>
+    
+  </properties>
+</project>

Modified: labs/jbossbuild/maven-build-test/trunk/module2/pom.xml
===================================================================
--- labs/jbossbuild/maven-build-test/trunk/module2/pom.xml	2007-05-10 15:47:02 UTC (rev 11813)
+++ labs/jbossbuild/maven-build-test/trunk/module2/pom.xml	2007-05-10 16:42:53 UTC (rev 11814)
@@ -1,11 +1,11 @@
 <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>
+  <!--<parent>
     <artifactId>maven-build-test</artifactId>
     <groupId>jboss.maven-test</groupId>
     <version>1.0.5-SNAPSHOT</version>
-  </parent>
+  </parent>-->
   <modelVersion>4.0.0</modelVersion>
-  <groupId>jboss.maven-test</groupId>
+  <groupId>org.jboss.maven.test</groupId>
   <artifactId>maven-build-test-module2</artifactId>
   <name>Module 2</name>
   <version>1.0-SNAPSHOT</version>
@@ -71,9 +71,14 @@
   </repositories>
   <dependencies>
     <dependency>
-      <groupId>asm</groupId>
-      <artifactId>asm</artifactId>
-      <version>2.0</version>
+      <groupId>org.jboss.maven.test</groupId>
+      <artifactId>maven-build-test-module1</artifactId>
+      <version>1.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
+  <properties>
+    <antlrVersion>2.7.7</antlrVersion>
+    
+  </properties>
+
 </project>
\ No newline at end of file

Modified: labs/jbossbuild/maven-build-test/trunk/pom.xml
===================================================================
--- labs/jbossbuild/maven-build-test/trunk/pom.xml	2007-05-10 15:47:02 UTC (rev 11813)
+++ labs/jbossbuild/maven-build-test/trunk/pom.xml	2007-05-10 16:42:53 UTC (rev 11814)
@@ -1,11 +1,11 @@
 <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>
-    <groupId>jboss</groupId>
     <version>3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>jboss.maven-test</groupId>
+  <groupId>org.jboss.maven.test</groupId>
   <artifactId>maven-build-test</artifactId>
   <packaging>pom</packaging>
   <name>JBoss Build Junk</name>
@@ -18,12 +18,6 @@
   <build>
     <plugins>
       <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <testFailureIgnore>true</testFailureIgnore>
-        </configuration>
-      </plugin>
-      <plugin>
         <artifactId>maven-source-plugin</artifactId>
         <executions>
           <execution>
@@ -57,7 +51,7 @@
           <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
         </configuration>
       </plugin>-->
-      <plugin>
+      <!--<plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.3-SNAPSHOT</version>
@@ -76,7 +70,7 @@
           <minmemory>128m</minmemory>
           <maxmemory>512</maxmemory>
         </configuration>
-      </plugin>
+      </plugin>-->
     </plugins>
   </build>
   <repositories>

Added: labs/jbossbuild/maven-build-test/trunk/src/site/site.xml
===================================================================
--- labs/jbossbuild/maven-build-test/trunk/src/site/site.xml	                        (rev 0)
+++ labs/jbossbuild/maven-build-test/trunk/src/site/site.xml	2007-05-10 16:42:53 UTC (rev 11814)
@@ -0,0 +1,29 @@
+<project name="Maven Build Test">
+  <bannerLeft>
+    <name>Maven Build Test</name>
+    <href>http://www.jboss.org/jboss-build</href>
+  </bannerLeft>
+  <bannerRight>
+    <name>JBoss.org</name>
+    <src>http://www.jboss.org/junk</src>
+  </bannerRight>
+  <skin>
+    <groupId>org.jboss.maven.skins</groupId>
+    <artifactId>maven-jboss-default-skin</artifactId>
+    <version>0.0.1-SNAPSHOT</version>
+  </skin>
+  <publishDate format="dd MMM yyyy" />
+  <body>
+    <links>
+      <item name="JBoss" href="http://www.randomsite.org/"/>
+      <item name="Maven" href="http://maven.apache.org/"/>
+    </links>
+    <head>
+      <meta name="faq" content="proficio"/>
+    </head>
+    <menu name="Quick Links">
+      <item name="Features" href="/maven-features.html"/>
+    </menu>
+    ${reports}
+  </body>
+</project>




More information about the jboss-svn-commits mailing list