Repository: incubator-twill Updated Branches: refs/heads/site 4e24fd64f -> 530710d70
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/site Commit: dd67a7bedddbe0222237d3f096bd65fb04c5cf62 Parents: b1adf69 Author: Terence Yim <[email protected]> Authored: Thu Jan 22 15:11:23 2015 -0800 Committer: Terence Yim <[email protected]> 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>
