You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by li...@apache.org on 2018/04/26 08:12:58 UTC

[35/50] [abbrv] incubator-griffin git commit: pom modify

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 <bh...@163.com>
Authored: Tue Apr 24 08:43:11 2018 +0800
Committer: Lionel Liu <bh...@163.com>
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>