o Use the latest parent.
o Update to released versions of doxia. o Update to latest version of modello-maven-plugin. o Don't use dotted notation for properties. o Adjust name. git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@629244 13f79535-47bb-0310-9956-ffa450edef68master
parent
63b45fa98c
commit
a68c8c7e2e
|
|
@ -23,7 +23,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-plugins</artifactId>
|
<artifactId>maven-plugins</artifactId>
|
||||||
<version>8</version>
|
<version>10</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
<version>2.4-SNAPSHOT</version>
|
<version>2.4-SNAPSHOT</version>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
|
|
||||||
<name>Maven PLUGIN Plugin</name>
|
<name>Maven Plugin Plugin</name>
|
||||||
<description>
|
<description>
|
||||||
The Plugin Plugin is used to create a Maven plugin descriptor for any Mojo's found in the source tree,
|
The Plugin Plugin is used to create a Maven plugin descriptor for any Mojo's found in the source tree,
|
||||||
to include in the JAR. It is also used to generate Xdoc files for the Mojos as well as for updating the
|
to include in the JAR. It is also used to generate Xdoc files for the Mojos as well as for updating the
|
||||||
|
|
@ -108,17 +108,17 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.doxia</groupId>
|
<groupId>org.apache.maven.doxia</groupId>
|
||||||
<artifactId>doxia-sink-api</artifactId>
|
<artifactId>doxia-sink-api</artifactId>
|
||||||
<version>${doxia.version}</version>
|
<version>${doxiaVersion}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.doxia</groupId>
|
<groupId>org.apache.maven.doxia</groupId>
|
||||||
<artifactId>doxia-core</artifactId>
|
<artifactId>doxia-core</artifactId>
|
||||||
<version>${doxia.version}</version>
|
<version>${doxiaVersion}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.doxia</groupId>
|
<groupId>org.apache.maven.doxia</groupId>
|
||||||
<artifactId>doxia-site-renderer</artifactId>
|
<artifactId>doxia-site-renderer</artifactId>
|
||||||
<version>${doxia-sitetools.version}</version>
|
<version>${doxia-sitetoolsVersion}</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
|
|
@ -214,7 +214,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.modello</groupId>
|
<groupId>org.codehaus.modello</groupId>
|
||||||
<artifactId>modello-maven-plugin</artifactId>
|
<artifactId>modello-maven-plugin</artifactId>
|
||||||
<version>1.0-alpha-14</version>
|
<version>1.0-alpha-18</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<goals>
|
<goals>
|
||||||
|
|
@ -232,8 +232,8 @@
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<doxia.version>1.0-alpha-10-SNAPSHOT</doxia.version>
|
<doxiaVersion>1.0-alpha-10</doxiaVersion>
|
||||||
<doxia-sitetools.version>1.0-alpha-10-SNAPSHOT</doxia-sitetools.version>
|
<doxia-sitetoolsVersion>1.0-alpha-10</doxia-sitetoolsVersion>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue