pom modify
Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/a682d5dd Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/a682d5dd Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/a682d5dd Branch: refs/heads/griffin-0.2.0-incubating-rc4 Commit: a682d5dd557f68d940d7814c346443248d6d5acd Parents: 84955eb Author: Lionel Liu <[email protected]> Authored: Tue Apr 24 08:43:11 2018 +0800 Committer: Lionel Liu <[email protected]> Committed: Tue Apr 24 08:43:11 2018 +0800 ---------------------------------------------------------------------- service/pom.xml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/a682d5dd/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index 8105bb3..901d739 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -377,31 +377,7 @@ under the License. </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <version>3.1.1</version> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <excludes> - <!--<exclude>classworlds:classworlds</exclude>--> - <!--<exclude>junit:junit</exclude>--> - <!--<exclude>jmock:*</exclude>--> - <!--<exclude>*:xml-apis</exclude>--> - <!--<exclude>org.apache.maven:lib:tests</exclude>--> - <!--<exclude>log4j:log4j:jar:</exclude>--> - </excludes> - </artifactSet> - </configuration> - </execution> - </executions> - </plugin> + </plugins> </build> </project>
