MARMOTTA-513: preparing the build for the transition towards a jax-doclets release which solves the issue
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/42f5db05 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/42f5db05 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/42f5db05 Branch: refs/heads/MARMOTTA-499 Commit: 42f5db0588112ab17974e42142a9c280dc729dcf Parents: bd6f585 Author: Sergio Fernández <[email protected]> Authored: Wed Jul 9 12:24:34 2014 +0200 Committer: Sergio Fernández <[email protected]> Committed: Wed Jul 9 12:24:34 2014 +0200 ---------------------------------------------------------------------- parent/pom.xml | 4 ++++ platform/backends/marmotta-backend-bigdata/pom.xml | 4 ++-- platform/backends/marmotta-backend-http/pom.xml | 2 +- platform/backends/marmotta-backend-kiwi/pom.xml | 4 ++-- platform/backends/marmotta-backend-memory/pom.xml | 4 ++-- platform/backends/marmotta-backend-native/pom.xml | 4 ++-- platform/backends/marmotta-backend-sparql/pom.xml | 4 ++-- platform/backends/marmotta-backend-titan/pom.xml | 4 ++-- platform/ldcache/marmotta-ldcache-common/pom.xml | 10 +++++----- platform/ldcache/marmotta-ldcache-file/pom.xml | 4 ++-- platform/ldcache/marmotta-ldcache-kiwi/pom.xml | 4 ++-- platform/marmotta-core/pom.xml | 4 ++-- platform/marmotta-ldp/pom.xml | 4 ++-- platform/marmotta-ldpath/pom.xml | 4 ++-- platform/marmotta-reasoner-kiwi/pom.xml | 4 ++-- platform/marmotta-security/pom.xml | 4 ++-- platform/marmotta-sparql/pom.xml | 4 ++-- platform/marmotta-user/pom.xml | 6 +++--- platform/marmotta-versioning-common/pom.xml | 6 +++--- platform/marmotta-versioning-kiwi/pom.xml | 4 ++-- platform/marmotta-zookeeper/pom.xml | 6 +++--- 21 files changed, 49 insertions(+), 45 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 7aa7356..8d146f9 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -53,6 +53,7 @@ <resteasy.version>3.0.8.Final</resteasy.version> <jackson.version>2.3.3</jackson.version> <titan.version>0.4.2</titan.version> + <jax.doclets.version>0.10.0</jax.doclets.version> </properties> <prerequisites> @@ -116,6 +117,9 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> + <configuration> + <failOnError>false</failOnError> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/backends/marmotta-backend-bigdata/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-bigdata/pom.xml b/platform/backends/marmotta-backend-bigdata/pom.xml index 90ea62a..2f548ba 100644 --- a/platform/backends/marmotta-backend-bigdata/pom.xml +++ b/platform/backends/marmotta-backend-bigdata/pom.xml @@ -121,7 +121,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -130,7 +130,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/backends/marmotta-backend-http/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-http/pom.xml b/platform/backends/marmotta-backend-http/pom.xml index fc4174b..a352a66 100644 --- a/platform/backends/marmotta-backend-http/pom.xml +++ b/platform/backends/marmotta-backend-http/pom.xml @@ -122,7 +122,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/backends/marmotta-backend-kiwi/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-kiwi/pom.xml b/platform/backends/marmotta-backend-kiwi/pom.xml index ab8fd62..7db1e48 100644 --- a/platform/backends/marmotta-backend-kiwi/pom.xml +++ b/platform/backends/marmotta-backend-kiwi/pom.xml @@ -111,7 +111,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -120,7 +120,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/backends/marmotta-backend-memory/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-memory/pom.xml b/platform/backends/marmotta-backend-memory/pom.xml index 4ed6825..79a1164 100644 --- a/platform/backends/marmotta-backend-memory/pom.xml +++ b/platform/backends/marmotta-backend-memory/pom.xml @@ -110,7 +110,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -119,7 +119,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/backends/marmotta-backend-native/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-native/pom.xml b/platform/backends/marmotta-backend-native/pom.xml index 7203f7a..da721c0 100644 --- a/platform/backends/marmotta-backend-native/pom.xml +++ b/platform/backends/marmotta-backend-native/pom.xml @@ -111,7 +111,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -120,7 +120,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/backends/marmotta-backend-sparql/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-sparql/pom.xml b/platform/backends/marmotta-backend-sparql/pom.xml index b70005f..b7fd2c0 100644 --- a/platform/backends/marmotta-backend-sparql/pom.xml +++ b/platform/backends/marmotta-backend-sparql/pom.xml @@ -113,7 +113,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -122,7 +122,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/backends/marmotta-backend-titan/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-titan/pom.xml b/platform/backends/marmotta-backend-titan/pom.xml index dde110f..31dee7d 100644 --- a/platform/backends/marmotta-backend-titan/pom.xml +++ b/platform/backends/marmotta-backend-titan/pom.xml @@ -110,7 +110,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -119,7 +119,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/ldcache/marmotta-ldcache-common/pom.xml ---------------------------------------------------------------------- diff --git a/platform/ldcache/marmotta-ldcache-common/pom.xml b/platform/ldcache/marmotta-ldcache-common/pom.xml index 2a64edc..4284f40 100644 --- a/platform/ldcache/marmotta-ldcache-common/pom.xml +++ b/platform/ldcache/marmotta-ldcache-common/pom.xml @@ -31,9 +31,9 @@ <name>Apache Marmotta Platform: Linked Data Caching (Common)</name> <description> - Provides transparent Linked Data Caching in the LMF triple store. When a resource is queried using e.g. LDPath - or SPARQL and it represents an external resource (e.g. on DBPedia or GeoNames), the resource is transparently - fetched on demand and cached locally. This module contains the backend-independent services. + Provides common infrastructure for transparent Linked Data Caching in Marmotta. When a resource is queried using + e.g. LDPath or SPARQL and it represents an external resource (e.g. on DBPedia or GeoNames), the resource is + transparently fetched on demand and cached locally. This module contains the backend-independent services. </description> <build> @@ -112,7 +112,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -121,7 +121,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/ldcache/marmotta-ldcache-file/pom.xml ---------------------------------------------------------------------- diff --git a/platform/ldcache/marmotta-ldcache-file/pom.xml b/platform/ldcache/marmotta-ldcache-file/pom.xml index b7041d9..30e79b3 100644 --- a/platform/ldcache/marmotta-ldcache-file/pom.xml +++ b/platform/ldcache/marmotta-ldcache-file/pom.xml @@ -111,7 +111,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -120,7 +120,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/ldcache/marmotta-ldcache-kiwi/pom.xml ---------------------------------------------------------------------- diff --git a/platform/ldcache/marmotta-ldcache-kiwi/pom.xml b/platform/ldcache/marmotta-ldcache-kiwi/pom.xml index dec7440..5aeb6f6 100644 --- a/platform/ldcache/marmotta-ldcache-kiwi/pom.xml +++ b/platform/ldcache/marmotta-ldcache-kiwi/pom.xml @@ -111,7 +111,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -120,7 +120,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/marmotta-core/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-core/pom.xml b/platform/marmotta-core/pom.xml index 4dbed3e..e17230e 100644 --- a/platform/marmotta-core/pom.xml +++ b/platform/marmotta-core/pom.xml @@ -151,7 +151,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -160,7 +160,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/marmotta-ldp/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-ldp/pom.xml b/platform/marmotta-ldp/pom.xml index fcc3879..2b4b867 100644 --- a/platform/marmotta-ldp/pom.xml +++ b/platform/marmotta-ldp/pom.xml @@ -111,7 +111,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -120,7 +120,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/marmotta-ldpath/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-ldpath/pom.xml b/platform/marmotta-ldpath/pom.xml index 36d5f9a..0d77c55 100644 --- a/platform/marmotta-ldpath/pom.xml +++ b/platform/marmotta-ldpath/pom.xml @@ -110,7 +110,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -119,7 +119,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/marmotta-reasoner-kiwi/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-reasoner-kiwi/pom.xml b/platform/marmotta-reasoner-kiwi/pom.xml index 1a1a632..060f2e5 100644 --- a/platform/marmotta-reasoner-kiwi/pom.xml +++ b/platform/marmotta-reasoner-kiwi/pom.xml @@ -111,7 +111,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -120,7 +120,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/marmotta-security/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-security/pom.xml b/platform/marmotta-security/pom.xml index 75aa398..f757e18 100644 --- a/platform/marmotta-security/pom.xml +++ b/platform/marmotta-security/pom.xml @@ -110,7 +110,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -119,7 +119,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/marmotta-sparql/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/pom.xml b/platform/marmotta-sparql/pom.xml index 11f5fab..dca1786 100644 --- a/platform/marmotta-sparql/pom.xml +++ b/platform/marmotta-sparql/pom.xml @@ -122,7 +122,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -131,7 +131,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/marmotta-user/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-user/pom.xml b/platform/marmotta-user/pom.xml index 661ad43..e13f2bd 100644 --- a/platform/marmotta-user/pom.xml +++ b/platform/marmotta-user/pom.xml @@ -31,7 +31,7 @@ <name>Apache Marmotta Platform: User Management</name> <description> This module provides basic user management support, i.e. adding, editing and - removing user configurations from the Linked Media Framework. + removing user configurations from Apache Marmotta. </description> <build> @@ -110,7 +110,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -119,7 +119,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/marmotta-versioning-common/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-versioning-common/pom.xml b/platform/marmotta-versioning-common/pom.xml index f3523cb..dfd5c69 100644 --- a/platform/marmotta-versioning-common/pom.xml +++ b/platform/marmotta-versioning-common/pom.xml @@ -115,7 +115,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -124,7 +124,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} @@ -164,4 +164,4 @@ </dependency> </dependencies> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/marmotta-versioning-kiwi/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-versioning-kiwi/pom.xml b/platform/marmotta-versioning-kiwi/pom.xml index bc1decc..959666b 100644 --- a/platform/marmotta-versioning-kiwi/pom.xml +++ b/platform/marmotta-versioning-kiwi/pom.xml @@ -113,7 +113,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -122,7 +122,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} http://git-wip-us.apache.org/repos/asf/marmotta/blob/42f5db05/platform/marmotta-zookeeper/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-zookeeper/pom.xml b/platform/marmotta-zookeeper/pom.xml index f8d06ed..27002aa 100644 --- a/platform/marmotta-zookeeper/pom.xml +++ b/platform/marmotta-zookeeper/pom.xml @@ -110,7 +110,7 @@ <doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet> <name>REST API</name> - <description>REST API for LMF Webservices</description> + <description>REST API for Marmotta Webservices</description> <outputDirectory>${project.build.outputDirectory}/doc</outputDirectory> <reportOutputDirectory>${project.build.outputDirectory}/web/doc</reportOutputDirectory> @@ -119,7 +119,7 @@ <docletArtifact> <groupId>com.lunatech.jax-doclets</groupId> <artifactId>doclets</artifactId> - <version>0.10.0</version> + <version>${jax.doclets.version}</version> </docletArtifact> <additionalparam> -jaxrscontext {BASE} @@ -174,4 +174,4 @@ </exclusions> </dependency> </dependencies> -</project> \ No newline at end of file +</project>
