Hello, 

I have exactly the same problem.

I also tried to create a profile directly in the pom :
        <profiles>
                <profile>
                        <id>my.profile</id>
                        <activation>
                                <activeByDefault>true</activeByDefault>
                        </activation>
                        <properties>
                                <eclipse.home>....</eclipse.home>
                        </properties>
                </profile>
        </profiles>
But it doesn't work.

Then I tried to put directly the properties in the pom:
        <properties>
                <eclipse.home>....</eclipse.home>
        </properties>
but it still failed

It seems that profiles or properties are not resolved 
when checking dependencies
so that dependencies are not validate.

The only way to make it work is to specify a 
-Delcipse.home=... in maven command
line.

Could someone help on this problem ?
Thanks
Yann.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to