mirror of https://github.com/apache/maven.git
plugins' poms are using type = plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162844 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
107fd13e0a
commit
d00330c7c2
|
@ -8,6 +8,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>maven-clean-plugin</groupId>
|
<groupId>maven-clean-plugin</groupId>
|
||||||
<artifactId>maven-clean-plugin</artifactId>
|
<artifactId>maven-clean-plugin</artifactId>
|
||||||
|
<type>plugin</type>
|
||||||
<name>Maven Clean Plugin</name>
|
<name>Maven Clean Plugin</name>
|
||||||
<currentVersion>1.0-SNAPSHOT</currentVersion>
|
<currentVersion>1.0-SNAPSHOT</currentVersion>
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>maven</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<type>plugin</type>
|
||||||
<name>Maven Compiler Plugin</name>
|
<name>Maven Compiler Plugin</name>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
|
|
|
@ -22,6 +22,7 @@ import java.util.List;
|
||||||
* validator=""
|
* validator=""
|
||||||
* expression="#project.build.sourceDirectory"
|
* expression="#project.build.sourceDirectory"
|
||||||
* description=""
|
* description=""
|
||||||
|
*
|
||||||
* @parameter
|
* @parameter
|
||||||
* name="outputDirectory"
|
* name="outputDirectory"
|
||||||
* type="String"
|
* type="String"
|
||||||
|
@ -29,6 +30,7 @@ import java.util.List;
|
||||||
* validator=""
|
* validator=""
|
||||||
* expression="#project.build.output"
|
* expression="#project.build.output"
|
||||||
* description=""
|
* description=""
|
||||||
|
*
|
||||||
* @parameter
|
* @parameter
|
||||||
* name="classpathElements"
|
* name="classpathElements"
|
||||||
* type="String[]"
|
* type="String[]"
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>maven</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>maven-install-plugin</artifactId>
|
<artifactId>maven-install-plugin</artifactId>
|
||||||
|
<type>plugin</type>
|
||||||
<name>Maven Install Plugin</name>
|
<name>Maven Install Plugin</name>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<inceptionYear>2004</inceptionYear>
|
<inceptionYear>2004</inceptionYear>
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>maven</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
|
<type>plugin</type>
|
||||||
<name>Maven Jar Plugin</name>
|
<name>Maven Jar Plugin</name>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<package>org.apache.maven.plugin.jar</package>
|
<package>org.apache.maven.plugin.jar</package>
|
||||||
|
|
|
@ -40,6 +40,7 @@ import java.io.File;
|
||||||
* validator=""
|
* validator=""
|
||||||
* expression="#maven.final.name"
|
* expression="#maven.final.name"
|
||||||
* description=""
|
* description=""
|
||||||
|
*
|
||||||
* @parameter
|
* @parameter
|
||||||
* name="outputDirectory"
|
* name="outputDirectory"
|
||||||
* type="String"
|
* type="String"
|
||||||
|
@ -47,6 +48,7 @@ import java.io.File;
|
||||||
* validator=""
|
* validator=""
|
||||||
* expression="#project.build.directory"
|
* expression="#project.build.directory"
|
||||||
* description=""
|
* description=""
|
||||||
|
*
|
||||||
* @parameter
|
* @parameter
|
||||||
* name="project"
|
* name="project"
|
||||||
* type="org.apache.maven.project.MavenProject"
|
* type="org.apache.maven.project.MavenProject"
|
||||||
|
@ -54,6 +56,7 @@ import java.io.File;
|
||||||
* validator=""
|
* validator=""
|
||||||
* expression="#project"
|
* expression="#project"
|
||||||
* description=""
|
* description=""
|
||||||
|
*
|
||||||
* @parameter
|
* @parameter
|
||||||
* name="deployer"
|
* name="deployer"
|
||||||
* type="org.apache.maven.artifact.deployer.ArtifactDeployer"
|
* type="org.apache.maven.artifact.deployer.ArtifactDeployer"
|
||||||
|
|
|
@ -39,6 +39,7 @@ import java.io.File;
|
||||||
* validator=""
|
* validator=""
|
||||||
* expression="#maven.final.name"
|
* expression="#maven.final.name"
|
||||||
* description=""
|
* description=""
|
||||||
|
*
|
||||||
* @parameter
|
* @parameter
|
||||||
* name="outputDirectory"
|
* name="outputDirectory"
|
||||||
* type="String"
|
* type="String"
|
||||||
|
@ -46,6 +47,7 @@ import java.io.File;
|
||||||
* validator=""
|
* validator=""
|
||||||
* expression="#project.build.directory"
|
* expression="#project.build.directory"
|
||||||
* description=""
|
* description=""
|
||||||
|
*
|
||||||
* @parameter
|
* @parameter
|
||||||
* name="project"
|
* name="project"
|
||||||
* type="org.apache.maven.project.MavenProject"
|
* type="org.apache.maven.project.MavenProject"
|
||||||
|
@ -53,6 +55,7 @@ import java.io.File;
|
||||||
* validator=""
|
* validator=""
|
||||||
* expression="#project"
|
* expression="#project"
|
||||||
* description=""
|
* description=""
|
||||||
|
*
|
||||||
* @parameter
|
* @parameter
|
||||||
* name="installer"
|
* name="installer"
|
||||||
* type="org.apache.maven.artifact.installer.ArtifactInstaller"
|
* type="org.apache.maven.artifact.installer.ArtifactInstaller"
|
||||||
|
|
|
@ -60,7 +60,7 @@ import java.util.jar.Manifest;
|
||||||
* expression="#project.build.output"
|
* expression="#project.build.output"
|
||||||
* description=""
|
* description=""
|
||||||
*
|
*
|
||||||
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
|
* @author <a href="michal@codehaus">Michal Maczka</a>
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public class JarMojo
|
public class JarMojo
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>maven</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>maven-resources-plugin</artifactId>
|
<artifactId>maven-resources-plugin</artifactId>
|
||||||
|
<type>plugin</type>
|
||||||
<name>Maven Resources Plugin</name>
|
<name>Maven Resources Plugin</name>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<package>org.apache.maven</package>
|
<package>org.apache.maven</package>
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>maven</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<type>plugin</type>
|
||||||
<name>Maven Surefire Plugin</name>
|
<name>Maven Surefire Plugin</name>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<package>org.apache.maven</package>
|
<package>org.apache.maven</package>
|
||||||
|
|
Loading…
Reference in New Issue