Tweaking release plugin config
Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/78ebafd3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/78ebafd3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/78ebafd3 Branch: refs/heads/1.5.x Commit: 78ebafd3b6aaef020b70559f6d03c32e53e2f977 Parents: a9fce96 Author: Andrew Bayer <[email protected]> Authored: Tue May 28 10:51:30 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Tue May 28 14:45:29 2013 -0700 ---------------------------------------------------------------------- project/pom.xml | 21 +++++++++++++++------ 1 files changed, 15 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/78ebafd3/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 51fd014..875bc9a 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -213,6 +213,7 @@ <jclouds.blobstore.httpstream.md5>${jclouds.wire.httpstream.md5}</jclouds.blobstore.httpstream.md5> <jclouds.test.listener>org.jclouds.test.testng.UnitTestStatusListener</jclouds.test.listener> <test.ssh.keyfile /> + <sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor> </properties> <dependencyManagement> @@ -326,7 +327,18 @@ </testResource> </testResources> <plugins> -<plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.4</version> + <configuration> + <useReleaseProfile>false</useReleaseProfile> + <goals>deploy</goals> + <arguments>-Pdoc -Papache-release ${arguments}</arguments> + </configuration> + </plugin> + + <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <executions> @@ -651,11 +663,8 @@ <version>2.3</version> </plugin> <plugin> - <artifactId>maven-release-plugin</artifactId> - <version>2.3.1</version> - <configuration> - <releaseProfiles>doc</releaseProfiles> - </configuration> + <artifactId>maven-remote-resources-plugin</artifactId> + <version>1.4</version> </plugin> <plugin> <artifactId>maven-pmd-plugin</artifactId>
