Repository: olingo-odata4 Updated Branches: refs/heads/master c2e0042ac -> 718903319
Re-adding maven plugin declaration Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/71890331 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/71890331 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/71890331 Branch: refs/heads/master Commit: 7189033192017a194b21d4b5054c5441e246f9d3 Parents: c2e0042 Author: Francesco Chicchiriccò <--global> Authored: Tue Jul 22 13:18:17 2014 +0200 Committer: Francesco Chicchiriccò <--global> Committed: Tue Jul 22 13:18:17 2014 +0200 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/71890331/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5f4dcf6..b7f31e9 100644 --- a/pom.xml +++ b/pom.xml @@ -286,6 +286,11 @@ <version>2.3</version> </plugin> <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <version>1.9</version> + </plugin> + <plugin> <groupId>org.antlr</groupId> <artifactId>antlr4-maven-plugin</artifactId> <version>${antlr.version}</version>
