remove maven-jar-plugin
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/5e31d478 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/5e31d478 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/5e31d478 Branch: refs/heads/DSL_SQL Commit: 5e31d4785806d6e2d198616728638e5fa8faa734 Parents: 5dca20f Author: mingmxu <[email protected]> Authored: Fri Jul 21 12:01:46 2017 -0700 Committer: mingmxu <[email protected]> Committed: Fri Jul 21 12:01:46 2017 -0700 ---------------------------------------------------------------------- dsls/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/5e31d478/dsls/pom.xml ---------------------------------------------------------------------- diff --git a/dsls/pom.xml b/dsls/pom.xml index dcc5d8c..d0beca1 100644 --- a/dsls/pom.xml +++ b/dsls/pom.xml @@ -49,16 +49,6 @@ </profiles> <build> - <pluginManagement> - <plugins> - <!-- DSLs will generally offer test suites for runners, as sdks/java does. --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - </plugin> - </plugins> - </pluginManagement> - <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId>
