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/3a626805 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/tree/3a626805 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/diff/3a626805 Branch: refs/heads/1.6.x Commit: 3a626805aedd618b13fb53e38cc4ecd00e72768b Parents: 06a35d7 Author: Andrew Bayer <[email protected]> Authored: Tue May 28 12:53:07 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Tue May 28 13:19:58 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/3a626805/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 16ff17b..5ccac06 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -131,7 +131,7 @@ </plugin> </plugins> </pluginManagement> - <finalName>${project.artifactId}</finalName> + <plugins> <plugin> <groupId>org.apache.rat</groupId>
