[jboss-maven2-commits] Repository SVN: r33763 - in maven2/com/sun/xml/ws/policy: 2.0-b01 and 1 other directory.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Fri Jan 29 07:33:05 EST 2010


Author: richard.opalka at jboss.com
Date: 2010-01-29 07:33:05 -0500 (Fri, 29 Jan 2010)
New Revision: 33763

Added:
   maven2/com/sun/xml/ws/policy/2.0-b01/
   maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.jar
   maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.jar.md5
   maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.jar.sha1
   maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.pom
   maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.pom.md5
   maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.pom.sha1
   maven2/com/sun/xml/ws/policy/maven-metadata.xml
   maven2/com/sun/xml/ws/policy/maven-metadata.xml.md5
   maven2/com/sun/xml/ws/policy/maven-metadata.xml.sha1
Log:
[JBWS-2913] uploading JAX-WS 2.2 tools

Added: maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.jar
===================================================================
(Binary files differ)


Property changes on: maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.jar.md5
===================================================================
--- maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.jar.md5	                        (rev 0)
+++ maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.jar.md5	2010-01-29 12:33:05 UTC (rev 33763)
@@ -0,0 +1 @@
+56595a9fad624d0d06b9b6d5e399d4b7
\ No newline at end of file

Added: maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.jar.sha1
===================================================================
--- maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.jar.sha1	                        (rev 0)
+++ maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.jar.sha1	2010-01-29 12:33:05 UTC (rev 33763)
@@ -0,0 +1 @@
+00dc30f945e61723fceb481659a440d9810d22f8
\ No newline at end of file

