2005-07-21 13:58:42 +00:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2004-04-20 14:06:57 +00:00
|
|
|
<parent>
|
2004-05-25 20:08:28 +00:00
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-06-27 15:29:14 +00:00
|
|
|
<version>2.0-beta-1-SNAPSHOT</version>
|
2004-04-20 14:06:57 +00:00
|
|
|
</parent>
|
2005-03-10 01:35:25 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-04-20 14:06:57 +00:00
|
|
|
<artifactId>maven-clean-plugin</artifactId>
|
2005-03-15 22:31:54 +00:00
|
|
|
<packaging>maven-plugin</packaging>
|
2004-05-28 12:07:43 +00:00
|
|
|
<name>Maven Clean Plugin</name>
|
2005-06-27 15:29:14 +00:00
|
|
|
<version>2.0-beta-1-SNAPSHOT</version>
|
2004-04-20 14:06:57 +00:00
|
|
|
<inceptionYear>2001</inceptionYear>
|
2005-04-05 04:11:03 +00:00
|
|
|
</project>
|