From d5fb647a6ec5fdae5966c08d1859421fd63a228c Mon Sep 17 00:00:00 2001
Subject: [PATCH] fix pom.xml
---
pom.xml | 201 ++++++++++++++++++++++++++++++++++++--------------------
1 file changed, 131 insertions(+), 70 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6635950..23d800c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,28 +4,34 @@
4.0.0
- org.jboss
- jboss-parent
- 25
+ net.java
+ jvnet-parent
+ 3
- org.jboss.spec.javax.xml.rpc
- jboss-jaxrpc-api_1.1_spec
- 1.0.2.Final
+ javax.xml.rpc
+ javax.xml.rpc-api
+ 1.1.1
jar
+
+ javax.xml.rpc
+ 1.1
+ 1.1.1
+ javax.xml.rpc-api
+ Oracle Corporation
+ org.glassfish
+ 2.3.1
+ exclude.xml
+ Low
+
Java(TM) API for XML-based RPC (JAX-RPC) 1.1
JSR-101: Java(TM) API for XML-based RPC (JAX-RPC) 1.1
- Common Development and Distribution License
- http://repository.jboss.org/licenses/cddl.txt
- repo
-
-
- GNU General Public License, Version 2 with the Classpath Exception
- http://repository.jboss.org/licenses/gpl-2.0-ce.txt
+ CDDL + GPLv2 with classpath exception
+ https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html
repo
@@ -38,38 +44,37 @@
+
+
+ src/main/java
+
+ **/*.properties
+ **/*.html
+
+
+
+ src/main/resources
+
+ META-INF/README
+
+
+
-
- org.apache.maven.plugins
- maven-resources-plugin
-
-
- copy-resources
- process-resources
-
- copy-resources
-
-
-
-
- ${basedir}
-
- LICENSE
- README
-
-
-
- ${project.build.outputDirectory}/META-INF
-
-
-
+ maven-compiler-plugin
+ 2.5.1
+
+ 1.6
+ 1.6
+ -Xlint:unchecked
+
org.apache.felix
maven-bundle-plugin
+ 1.4.3
bundle-manifest
@@ -80,47 +85,103 @@
-
-
- false
-
-
- beta.jboss.jaxrpc.api_1_1
-
-
-
- JSR-101: Java(TM) API for XML-based RPC (JAX-RPC) 1.1
- Oracle
- 1.1
-
-
- javax.xml.rpc*;version=1.1
-
-
+
+ jar
+
+
+ ${spec.bundle.version}
+ ${spec.bundle.symbolic-name}
+ ${spec.extension.name}
+ ${spec.implementation.version}
+ ${spec.specification.version}
+ ${bundle.symbolicName}
+
+ JavaTM APIs for XML based RPC ${spec.version} Design Specification
+
+ ${vendor.name}
+ ${project.organization.name}
+ ${implementation.vendor.id}
+ ${extension.name}.*; version=${spec.version}
+
org.apache.maven.plugins
- maven-jar-plugin
-
-
- ${project.build.outputDirectory}/META-INF/MANIFEST.MF
-
+ maven-jar-plugin
+ 2.4
+
+ true
+
+ **/*.java
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-remote-resources-plugin
+ 1.2.1
+
+
+
+ process
+
+
+
+ org.glassfish:legal:1.1
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.1
+
+ true
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.8
+
+
+ javadoc
+
+ javadoc
+
+
+
+
+ APIs for XML based RPC Documentation
+ javax.xml.rpc
+
+
+
+
+
org.apache.maven.plugins
- maven-source-plugin
+ maven-release-plugin
-
-
- JSR-101: Java(TM) API for XML-based RPC (JAX-RPC) 1.1
- Oracle
- 1.1
-
-
+ forked-path
+ false
+ ${release.arguments}
@@ -129,9 +190,9 @@
- org.jboss.spec.javax.servlet
- jboss-servlet-api_3.1_spec
- 1.0.2.Final
+ javax.servlet
+ javax.servlet-api
+ 3.1.0
true
--
2.23.0