Author: lucaa
Date: 2008-02-06 12:16:03 +0100 (Wed, 06 Feb 2008)
New Revision: 7311

Modified:
   xwiki-products/xwiki-watch/trunk/wiki/pom.xml
Log:
XWATCH-93 inject at runtime WatchCode.Translations in the I18n doc bundle of 
XWiki.XWikiPreferences

* Added an exclude clause on unxar goal so package.xml is not written while 
processing resources
* Temporarily removed the setproperty goal as it makes the the document loose 
its other objects



Modified: xwiki-products/xwiki-watch/trunk/wiki/pom.xml
===================================================================
--- xwiki-products/xwiki-watch/trunk/wiki/pom.xml       2008-02-06 09:54:20 UTC 
(rev 7310)
+++ xwiki-products/xwiki-watch/trunk/wiki/pom.xml       2008-02-06 11:16:03 UTC 
(rev 7311)
@@ -80,6 +80,9 @@
               <groupId>com.xpn.xwiki.products</groupId>
               <artifactId>xwiki-enterprise-wiki</artifactId>
               <outputDirectory>${basedir}/target/classes</outputDirectory>
+              <excludes>
+               <exclude>package.xml</exclude>
+              </excludes>
             </configuration>
           </execution>
         </executions>
@@ -132,7 +135,6 @@
           </execution>
           <!--
            Inject WatchCode.Translations in XWiki.XWikiPreferences
-          -->
           <execution>
             <phase>generate-resources</phase>
             <id>inject-watch-translations</id>
@@ -146,6 +148,7 @@
               <append>false</append>
             </configuration>
           </execution>
+          -->
         </executions>
       </plugin>
     </plugins>

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to