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/3c8d0edb Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/tree/3c8d0edb Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/diff/3c8d0edb Branch: refs/heads/master Commit: 3c8d0edba5038a1e31546f6423a07dcce0c6d0e0 Parents: f1f09ca Author: Andrew Bayer <[email protected]> Authored: Tue May 28 12:53:07 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Tue May 28 14:52:03 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/3c8d0edb/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index b864c21..58847ac 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>
