Repository: tinkerpop Updated Branches: refs/heads/tp33 a0b7ce517 -> 55fcbdc45
Removed gmavenplus plugin from hadoop-gremlin Not building any groovy here or running any scripts so there doesn't seem to be a need for it. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e8e22af4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e8e22af4 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/e8e22af4 Branch: refs/heads/tp33 Commit: e8e22af4332e33d12067ed3e12237284067871aa Parents: 962093e Author: Stephen Mallette <[email protected]> Authored: Thu Jun 7 07:34:08 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Thu Jun 7 07:34:08 2018 -0400 ---------------------------------------------------------------------- hadoop-gremlin/pom.xml | 18 ------------------ 1 file changed, 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e8e22af4/hadoop-gremlin/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-gremlin/pom.xml b/hadoop-gremlin/pom.xml index b094470..489502d 100644 --- a/hadoop-gremlin/pom.xml +++ b/hadoop-gremlin/pom.xml @@ -218,24 +218,6 @@ limitations under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> </plugin> - <plugin> - <groupId>org.codehaus.gmavenplus</groupId> - <artifactId>gmavenplus-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>addSources</goal> - <goal>addTestSources</goal> - <goal>generateStubs</goal> - <goal>compile</goal> - <goal>generateTestStubs</goal> - <goal>compileTests</goal> - <goal>removeStubs</goal> - <goal>removeTestStubs</goal> - </goals> - </execution> - </executions> - </plugin> </plugins> </build> </project> \ No newline at end of file
