Author: veithen
Date: Wed Dec 29 10:52:53 2010
New Revision: 1053610
URL: http://svn.apache.org/viewvc?rev=1053610&view=rev
Log:
AXIOM-351: Fixed broken links in Javadoc JARs.
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-jaxen-testsuite/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-osgi/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-testutils/pom.xml
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml?rev=1053610&r1=1053609&r2=1053610&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml Wed Dec
29 10:52:53 2010
@@ -29,11 +29,14 @@
<name>Axiom API</name>
<description>The Axiom API</description>
<packaging>bundle</packaging>
+ <!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-api</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-api</developerConnection>
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api</url>
</scm>
+ <!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
+ <url>http://ws.apache.org/axiom/</url>
<dependencies>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml?rev=1053610&r1=1053609&r2=1053610&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml Wed Dec
29 10:52:53 2010
@@ -30,11 +30,14 @@
<name>Axiom C14N</name>
<packaging>bundle</packaging>
<description />
+ <!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-c14n</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-c14n</developerConnection>
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-c14n</url>
</scm>
+ <!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
+ <url>http://ws.apache.org/axiom/</url>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml?rev=1053610&r1=1053609&r2=1053610&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml Wed Dec
29 10:52:53 2010
@@ -29,11 +29,14 @@
<name>Axiom DOM</name>
<packaging>bundle</packaging>
<description>The Axiom DOM implementation.</description>
+ <!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-dom</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-dom</developerConnection>
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom</url>
</scm>
+ <!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
+ <url>http://ws.apache.org/axiom/</url>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml?rev=1053610&r1=1053609&r2=1053610&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml Wed Dec
29 10:52:53 2010
@@ -29,11 +29,14 @@
<name>Axiom Impl</name>
<packaging>bundle</packaging>
<description>The Axiom default implementation.</description>
+ <!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-impl</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-impl</developerConnection>
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-impl</url>
</scm>
+ <!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
+ <url>http://ws.apache.org/axiom/</url>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml?rev=1053610&r1=1053609&r2=1053610&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml
Wed Dec 29 10:52:53 2010
@@ -31,11 +31,14 @@
This module contains tests that validate the interoperability of Axiom
with
other libraries.
</description>
+ <!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-integration</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-integration</developerConnection>
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-integration</url>
</scm>
+ <!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
+ <url>http://ws.apache.org/axiom/</url>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-jaxen-testsuite/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-jaxen-testsuite/pom.xml?rev=1053610&r1=1053609&r2=1053610&view=diff
==============================================================================
---
webservices/commons/trunk/modules/axiom/modules/axiom-jaxen-testsuite/pom.xml
(original)
+++
webservices/commons/trunk/modules/axiom/modules/axiom-jaxen-testsuite/pom.xml
Wed Dec 29 10:52:53 2010
@@ -30,11 +30,14 @@
<description>
Contains unit test code from Jaxen.
</description>
+ <!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-jaxen-testsuite</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-jaxen-testsuite</developerConnection>
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-jaxen-testsuite</url>
</scm>
+ <!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
+ <url>http://ws.apache.org/axiom/</url>
<dependencies>
<dependency>
<groupId>jaxen</groupId>
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-osgi/pom.xml?rev=1053610&r1=1053609&r2=1053610&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-osgi/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-osgi/pom.xml Wed Dec
29 10:52:53 2010
@@ -28,11 +28,14 @@
<artifactId>axiom-osgi</artifactId>
<name>Axiom OSGI Test Suite Parent</name>
<packaging>pom</packaging>
+ <!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-osgi</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-osgi</developerConnection>
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-osgi</url>
</scm>
+ <!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
+ <url>http://ws.apache.org/axiom/</url>
<modules>
<module>axiom-osgi-build</module>
<module>axiom-osgi-run</module>
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml?rev=1053610&r1=1053609&r2=1053610&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml Wed Dec
29 10:52:53 2010
@@ -33,11 +33,14 @@
as it seems. The intention is to start with axiom-test and continuosly
move
parts to the actual projects.
</description>
+ <!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-tests</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-tests</developerConnection>
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-tests</url>
</scm>
+ <!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
+ <url>http://ws.apache.org/axiom/</url>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/pom.xml?rev=1053610&r1=1053609&r2=1053610&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/pom.xml Wed
Dec 29 10:52:53 2010
@@ -31,11 +31,14 @@
The Axiom implementation test suite. This test suite can be used to
check conformance of a
particular Axiom implementation.
</description>
+ <!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite</developerConnection>
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite</url>
</scm>
+ <!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
+ <url>http://ws.apache.org/axiom/</url>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-testutils/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-testutils/pom.xml?rev=1053610&r1=1053609&r2=1053610&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-testutils/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-testutils/pom.xml Wed
Dec 29 10:52:53 2010
@@ -30,11 +30,14 @@
<description>
Contains utility classes used by the test suites in Axiom.
</description>
+ <!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-testutils</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-testutils</developerConnection>
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-testutils</url>
</scm>
+ <!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
+ <url>http://ws.apache.org/axiom/</url>
<dependencies>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>