Repository: beam
Updated Branches:
  refs/heads/master db005fffb -> b75888e32


Fix shading opt out in io/google-cloud-platform


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/dd1b0017
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/dd1b0017
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/dd1b0017

Branch: refs/heads/master
Commit: dd1b001728375aeecfc577de7ea13761aa37322c
Parents: db005ff
Author: Aviem Zur <[email protected]>
Authored: Thu Mar 16 10:14:36 2017 +0200
Committer: Aviem Zur <[email protected]>
Committed: Thu Mar 16 10:14:36 2017 +0200

----------------------------------------------------------------------
 sdks/java/io/google-cloud-platform/pom.xml | 31 +++++++++----------------
 1 file changed, 11 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/dd1b0017/sdks/java/io/google-cloud-platform/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/io/google-cloud-platform/pom.xml 
b/sdks/java/io/google-cloud-platform/pom.xml
index 44a1731..393db18 100644
--- a/sdks/java/io/google-cloud-platform/pom.xml
+++ b/sdks/java/io/google-cloud-platform/pom.xml
@@ -47,6 +47,17 @@
         </configuration>
       </plugin>
 
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-shade-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>bundle-and-repackage</id>
+            <phase>none</phase>
+          </execution>
+        </executions>
+      </plugin>
+
       <!-- Integration Tests -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -90,26 +101,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-shade-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>disable-shading</id>
-            <phase>package</phase>
-            <goals>
-              <goal>shade</goal>
-            </goals>
-            <configuration>
-              <artifactSet>
-                <excludes>
-                  <exclude>*</exclude>
-                </excludes>
-              </artifactSet>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
 

Reply via email to