Updated Branches: refs/heads/master af2d1b884 -> f94475f07
Tweaking release plugin config Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/commit/8cc82b05 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/8cc82b05 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/8cc82b05 Branch: refs/heads/master Commit: 8cc82b050648e7814b39980efb0a2f9839834880 Parents: af2d1b8 Author: Andrew Bayer <[email protected]> Authored: Tue May 28 12:13:10 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Tue May 28 15:01:54 2013 -0700 ---------------------------------------------------------------------- pom.xml | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/8cc82b05/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7940b77..b2ab3e2 100644 --- a/pom.xml +++ b/pom.xml @@ -164,7 +164,9 @@ limitations under the License. <artifactId>maven-release-plugin</artifactId> <version>${maven-release-plugin.version}</version> <configuration> - <preparationGoals>clean install</preparationGoals> + <useReleaseProfile>false</useReleaseProfile> + <goals>deploy</goals> + <arguments>-Pdoc -Papache-release ${arguments}</arguments> </configuration> </plugin> </plugins> @@ -229,11 +231,13 @@ limitations under the License. <maven-compiler-plugin.version>2.0.2</maven-compiler-plugin.version> <maven-dependency-plugin.version>2.3</maven-dependency-plugin.version> <maven-war-plugin.version>2.1.1</maven-war-plugin.version> - <maven-release-plugin.version>2.2.2</maven-release-plugin.version> + <maven-release-plugin.version>2.4</maven-release-plugin.version> <maven-remote-resources-plugin.version>1.2.1</maven-remote-resources-plugin.version> <maven-resources-plugin.version>2.4.3</maven-resources-plugin.version> <maven-surefire-plugin.version>2.10</maven-surefire-plugin.version> <build-helper-maven-plugin.version>1.5</build-helper-maven-plugin.version> + + <sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor> </properties> <dependencyManagement>
