[jboss-cvs] Repository SVN: r27913 - in maven2-brew/org/jboss/ws: jbossws-parent and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 23 10:02:34 EDT 2009


Author: permaine
Date: 2009-07-23 10:02:34 -0400 (Thu, 23 Jul 2009)
New Revision: 27913

Added:
   maven2-brew/org/jboss/ws/jbossws-parent/
   maven2-brew/org/jboss/ws/jbossws-parent/1.0.2.GA/
   maven2-brew/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom
   maven2-brew/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom.md5
   maven2-brew/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom.sha1
   maven2-brew/org/jboss/ws/jbossws-parent/maven-metadata.xml
   maven2-brew/org/jboss/ws/jbossws-parent/maven-metadata.xml.md5
   maven2-brew/org/jboss/ws/jbossws-parent/maven-metadata.xml.sha1
Log:
Add Brew build jbossws-parent 1.0.2.GA

Added: maven2-brew/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom
===================================================================
--- maven2-brew/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom	                        (rev 0)
+++ maven2-brew/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom	2009-07-23 14:02:34 UTC (rev 27913)
@@ -0,0 +1,204 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  
+  <name>JBoss Web Services</name>
+  <groupId>org.jboss.ws</groupId>
+  <artifactId>jbossws-parent</artifactId>
+  <packaging>pom</packaging>
+  
+  <version>1.0.2.GA</version>
+  
+  <organization>
+    <name>JBoss, a division of Red Hat</name>
+    <url>http://www.jboss.org</url>
+  </organization>
+  
+  <url>http://www.jboss.org/jbossws</url>
+  
+  <!-- Source Control Management -->
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/maven/parent/tags/jbossws-parent-1.0.2.GA</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/maven/parent/tags/jbossws-parent-1.0.2.GA</developerConnection>
+    <url>http://fisheye.jboss.com/viewrep/JBossWS/maven/parent/tags/jbossws-parent-1.0.2.GA</url>
+  </scm>
+  
+  <prerequisites>
+    <maven>2.0.9</maven>
+  </prerequisites>
+  
+  <!-- IssueManagement -->
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.jboss.org/jira/browse/JBWS</url>
+  </issueManagement>
+  
+  <!-- licenses -->
+  <licenses>
+    <license>
+      <name>lgpl</name>
+      <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+    </license>
+  </licenses>
+
+  <!-- Plugins -->
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+          <showDeprecation>true</showDeprecation>
+          <showWarnings>true</showWarnings>
+          <optimize>true</optimize>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+
+    <!-- PluginManagement -->
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.0.2.SP1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>build-helper-maven-plugin</artifactId>
+          <version>1.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>buildnumber-maven-plugin</artifactId>
+          <version>1.0-beta-1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>2.0</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+  
+  <!-- Reporting -->
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+  
+  <!-- Repositories
+  <repositories>
+    <repository>
+      <id>maven2.java.net</id>
+      <name>Java.net Repository for Maven 2</name>
+      <url>http://download.java.net/maven/2/</url>
+    </repository>
+    <repository>
+      <id>java.net</id>
+      <url>http://download.java.net/maven/1/</url>
+      <layout>legacy</layout>
+    </repository>
+    <repository>
+      <id>repository.jboss.org</id>
+      <url>http://repository.jboss.org/maven2</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>snapshots.jboss.org</id>
+      <url>http://snapshots.jboss.org/maven2</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories> -->
+  
+  <!-- PluginRepositories
+  <pluginRepositories>
+    <pluginRepository>
+      <id>repository.jboss.org</id>
+      <url>http://repository.jboss.org/maven2</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </pluginRepository>
+    <pluginRepository>
+      <id>snapshots.jboss.org</id>
+      <url>http://snapshots.jboss.org/maven2</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+  </pluginRepositories> -->
+  
+  <!-- DistributionManagement -->
+  <distributionManagement>
+    <repository>
+      <id>repository.jboss.org</id>
+      <name>JBoss Maven Repository</name>
+      <url>file://${jboss.maven.repository}</url>
+    </repository>
+    <snapshotRepository>
+      <id>snapshots.jboss.org</id>
+      <name>JBoss Snapshot Repository</name>
+      <url>dav:https://snapshots.jboss.org/maven2</url>
+    </snapshotRepository>
+  </distributionManagement>
+
+  <profiles>
+    <profile>
+      <id>download-sources</id>
+      <activation>
+        <property>
+          <name>jbossws-download-sources</name>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-dependency-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>download-sources</id>
+                <goals>
+                  <goal>sources</goal>
+                </goals>
+                <configuration>
+                  <silent>true</silent>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
+</project>

Added: maven2-brew/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom.md5
===================================================================
--- maven2-brew/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom.md5	                        (rev 0)
+++ maven2-brew/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom.md5	2009-07-23 14:02:34 UTC (rev 27913)
@@ -0,0 +1 @@
+f5aa87ff950d915f62f0aa470aab69a2
\ No newline at end of file

Added: maven2-brew/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom.sha1
===================================================================
--- maven2-brew/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom.sha1	                        (rev 0)
+++ maven2-brew/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom.sha1	2009-07-23 14:02:34 UTC (rev 27913)
@@ -0,0 +1 @@
+32ec15736fcb950080bd4c6ba3fedab5dbb4baf0
\ No newline at end of file

Added: maven2-brew/org/jboss/ws/jbossws-parent/maven-metadata.xml
===================================================================
--- maven2-brew/org/jboss/ws/jbossws-parent/maven-metadata.xml	                        (rev 0)
+++ maven2-brew/org/jboss/ws/jbossws-parent/maven-metadata.xml	2009-07-23 14:02:34 UTC (rev 27913)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <groupId>org.jboss.ws</groupId>
+  <artifactId>jbossws-parent</artifactId>
+  <version>1.0.2.GA</version>
+  <versioning>
+    <versions>
+      <version>1.0.2.GA</version>
+    </versions>
+    <lastUpdated>20090723140037</lastUpdated>
+  </versioning>
+</metadata>

Added: maven2-brew/org/jboss/ws/jbossws-parent/maven-metadata.xml.md5
===================================================================
--- maven2-brew/org/jboss/ws/jbossws-parent/maven-metadata.xml.md5	                        (rev 0)
+++ maven2-brew/org/jboss/ws/jbossws-parent/maven-metadata.xml.md5	2009-07-23 14:02:34 UTC (rev 27913)
@@ -0,0 +1 @@
+f2e4b25e36a9f53afb2ace4763d4e052
\ No newline at end of file

Added: maven2-brew/org/jboss/ws/jbossws-parent/maven-metadata.xml.sha1
===================================================================
--- maven2-brew/org/jboss/ws/jbossws-parent/maven-metadata.xml.sha1	                        (rev 0)
+++ maven2-brew/org/jboss/ws/jbossws-parent/maven-metadata.xml.sha1	2009-07-23 14:02:34 UTC (rev 27913)
@@ -0,0 +1 @@
+03c4fd3900f85a4da8d43b5f9c9c33b2f44450dc
\ No newline at end of file




More information about the jboss-cvs-commits mailing list