Repository: beam
Updated Branches:
  refs/heads/master 8994afa51 -> 40d73068d


Skip generating empty jars for parent poms


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

Branch: refs/heads/master
Commit: 2c7abaca1112e56290a7ecb886d59805df5f69ee
Parents: 8994afa
Author: Vikas Kedigehalli <[email protected]>
Authored: Wed May 10 14:29:45 2017 -0700
Committer: Vikas Kedigehalli <[email protected]>
Committed: Wed May 10 15:25:23 2017 -0700

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/2c7abaca/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a97479c..e7eb729 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1195,6 +1195,9 @@
               </goals>
             </execution>
           </executions>
+          <configuration>
+            <skipIfEmpty>true</skipIfEmpty>
+          </configuration>
         </plugin>
 
         <plugin>

Reply via email to