Hi guys,
To fix an issue (MECLIPSE-395) to build the eclipse plugin with a fully
customized environment, I had to add in surefire these settings :
<systemProperties>
<property>
<name>maven.home</name>
<value>${maven.home}</value>
</property>
<property>
<name>org.apache.maven.user-settings</name>
<value>${org.apache.maven.user-settings}</value>
</property>
<property>
<name>org.apache.maven.global-settings</name>
<value>${org.apache.maven.global-settings}</value>
</property>
</systemProperties>
I reproduced this issue in others plugins and librairies like the
maven-plugin-testing-tools.
Couldn't we add these settings in a parent pom ? Which one ? The
maven-plugins parent seems a good location ?
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................