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:
12
project.xml
12
project.xml
@@ -230,6 +230,18 @@ Runtime Optional.
|
||||
</properties>
|
||||
</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>
|
||||
<strong>Site Only</strong> - v1.9.2 (minimum)
|
||||
</comment>
|
||||
</properties>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
|
||||
|
||||
Reference in New Issue
Block a user