Repository: incubator-ratis Updated Branches: refs/heads/master 1f07109d7 -> 874e48b78
RATIS-146. Maven install should install Proto files as well. Contributed by Mukul Kumar Singh Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/874e48b7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/874e48b7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/874e48b7 Branch: refs/heads/master Commit: 874e48b78f97533bc6898946dbb1aca10235abd9 Parents: 1f07109 Author: Tsz-Wo Nicholas Sze <[email protected]> Authored: Wed Nov 29 12:11:58 2017 -0800 Committer: Tsz-Wo Nicholas Sze <[email protected]> Committed: Wed Nov 29 12:11:58 2017 -0800 ---------------------------------------------------------------------- ratis-proto-shaded/pom.xml | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/874e48b7/ratis-proto-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-proto-shaded/pom.xml b/ratis-proto-shaded/pom.xml index 4add72c..421197b 100644 --- a/ratis-proto-shaded/pom.xml +++ b/ratis-proto-shaded/pom.xml @@ -676,13 +676,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-install-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> </plugins> </build> </profile>
