Updated Branches:
  refs/heads/master 26aca8f63 -> 5540a0b28

Tweaking release plugin config


Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/commit/5540a0b2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/tree/5540a0b2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/diff/5540a0b2

Branch: refs/heads/master
Commit: 5540a0b289bb0c48c602de5344736e0b4d05d84a
Parents: 26aca8f
Author: Andrew Bayer <[email protected]>
Authored: Tue May 28 12:15:27 2013 -0700
Committer: Andrew Bayer <[email protected]>
Committed: Tue May 28 14:56:06 2013 -0700

----------------------------------------------------------------------
 pom.xml |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/blob/5540a0b2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6e32ff0..0665f5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,9 +88,11 @@
     <maven-assembly-plugin.version>2.2.1</maven-assembly-plugin.version>
     <maven-bundle-plugin.version>2.1.0</maven-bundle-plugin.version>
     <maven-compiler-plugin.version>2.0.2</maven-compiler-plugin.version>
-    <maven-release-plugin.version>2.2.2</maven-release-plugin.version>
+    <maven-release-plugin.version>2.4</maven-release-plugin.version>
     <maven-resources-plugin.version>2.4.2</maven-resources-plugin.version>
     <build-helper-maven-plugin.version>1.5</build-helper-maven-plugin.version>
+
+    
<sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor>
   </properties>
 
   <build>
@@ -179,7 +181,9 @@
         <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>

Reply via email to