Repository: beam Updated Branches: refs/heads/release-2.0.0 697427a40 -> 24914cbf2
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/194b99f3 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/194b99f3 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/194b99f3 Branch: refs/heads/release-2.0.0 Commit: 194b99f3693e0a6f8dc9686cdd1f5d534300563b Parents: 697427a Author: Vikas Kedigehalli <[email protected]> Authored: Wed May 10 14:29:45 2017 -0700 Committer: Luke Cwik <[email protected]> Committed: Wed May 10 16:08:51 2017 -0700 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/194b99f3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 93fe29c..d192c8b 100644 --- a/pom.xml +++ b/pom.xml @@ -1195,6 +1195,9 @@ </goals> </execution> </executions> + <configuration> + <skipIfEmpty>true</skipIfEmpty> + </configuration> </plugin> <plugin>
