1
0

Add explicit dependency on required maven xdoc plugin version.

Thanks to Niall Pemberton for the info.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@371217 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2006-01-22 06:22:42 +00:00
parent 53173ea247
commit 7b1c2b0aac

View File

@@ -230,6 +230,18 @@ Runtime Optional.
</properties> </properties>
</dependency> </dependency>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-xdoc-plugin</artifactId>
<version>1.9.2</version>
<url>http://maven.apache.org/reference/plugins/xdoc/</url>
<type>plugin</type>
<properties>
<comment>
&lt;strong&gt;Site Only&lt;/strong&gt; - v1.9.2 (minimum)
</comment>
</properties>
</dependency>
</dependencies> </dependencies>
<build> <build>
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress> <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>