Repository: incubator-beam Updated Branches: refs/heads/release-0.1.0-incubating 492d919f3 -> 7e5d2f9a7
[BEAM-132] pom.xml: skip source-release assembly We do this separately via our own assembly. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/08fa576b Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/08fa576b Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/08fa576b Branch: refs/heads/release-0.1.0-incubating Commit: 08fa576bfe38ca533cac1f1cf563b936285f8208 Parents: 492d919 Author: Dan Halperin <[email protected]> Authored: Wed Jun 8 10:07:35 2016 -0700 Committer: Dan Halperin <[email protected]> Committed: Wed Jun 8 10:50:08 2016 -0700 ---------------------------------------------------------------------- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/08fa576b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0de17e9..e73d627 100644 --- a/pom.xml +++ b/pom.xml @@ -921,6 +921,21 @@ <autoVersionSubmodules>true</autoVersionSubmodules> </configuration> </plugin> + + <!-- Unconditionally disable invocation of the assembly + plugin from the Apache parent. --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-assembly-plugin</artifactId> + <executions> + <execution> + <id>source-release-assembly</id> + <configuration> + <skipAssembly>true</skipAssembly> + </configuration> + </execution> + </executions> + </plugin> </plugins> </pluginManagement>
