You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ga...@apache.org on 2014/04/05 00:16:08 UTC

svn commit: r1584927 - /chemistry/opencmis/trunk/pom.xml

Author: gabriele
Date: Fri Apr  4 22:16:07 2014
New Revision: 1584927

URL: http://svn.apache.org/r1584927
Log:
tentative fix for CMIS-482. actually install artifacts during prepare, so that perform works

Modified:
    chemistry/opencmis/trunk/pom.xml

Modified: chemistry/opencmis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/pom.xml?rev=1584927&r1=1584926&r2=1584927&view=diff
==============================================================================
--- chemistry/opencmis/trunk/pom.xml (original)
+++ chemistry/opencmis/trunk/pom.xml Fri Apr  4 22:16:07 2014
@@ -294,6 +294,8 @@
                     <timestampFormat>{0,date,yyyy-MM-dd'T'HH:mm:ssZ}</timestampFormat>
                 </configuration>
             </plugin>
+            <!-- Working, but not attached to the deployment. 
+            Blocked on http://jira.codehaus.org/browse/MINSTALL-82
             <plugin>
                 <groupId>net.ju-n.maven.plugins</groupId>
                 <artifactId>checksum-maven-plugin</artifactId>
@@ -311,6 +313,7 @@
                     </algorithms>
                 </configuration>
             </plugin>
+             -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-war-plugin</artifactId>
@@ -337,7 +340,7 @@
                 <configuration>
                     <useReleaseProfile>false</useReleaseProfile>
                     <!-- TODO: Add autogenerated JIRA release notes -->
-                    <preparationGoals>clean verify</preparationGoals>
+                    <preparationGoals>clean install</preparationGoals>
                     <goals>deploy site</goals>
                     <arguments>-Papache-release</arguments>
                     <!-- Add this profile to also deploy the site upon release -->
@@ -698,4 +701,4 @@
             </build>
         </profile>
     </profiles>
-</project>
+</project>
\ No newline at end of file