Don't hardcode finalName any more
Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/commit/87c98245 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/tree/87c98245 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/diff/87c98245 Branch: refs/heads/1.5.x Commit: 87c982450dbf55b6140d85d8988d2f4d1a95f4ec Parents: eaae657 Author: Andrew Bayer <[email protected]> Authored: Tue May 28 12:53:07 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Tue May 28 14:51:37 2013 -0700 ---------------------------------------------------------------------- project/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/87c98245/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 7c4f229..2ec6cdf 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -125,7 +125,7 @@ </plugin> </plugins> </pluginManagement> - <finalName>${project.artifactId}</finalName> + <plugins> <plugin> <groupId>org.apache.rat</groupId>
