mirror of https://github.com/apache/maven.git
move clover plugin up to same level
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@219872 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
60819e7321
commit
a06114f1f1
|
@ -1,26 +0,0 @@
|
|||
<model>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-clover</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Maven Clover Plugin Parent</name>
|
||||
<description>Maven Clover Plugin Parent</description>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<inceptionYear>2005</inceptionYear>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>vmassol</id>
|
||||
<name>Vincent Massol</name>
|
||||
<email>vmassol@apache.org</email>
|
||||
<organization>Apache Software Foundation</organization>
|
||||
<roles>
|
||||
<role>Architect</role>
|
||||
<role>Release Manager</role>
|
||||
</roles>
|
||||
</developer>
|
||||
</developers>
|
||||
<modules>
|
||||
<module>maven-clover-plugin</module>
|
||||
<module>maven-clover-plugin-samples</module>
|
||||
</modules>
|
||||
</model>
|
|
@ -91,6 +91,7 @@
|
|||
<module>maven-ant-plugin</module>
|
||||
<module>maven-assembly-plugin</module>
|
||||
<module>maven-clean-plugin</module>
|
||||
<module>maven-clover-plugin</module>
|
||||
<module>maven-compiler-plugin</module>
|
||||
<module>maven-deploy-plugin</module>
|
||||
<module>maven-eclipse-plugin</module>
|
||||
|
|
Loading…
Reference in New Issue