Updated Branches: refs/heads/develop c5ff79f65 -> 003f5268b
MARMOTTA-434: fixed jrebel configuration Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/003f5268 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/003f5268 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/003f5268 Branch: refs/heads/develop Commit: 003f5268b2d5711eaa47cd973b4ca1720545eb38 Parents: 5430685 Author: Jakob Frank <[email protected]> Authored: Tue Feb 4 15:59:16 2014 +0100 Committer: Jakob Frank <[email protected]> Committed: Tue Feb 4 16:00:24 2014 +0100 ---------------------------------------------------------------------- commons/marmotta-sesame-tools/marmotta-rio-api/pom.xml | 12 ++++++++++++ commons/marmotta-sesame-tools/marmotta-rio-ical/pom.xml | 12 ++++++++++++ commons/marmotta-sesame-tools/marmotta-rio-rss/pom.xml | 7 +++++++ .../marmotta-sesame-tools/marmotta-rio-vcard/pom.xml | 12 ++++++++++++ .../marmotta-sail-contextaware/pom.xml | 12 ++++++++++++ .../marmotta-sail-transactions/pom.xml | 12 ++++++++++++ .../marmotta-util-facading/pom.xml | 12 ++++++++++++ .../marmotta-sesame-tools/marmotta-util-filter/pom.xml | 12 ++++++++++++ .../marmotta-util-tripletable/pom.xml | 12 ++++++++++++ libraries/ldclient/ldclient-api/pom.xml | 12 ++++++++++++ libraries/ldclient/ldclient-core/pom.xml | 7 +++++++ libraries/ldclient/ldclient-provider-rdf/pom.xml | 12 ++++++++++++ platform/marmotta-versioning-common/pom.xml | 3 ++- 13 files changed, 136 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/003f5268/commons/marmotta-sesame-tools/marmotta-rio-api/pom.xml ---------------------------------------------------------------------- diff --git a/commons/marmotta-sesame-tools/marmotta-rio-api/pom.xml b/commons/marmotta-sesame-tools/marmotta-rio-api/pom.xml index 8fb2b22..843665b 100644 --- a/commons/marmotta-sesame-tools/marmotta-rio-api/pom.xml +++ b/commons/marmotta-sesame-tools/marmotta-rio-api/pom.xml @@ -29,6 +29,18 @@ <artifactId>marmotta-rio-api</artifactId> <packaging>jar</packaging> + <build> + <plugins> + <plugin> + <groupId>org.zeroturnaround</groupId> + <artifactId>jrebel-maven-plugin</artifactId> + <configuration> + <relativePath>../../../</relativePath> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> <dependency> <groupId>org.openrdf.sesame</groupId> http://git-wip-us.apache.org/repos/asf/marmotta/blob/003f5268/commons/marmotta-sesame-tools/marmotta-rio-ical/pom.xml ---------------------------------------------------------------------- diff --git a/commons/marmotta-sesame-tools/marmotta-rio-ical/pom.xml b/commons/marmotta-sesame-tools/marmotta-rio-ical/pom.xml index 3e5a335..10907df 100644 --- a/commons/marmotta-sesame-tools/marmotta-rio-ical/pom.xml +++ b/commons/marmotta-sesame-tools/marmotta-rio-ical/pom.xml @@ -29,6 +29,18 @@ <artifactId>marmotta-rio-ical</artifactId> <packaging>jar</packaging> + <build> + <plugins> + <plugin> + <groupId>org.zeroturnaround</groupId> + <artifactId>jrebel-maven-plugin</artifactId> + <configuration> + <relativePath>../../../</relativePath> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> <dependency> <groupId>org.apache.marmotta</groupId> http://git-wip-us.apache.org/repos/asf/marmotta/blob/003f5268/commons/marmotta-sesame-tools/marmotta-rio-rss/pom.xml ---------------------------------------------------------------------- diff --git a/commons/marmotta-sesame-tools/marmotta-rio-rss/pom.xml b/commons/marmotta-sesame-tools/marmotta-rio-rss/pom.xml index ea6dee4..03c33e7 100644 --- a/commons/marmotta-sesame-tools/marmotta-rio-rss/pom.xml +++ b/commons/marmotta-sesame-tools/marmotta-rio-rss/pom.xml @@ -62,6 +62,13 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.zeroturnaround</groupId> + <artifactId>jrebel-maven-plugin</artifactId> + <configuration> + <relativePath>../../../</relativePath> + </configuration> + </plugin> </plugins> <resources> <resource> http://git-wip-us.apache.org/repos/asf/marmotta/blob/003f5268/commons/marmotta-sesame-tools/marmotta-rio-vcard/pom.xml ---------------------------------------------------------------------- diff --git a/commons/marmotta-sesame-tools/marmotta-rio-vcard/pom.xml b/commons/marmotta-sesame-tools/marmotta-rio-vcard/pom.xml index 6e87902..49d5f31 100644 --- a/commons/marmotta-sesame-tools/marmotta-rio-vcard/pom.xml +++ b/commons/marmotta-sesame-tools/marmotta-rio-vcard/pom.xml @@ -29,6 +29,18 @@ <artifactId>marmotta-rio-vcard</artifactId> <packaging>jar</packaging> + <build> + <plugins> + <plugin> + <groupId>org.zeroturnaround</groupId> + <artifactId>jrebel-maven-plugin</artifactId> + <configuration> + <relativePath>../../../</relativePath> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> <dependency> <groupId>org.apache.marmotta</groupId> http://git-wip-us.apache.org/repos/asf/marmotta/blob/003f5268/commons/marmotta-sesame-tools/marmotta-sail-contextaware/pom.xml ---------------------------------------------------------------------- diff --git a/commons/marmotta-sesame-tools/marmotta-sail-contextaware/pom.xml b/commons/marmotta-sesame-tools/marmotta-sail-contextaware/pom.xml index 20a9927..fde8240 100644 --- a/commons/marmotta-sesame-tools/marmotta-sail-contextaware/pom.xml +++ b/commons/marmotta-sesame-tools/marmotta-sail-contextaware/pom.xml @@ -36,6 +36,18 @@ on repositories that only allows accessing a single named graph. </description> + <build> + <plugins> + <plugin> + <groupId>org.zeroturnaround</groupId> + <artifactId>jrebel-maven-plugin</artifactId> + <configuration> + <relativePath>../../../</relativePath> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> <dependency> <groupId>org.openrdf.sesame</groupId> http://git-wip-us.apache.org/repos/asf/marmotta/blob/003f5268/commons/marmotta-sesame-tools/marmotta-sail-transactions/pom.xml ---------------------------------------------------------------------- diff --git a/commons/marmotta-sesame-tools/marmotta-sail-transactions/pom.xml b/commons/marmotta-sesame-tools/marmotta-sail-transactions/pom.xml index 3eac30a..bcb713a 100644 --- a/commons/marmotta-sesame-tools/marmotta-sail-transactions/pom.xml +++ b/commons/marmotta-sesame-tools/marmotta-sail-transactions/pom.xml @@ -31,6 +31,18 @@ <name>Marmotta Sesame Tools: Sail Transactions</name> <description>Extended transaction support for Sesame Notifying Sails.</description> + <build> + <plugins> + <plugin> + <groupId>org.zeroturnaround</groupId> + <artifactId>jrebel-maven-plugin</artifactId> + <configuration> + <relativePath>../../../</relativePath> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> <dependency> <groupId>org.apache.marmotta</groupId> http://git-wip-us.apache.org/repos/asf/marmotta/blob/003f5268/commons/marmotta-sesame-tools/marmotta-util-facading/pom.xml ---------------------------------------------------------------------- diff --git a/commons/marmotta-sesame-tools/marmotta-util-facading/pom.xml b/commons/marmotta-sesame-tools/marmotta-util-facading/pom.xml index 6564c1d..88ba8dd 100644 --- a/commons/marmotta-sesame-tools/marmotta-util-facading/pom.xml +++ b/commons/marmotta-sesame-tools/marmotta-util-facading/pom.xml @@ -32,6 +32,18 @@ Sesame repository, similar to JPA. </description> + <build> + <plugins> + <plugin> + <groupId>org.zeroturnaround</groupId> + <artifactId>jrebel-maven-plugin</artifactId> + <configuration> + <relativePath>../../../</relativePath> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> <dependency> <groupId>org.apache.marmotta</groupId> http://git-wip-us.apache.org/repos/asf/marmotta/blob/003f5268/commons/marmotta-sesame-tools/marmotta-util-filter/pom.xml ---------------------------------------------------------------------- diff --git a/commons/marmotta-sesame-tools/marmotta-util-filter/pom.xml b/commons/marmotta-sesame-tools/marmotta-util-filter/pom.xml index f35b827..8890d9a 100644 --- a/commons/marmotta-sesame-tools/marmotta-util-filter/pom.xml +++ b/commons/marmotta-sesame-tools/marmotta-util-filter/pom.xml @@ -33,6 +33,18 @@ a resource conforms to a certain pattern. </description> + <build> + <plugins> + <plugin> + <groupId>org.zeroturnaround</groupId> + <artifactId>jrebel-maven-plugin</artifactId> + <configuration> + <relativePath>../../../</relativePath> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> <dependency> <groupId>org.openrdf.sesame</groupId> http://git-wip-us.apache.org/repos/asf/marmotta/blob/003f5268/commons/marmotta-sesame-tools/marmotta-util-tripletable/pom.xml ---------------------------------------------------------------------- diff --git a/commons/marmotta-sesame-tools/marmotta-util-tripletable/pom.xml b/commons/marmotta-sesame-tools/marmotta-util-tripletable/pom.xml index 15c7a03..ad21202 100644 --- a/commons/marmotta-sesame-tools/marmotta-util-tripletable/pom.xml +++ b/commons/marmotta-sesame-tools/marmotta-util-tripletable/pom.xml @@ -35,6 +35,18 @@ triple table offers in-memory indexes for typical query operations (e.g. listing by subject). </description> + <build> + <plugins> + <plugin> + <groupId>org.zeroturnaround</groupId> + <artifactId>jrebel-maven-plugin</artifactId> + <configuration> + <relativePath>../../../</relativePath> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> <!-- data model --> <dependency> http://git-wip-us.apache.org/repos/asf/marmotta/blob/003f5268/libraries/ldclient/ldclient-api/pom.xml ---------------------------------------------------------------------- diff --git a/libraries/ldclient/ldclient-api/pom.xml b/libraries/ldclient/ldclient-api/pom.xml index e54ea3d..254a843 100644 --- a/libraries/ldclient/ldclient-api/pom.xml +++ b/libraries/ldclient/ldclient-api/pom.xml @@ -28,6 +28,18 @@ <artifactId>ldclient-api</artifactId> <name>LDClient: API</name> + <build> + <plugins> + <plugin> + <groupId>org.zeroturnaround</groupId> + <artifactId>jrebel-maven-plugin</artifactId> + <configuration> + <relativePath>../../../</relativePath> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> <dependency> <groupId>org.apache.marmotta</groupId> http://git-wip-us.apache.org/repos/asf/marmotta/blob/003f5268/libraries/ldclient/ldclient-core/pom.xml ---------------------------------------------------------------------- diff --git a/libraries/ldclient/ldclient-core/pom.xml b/libraries/ldclient/ldclient-core/pom.xml index 31494f6..c7d759a 100644 --- a/libraries/ldclient/ldclient-core/pom.xml +++ b/libraries/ldclient/ldclient-core/pom.xml @@ -53,6 +53,13 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.zeroturnaround</groupId> + <artifactId>jrebel-maven-plugin</artifactId> + <configuration> + <relativePath>../../../</relativePath> + </configuration> + </plugin> </plugins> </build> http://git-wip-us.apache.org/repos/asf/marmotta/blob/003f5268/libraries/ldclient/ldclient-provider-rdf/pom.xml ---------------------------------------------------------------------- diff --git a/libraries/ldclient/ldclient-provider-rdf/pom.xml b/libraries/ldclient/ldclient-provider-rdf/pom.xml index d4954b3..76d60d9 100644 --- a/libraries/ldclient/ldclient-provider-rdf/pom.xml +++ b/libraries/ldclient/ldclient-provider-rdf/pom.xml @@ -33,6 +33,18 @@ including RDF/XML, N3, TURTLE, and JSON-LD. </description> + <build> + <plugins> + <plugin> + <groupId>org.zeroturnaround</groupId> + <artifactId>jrebel-maven-plugin</artifactId> + <configuration> + <relativePath>../../../</relativePath> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> <dependency> <groupId>org.apache.marmotta</groupId> http://git-wip-us.apache.org/repos/asf/marmotta/blob/003f5268/platform/marmotta-versioning-common/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-versioning-common/pom.xml b/platform/marmotta-versioning-common/pom.xml index 25ef28b..83bcafa 100644 --- a/platform/marmotta-versioning-common/pom.xml +++ b/platform/marmotta-versioning-common/pom.xml @@ -58,11 +58,12 @@ </executions> <configuration> <relativePath>../../</relativePath> - <rootPath>$${rebel.root}</rootPath> <classpath> <resources> <resource><!-- default resource --></resource> + <!-- <resource><directory>src/main/resources</directory></resource> + --> </resources> </classpath> </configuration>
