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-ffa450edef68
master
Dennis Lundberg 2008-02-19 21:36:44 +00:00
parent 63b45fa98c
commit a68c8c7e2e
1 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>8</version>
<version>10</version>
</parent>
<groupId>org.apache.maven.plugins</groupId>
@ -31,7 +31,7 @@
<version>2.4-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven PLUGIN Plugin</name>
<name>Maven Plugin Plugin</name>
<description>
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
@ -108,17 +108,17 @@
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sink-api</artifactId>
<version>${doxia.version}</version>
<version>${doxiaVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-core</artifactId>
<version>${doxia.version}</version>
<version>${doxiaVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-site-renderer</artifactId>
<version>${doxia-sitetools.version}</version>
<version>${doxia-sitetoolsVersion}</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
@ -214,7 +214,7 @@
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<version>1.0-alpha-14</version>
<version>1.0-alpha-18</version>
<executions>
<execution>
<goals>
@ -232,8 +232,8 @@
</build>
<properties>
<doxia.version>1.0-alpha-10-SNAPSHOT</doxia.version>
<doxia-sitetools.version>1.0-alpha-10-SNAPSHOT</doxia-sitetools.version>
<doxiaVersion>1.0-alpha-10</doxiaVersion>
<doxia-sitetoolsVersion>1.0-alpha-10</doxia-sitetoolsVersion>
</properties>
<distributionManagement>