git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@378781 13f79535-47bb-0310-9956-ffa450edef68
31 lines
867 B
XML
31 lines
867 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<document>
|
|
<properties>
|
|
<title>Maven Source Plug-in Goals</title>
|
|
</properties>
|
|
<body>
|
|
<goals>
|
|
<goal>
|
|
<name>source</name>
|
|
<description>Create the source archive.</description>
|
|
</goal>
|
|
<goal>
|
|
<name>source:deploy</name>
|
|
<description>Deploy the source archive to the remote repository</description>
|
|
</goal>
|
|
<goal>
|
|
<name>source:install</name>
|
|
<description>Install the source archive in the local repository</description>
|
|
</goal>
|
|
<goal>
|
|
<name>source:source</name>
|
|
<description>Create the source archive.</description>
|
|
</goal>
|
|
<goal>
|
|
<name>source:download</name>
|
|
<description>Download a source archive from the repository.</description>
|
|
</goal>
|
|
</goals>
|
|
</body>
|
|
</document> |