You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2017/05/10 23:07:59 UTC

[1/2] beam git commit: Skip generating empty jars for parent poms

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 <vi...@google.com>
Authored: Wed May 10 14:29:45 2017 -0700
Committer: Vikas Kedigehalli <vi...@google.com>
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>


[2/2] beam git commit: Skip generating empty jars for parent modules

Posted by lc...@apache.org.
Skip generating empty jars for parent modules

This closes #3062


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

Branch: refs/heads/master
Commit: 40d73068d950bc9387761bfaa8507b9e1dc507ee
Parents: 8994afa 2c7abac
Author: Luke Cwik <lc...@google.com>
Authored: Wed May 10 16:07:40 2017 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Wed May 10 16:07:40 2017 -0700

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