Hi,

I have a requirement to configure the eclipse plugin within the pom so that
I can replace the following

mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true
-DsomeProperty

with something in the pom so that I should be able to simply run
mvn eclipse:eclipse and download sources and javadocs.

The "someProperty" is a system property which when set, executes a certain
profile.

I saw the docs on the maven eclipse plugin and figured out how to download
sources and javadocs without specifying the properties from the command
line.

How do I ensure that the profile is also executed?

-- 
Karan Singh Malhi

Reply via email to