Repository: incubator-rocketmq Updated Branches: refs/heads/master b9bd59f33 -> fe4ecaa2b
Remove redundant groupId statement if it is stardard maven plugin Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/fe4ecaa2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/fe4ecaa2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/fe4ecaa2 Branch: refs/heads/master Commit: fe4ecaa2b6bfe5ab166c540965ef4c92f1f41f18 Parents: b9bd59f Author: vongosling <[email protected]> Authored: Fri Dec 23 11:50:16 2016 +0800 Committer: vongosling <[email protected]> Committed: Fri Dec 23 11:50:16 2016 +0800 ---------------------------------------------------------------------- pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/fe4ecaa2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8c20a23..4650af1 100644 --- a/pom.xml +++ b/pom.xml @@ -313,7 +313,6 @@ </executions> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.17</version> <executions>
