mirror of https://github.com/apache/maven.git
o upgraded MPIR to 2.6
o added Markdown support to m-site-p (waiting for next m-site-p version which will include it by default) git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1407910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
57976a8b1a
commit
ed3893b188
27
pom.xml
27
pom.xml
|
@ -399,6 +399,18 @@
|
|||
<artifactId>buildnumber-maven-plugin</artifactId>
|
||||
<version>1.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<version>3.2</version>
|
||||
<dependencies><!-- TODO remove when upgrading m-site-p to 3.3 -->
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.doxia</groupId>
|
||||
<artifactId>doxia-module-markdown</artifactId>
|
||||
<version>1.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
|
@ -426,6 +438,16 @@
|
|||
</plugins>
|
||||
</build>
|
||||
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin><!-- TODO remove when upgrading parent to 23 -->
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>2.6</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>apache-release</id>
|
||||
|
@ -450,6 +472,11 @@
|
|||
<id>reporting</id>
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin><!-- TODO remove when upgrading parent to 23 -->
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>2.6</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
|
|
Loading…
Reference in New Issue