Hello,

plugin POM:

Plugin POM:
<project>
<properties>
    <xjavadoc.version>1.1</xjavadoc.version>
</properties>
...
<dependencies>
    <dependency>
    ...
    <version>${xjavadoc.version}</version>
    </dependency>
</dependencies>
</project>

How can I override the xjavadoc.version from my artifact pom, that uses this
plugin? Placing the properties into project.properties doesn't work. Placing
properties in profile doesn't work. Placing properties on command line
with -D works fine. Ideally I would like to specify the properties inside my
project.build.plugins.plugin section.

Thanks, Jan




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

Reply via email to