Updated Branches:
  refs/heads/1.6.x 5344ed482 -> 3a11a5ac7

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/755a47f1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/755a47f1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/755a47f1

Branch: refs/heads/1.6.x
Commit: 755a47f1d62d0bb634ec5dcfcf2faec478b472b1
Parents: 5344ed4
Author: Andrew Bayer <[email protected]>
Authored: Tue May 28 10:51:30 2013 -0700
Committer: Andrew Bayer <[email protected]>
Committed: Tue May 28 10:58:32 2013 -0700

----------------------------------------------------------------------
 project/pom.xml |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/755a47f1/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index becef93..7210054 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>
@@ -341,7 +342,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>
@@ -682,13 +694,6 @@
           <version>2.3</version>
         </plugin>
         <plugin>
-          <artifactId>maven-release-plugin</artifactId>
-          <version>2.4</version>
-          <configuration>
-            <releaseProfiles>doc</releaseProfiles>
-          </configuration>
-        </plugin>
-        <plugin>
           <artifactId>maven-remote-resources-plugin</artifactId>
           <version>1.4</version>
         </plugin>

Reply via email to