You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2015/09/03 00:16:33 UTC

[45/50] incubator-calcite git commit: [CALCITE-743] Ensure only a single source assembly is executed.

[CALCITE-743] Ensure only a single source assembly is executed.

Since Calcite has its own assembly, we need to disable the Apache Parent POM assembly since they conflicting instructions.


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

Branch: refs/heads/branch-release
Commit: c09a872fd481082af1d7f3bb760c68c2c91ff145
Parents: 9f1f73d
Author: Jacques Nadeau <ja...@apache.org>
Authored: Sun Aug 23 12:31:03 2015 -0700
Committer: Jacques Nadeau <ja...@apache.org>
Committed: Sun Aug 23 12:31:03 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/c09a872f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c48cc52..c9d1e99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -670,6 +670,10 @@ limitations under the License.
             <executions>
               <execution>
                 <id>source-release-assembly</id>
+                <phase>none</phase>
+              </execution>
+              <execution>
+                <id>source-release-assembly-calcite</id>
                 <phase>package</phase>
                 <goals>
                   <goal>single</goal>