Added: maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.pom
===================================================================
--- maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.pom	                        (rev 0)
+++ maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.pom	2010-01-29 12:33:05 UTC (rev 33763)
@@ -0,0 +1,267 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ 
+ Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
+ 
+ The contents of this file are subject to the terms of either the GNU
+ General Public License Version 2 only ("GPL") or the Common Development
+ and Distribution License("CDDL") (collectively, the "License").  You
+ may not use this file except in compliance with the License. You can obtain
+ a copy of the License at https://glassfish.dev.java.net/public/CDDL+GPL.html
+ or glassfish/bootstrap/legal/LICENSE.txt.  See the License for the specific
+ language governing permissions and limitations under the License.
+ 
+ When distributing the software, include this License Header Notice in each
+ file and include the License file at glassfish/bootstrap/legal/LICENSE.txt.
+ Sun designates this particular file as subject to the "Classpath" exception
+ as provided by Sun in the GPL Version 2 section of the License file that
+ accompanied this code.  If applicable, add the following below the License
+ Header, with the fields enclosed by brackets [] replaced by your own
+ identifying information: "Portions Copyrighted [year]
+ [name of copyright owner]"
+ 
+ Contributor(s):
+ 
+ If you wish your version of this file to be governed by only the CDDL or
+ only the GPL Version 2, indicate your decision by adding "[Contributor]
+ elects to include this software in this distribution under the [CDDL or GPL
+ Version 2] license."  If you don't indicate a single choice of license, a
+ recipient has the option to distribute your version of this file under
+ either the CDDL, the GPL Version 2 or to extend the choice of license to
+ its licensees as provided above.  However, if you add GPL Version 2 code
+ and therefore, elected the GPL Version 2 license, then the option applies
+ only if the new code is made subject to such option by the copyright
+ holder.
+-->
+
+<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>
+    <groupId>com.sun.xml.ws</groupId>
+    <artifactId>policy</artifactId>
+    <packaging>jar</packaging>
+    <version>2.0-b01</version>
+    <name>policy</name>
+    <url>https://policy.dev.java.net/</url>
+    
+    <organization>
+        <name>Sun Microsystems, Inc.</name>
+        <url>http://www.sun.com/</url>
+    </organization>
+    
+    <licenses>
+        <license>
+            <name>Dual License: CDDL 1.0 and GPL V2 with Classpath Exception</name>
+            <url>https://glassfish.dev.java.net/public/CDDL+GPL.html</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+    
+    <!--dependencies>
+        <dependency>
+            <groupId>stax</groupId>
+            <artifactId>stax-api</artifactId>
+            <version>1.0.1</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.xml.txw2</groupId>
+            <artifactId>txw2</artifactId>
+            <version>20090102</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.istack</groupId>
+            <artifactId>istack-commons-runtime</artifactId>
+            <version>1.1-SNAPSHOT</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>woodstox</groupId>
+            <artifactId>wstx-asl</artifactId>
+            <version>3.2.1</version>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+    
+    <repositories>
+        <repository>
+            <id>maven2-repository.dev.java.net</id>
+            <name>Java.net Repository for Maven</name>
+            <url>http://download.java.net/maven/2/</url>
+            <layout>default</layout>
+        </repository>
+    </repositories>
+
+    <scm>
+        <connection>scm:cvs:pserver:guest at cvs.dev.java.net:/cvs:policy/policy</connection>
+        <developerConnection>scm:cvs:pserver:ritzmann at cvs.dev.java.net:/cvs:policy/policy</developerConnection>
+        <url>https://policy.dev.java.net/source/browse/policy/policy</url>
+    </scm>
+    
+    <distributionManagement>
+        <repository>
+            <uniqueVersion>false</uniqueVersion>
+            <id>java.net-maven2-repository</id>
+            <url>java-net:/maven2-repository/trunk/repository/</url>
+        </repository>
+    </distributionManagement-->
+    
+    <build>
+        <finalName>${artifactId}</finalName>
+
+        <resources>
+            <resource>
+                <filtering>false</filtering>
+                <directory>${basedir}/src/main/java</directory>
+                <includes>
+                    <include>**/*.properties</include>
+                </includes>
+            </resource>
+        </resources>
+        
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>2.0.2</version>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                    <compilerArguments>
+                        <Xlint/>
+                    </compilerArguments>
+                </configuration>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-resources-plugin</artifactId>
+                <configuration>
+                    <encoding>UTF-8</encoding>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <dependencies>
+                    <dependency>
+                        <groupId>com.sun.istack</groupId>
+                        <artifactId>istack-commons-buildtools</artifactId>
+                        <version>1.1-SNAPSHOT</version>
+                    </dependency>
+                </dependencies>
+                <executions>
+                    <execution>
+                        <phase>generate-sources</phase>
+                        <configuration>
+                            <tasks>
+                                <ant dir="${basedir}" target="resgen">
+                                    <property name="resgen.classpath" refid="maven.compile.classpath"/>
+                                    <property name="src.dir" value="${basedir}/src/main/java"/>
+                                    <property name="build.gen-src.dir" value="${project.build.directory}/generated-sources/ant"/>
+                                </ant>
+                            </tasks>
+                            <sourceRoot>
+                                ${project.build.directory}/generated-sources/ant
+                            </sourceRoot>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <version>2.2-beta-4</version>
+                <configuration>
+                    <descriptors>
+                        <descriptor>src/assembly/src.xml</descriptor>
+                    </descriptors>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                    <archive>
+                        <manifest>
+                            <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                        </manifest>
+                        <manifestEntries>
+                            <Build-Id>${env.BUILD_ID}</Build-Id>
+                            <Build-Tag>${env.BUILD_TAG}</Build-Tag>
+                        </manifestEntries>
+                    </archive>
+                </configuration>
+            </plugin>
+      
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>cobertura-maven-plugin</artifactId>
+                <configuration>
+                    <formats>
+                        <format>xml</format>
+                    </formats>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>findbugs-maven-plugin</artifactId>
+                <version>1.2</version>
+                <configuration>
+                    <findbugsXmlOutput>true</findbugsXmlOutput>
+                </configuration>
+            </plugin>
+        </plugins>
+        
+        <extensions>
+            <extension>
+                <groupId>org.jvnet.wagon-svn</groupId>
+                <artifactId>wagon-svn</artifactId>
+                <version>1.8</version>
+            </extension>
+        </extensions>
+    </build>
+    
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-report-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jxr-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>cobertura-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>findbugs-maven-plugin</artifactId>
+            </plugin>
+    	</plugins>
+    </reporting>
+
+    <properties>
+        <netbeans.hint.license>policy</netbeans.hint.license>
+    </properties>
+</project>

Added: maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.pom.md5
===================================================================
--- maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.pom.md5	                        (rev 0)
+++ maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.pom.md5	2010-01-29 12:33:05 UTC (rev 33763)
@@ -0,0 +1 @@
+2466643adfc16f1639cac898c780eece
\ No newline at end of file

Added: maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.pom.sha1
===================================================================
--- maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.pom.sha1	                        (rev 0)
+++ maven2/com/sun/xml/ws/policy/2.0-b01/policy-2.0-b01.pom.sha1	2010-01-29 12:33:05 UTC (rev 33763)
@@ -0,0 +1 @@
+a01dffabfabc3bc2338b5b468c51b4ada720a28d
\ No newline at end of file

Added: maven2/com/sun/xml/ws/policy/maven-metadata.xml
===================================================================
--- maven2/com/sun/xml/ws/policy/maven-metadata.xml	                        (rev 0)
+++ maven2/com/sun/xml/ws/policy/maven-metadata.xml	2010-01-29 12:33:05 UTC (rev 33763)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>com.sun.xml.ws</groupId>
+  <artifactId>policy</artifactId>
+  <version>2.0-b01</version>
+  <versioning>
+    <versions>
+      <version>2.0-b01</version>
+    </versions>
+    <lastUpdated>20100129122455</lastUpdated>
+  </versioning>
+</metadata>

Added: maven2/com/sun/xml/ws/policy/maven-metadata.xml.md5
===================================================================
--- maven2/com/sun/xml/ws/policy/maven-metadata.xml.md5	                        (rev 0)
+++ maven2/com/sun/xml/ws/policy/maven-metadata.xml.md5	2010-01-29 12:33:05 UTC (rev 33763)
@@ -0,0 +1 @@
+0b76d273a049d1d77c3030613a87f23a
\ No newline at end of file

Added: maven2/com/sun/xml/ws/policy/maven-metadata.xml.sha1
===================================================================
--- maven2/com/sun/xml/ws/policy/maven-metadata.xml.sha1	                        (rev 0)
+++ maven2/com/sun/xml/ws/policy/maven-metadata.xml.sha1	2010-01-29 12:33:05 UTC (rev 33763)
@@ -0,0 +1 @@
+4619c71ea5a76dd74ef704a03a949961641607e5
\ No newline at end of file



More information about the jboss-maven2-commits mailing list