Hi there, I've just noticed that we have the following in distribution-test/ pom.xml: <!-- Used only in xml-rpc tests --> <property> <name>pathToXWikiXar</name> <value>com/xpn/xwiki/products/xwiki-enterprise-wiki/$ {pom.version}/xwiki-enterprise-wiki-${pom.version}.xar</value> </property> I don't think this is in the right place. It should be in the the XMLRPC test's pom.xml file. Fabio could you look into this? Thanks -Vincent
ok I've just found that the inheritance of systemProperties doesn't seem to work in Maven: http://jira.codehaus.org/browse/MNG-2218 On Jan 7, 2009, at 10:01 AM, Vincent Massol wrote:
Hi there,
I've just noticed that we have the following in distribution-test/ pom.xml:
<!-- Used only in xml-rpc tests --> <property> <name>pathToXWikiXar</name> <value>com/xpn/xwiki/products/xwiki-enterprise-wiki/$ {pom.version}/xwiki-enterprise-wiki-${pom.version}.xar</value> </property>
I don't think this is in the right place. It should be in the the XMLRPC test's pom.xml file.
Fabio could you look into this?
Thanks -Vincent http://xwiki.com http://xwiki.org http://massol.net
participants (1)
-
Vincent Massol