Yes, I suppose that we are few to use those properties (I never used them
before yesterday) but I agree it should be transparent for plugins
developments and integration tests. I'll try to find a fix in
maven-plugin-testing-tools.

Arnaud

On Wed, Mar 5, 2008 at 9:34 PM, Jason van Zyl <[EMAIL PROTECTED]> wrote:

> I doubt we need these for many of the plugins, and the invoker or
> SHITTY plugin should deal with. I'd rather not see this foisted on
> everyone.
>
> On 5-Mar-08, at 8:30 AM, Arnaud HERITIER wrote:
>
> > 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
> > ...........................................................
>
> Thanks,
>
> Jason
>
> ----------------------------------------------------------
> Jason van Zyl
> Founder,  Apache Maven
> jason at sonatype dot com
> ----------------------------------------------------------
>
> Simplex sigillum veri. (Simplicity is the seal of truth.)
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
..........................................................
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
...........................................................

Reply via email to