You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2015/01/23 00:11:30 UTC

incubator-twill git commit: Disable the generation of DEPENDENCIES file in the source tgz when releasing.

Repository: incubator-twill
Updated Branches:
  refs/heads/master b1adf69d6 -> dd67a7bed


Disable the generation of DEPENDENCIES file in the source tgz when releasing.

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

Branch: refs/heads/master
Commit: dd67a7bedddbe0222237d3f096bd65fb04c5cf62
Parents: b1adf69
Author: Terence Yim <ch...@apache.org>
Authored: Thu Jan 22 15:11:23 2015 -0800
Committer: Terence Yim <ch...@apache.org>
Committed: Thu Jan 22 15:11:23 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/dd67a7be/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index be184dd..5eba751 100644
--- a/pom.xml
+++ b/pom.xml
@@ -373,6 +373,14 @@
                             </formats>
                         </configuration>
                     </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-remote-resources-plugin</artifactId>
+                        <configuration>
+                            <!-- Disable this plugin so that it won't generate a DEPENDENCIES file in the source tar -->
+                            <skip>true</skip>
+                        </configuration>
+                    </plugin>
                 </plugins>
             </build>
         </profile>