Actually the solution is to simply add:
...
</build>
<properties>
<!-- Skip Clirr execution since this is the first release of this module. Remove
once XE 2.4M2 is released. -->
<xwiki.clirr.skip>true</xwiki.clirr.skip>
</properties>
</project>
Thanks
-Vincent
On Jul 4, 2010, at 2:51 PM, asiri (SVN) wrote:
Author: asiri
Date: 2010-07-04 14:51:21 +0200 (Sun, 04 Jul 2010)
New Revision: 29965
Modified:
contrib/sandbox/xwiki-officepreview/pom.xml
Log:
* Removed clirr plugin checks because we don't have a previous version of
xwiki-core-officepreview artifact.
Modified: contrib/sandbox/xwiki-officepreview/pom.xml
===================================================================
--- contrib/sandbox/xwiki-officepreview/pom.xml 2010-07-04 01:50:57 UTC (rev 29964)
+++ contrib/sandbox/xwiki-officepreview/pom.xml 2010-07-04 12:51:21 UTC (rev 29965)
@@ -97,6 +97,13 @@
</excludes>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>clirr-maven-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>