You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/06/08 17:26:15 UTC

[1/2] incubator-beam git commit: [BEAM-132] pom.xml: skip source-release assembly

Repository: incubator-beam
Updated Branches:
  refs/heads/master ce87f377b -> 3f3dffcb6


[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/2ab4ebf9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/2ab4ebf9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/2ab4ebf9

Branch: refs/heads/master
Commit: 2ab4ebf9632cf82365329a198f52b31fb99a47eb
Parents: ce87f37
Author: Dan Halperin <dh...@google.com>
Authored: Wed Jun 8 10:07:35 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Jun 8 10:07:35 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/2ab4ebf9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 07977cf..77a0d1a 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>
 


[2/2] incubator-beam git commit: Closes #433

Posted by dh...@apache.org.
Closes #433


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

Branch: refs/heads/master
Commit: 3f3dffcb6bad737ed487712c4db342e5d0be08e6
Parents: ce87f37 2ab4ebf
Author: Dan Halperin <dh...@google.com>
Authored: Wed Jun 8 10:26:04 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Jun 8 10:26:04 2016 -0700

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