Oleg Gusakov wrote:
For instance:
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-javadoc-plugin-2.4/pom.xml
has a dependency:
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sink-api</artifactId>
<version>${doxiaVersion}</version>
</dependency>
and no definition for ${doxiaVersion} in itself
That's not true, see a few lines below of the dependency this
<properties> section:
<properties>
<!-- TODO need to bump it -->
<doxiaVersion>1.0-alpha-7</doxiaVersion>
<doxia-sitetoolsVersion>1.0-alpha-7</doxia-sitetoolsVersion>
<wagonVersion>1.0-beta-2</wagonVersion>
</properties>
Benjamin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]