Repository: qpid-proton Updated Branches: refs/heads/proton-j-reactor 5ed6de432 -> cd42324ed
PROTON-881: Add relativePath to pom.xml for reactor examples Reference the parent pom.xml from the .pom in the reactor examples directory. This fixes a problem whereby Proton cannot be built unless there is already a copy of Proton in the local Maven repository. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/a4fe79ed Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/a4fe79ed Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/a4fe79ed Branch: refs/heads/proton-j-reactor Commit: a4fe79ed9cee02fe20c7ef3943b6f106dc671063 Parents: 973b429 Author: Adrian Preston <[email protected]> Authored: Mon Jun 15 23:13:23 2015 +0100 Committer: Rafael Schloming <[email protected]> Committed: Thu Jun 18 07:13:31 2015 -0400 ---------------------------------------------------------------------- examples/java/reactor/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/a4fe79ed/examples/java/reactor/pom.xml ---------------------------------------------------------------------- diff --git a/examples/java/reactor/pom.xml b/examples/java/reactor/pom.xml index 8e845c4..e47cc58 100644 --- a/examples/java/reactor/pom.xml +++ b/examples/java/reactor/pom.xml @@ -20,6 +20,7 @@ <groupId>org.apache.qpid</groupId> <artifactId>proton-project</artifactId> <version>0.10-SNAPSHOT</version> + <relativePath>../../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
