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 2011/03/22 23:24:06 UTC

svn commit: r1084381 - /chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml

Author: gabriele
Date: Tue Mar 22 22:24:06 2011
New Revision: 1084381

URL: http://svn.apache.org/viewvc?rev=1084381&view=rev
Log:
fixed execution of exec-maven-plugin due to regression on version 1.2

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml

Modified: chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml?rev=1084381&r1=1084380&r2=1084381&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml Tue Mar 22 22:24:06 2011
@@ -122,6 +122,7 @@
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>exec-maven-plugin</artifactId>
+                        <version>1.1.1</version>
                         <inherited>false</inherited>
                         <executions>
                             <execution>
@@ -142,6 +143,9 @@
                                         <argument>--exclude-directories=/java/maven/</argument>
                                         <argument>${docs.start.url}</argument>
                                     </arguments>
+                                    <successCodes>
+                                        <successCode>8</successCode>
+                                    </successCodes>
                                 </configuration>
                             </execution>
                         </executions>