Define the parent plugin type to plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2004-08-22 13:29:07 +00:00
parent 48498cea35
commit 32a567b040
1 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project> <project>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<name>Maven Plugin</name> <name>Maven Plugin</name>
<groupId>maven</groupId> <groupId>maven</groupId>
<artifactId>maven-plugin-parent</artifactId> <artifactId>maven-plugin-parent</artifactId>
<!-- @todo we should have type = plugin here --> <type>plugin</type>
<type>jar</type>
<version>2.0-SNAPSHOT</version> <version>2.0-SNAPSHOT</version>
<description>Maven plugin parent</description> <description>Maven plugin parent</description>
<shortDescription>Maven plugin parent</shortDescription> <shortDescription>Maven plugin parent</shortDescription>