mirror of https://github.com/apache/maven.git
set properties
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290574 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
554dd0b525
commit
4f021380b7
|
@ -1,20 +1,20 @@
|
|||
------
|
||||
Maven 2 JAR Plugin
|
||||
------
|
||||
|
||||
Maven 2 JAR Plugin
|
||||
|
||||
Builds your project into a jar
|
||||
|
||||
*How to Use
|
||||
|
||||
If the packaging of your project is set to 'jar', this plugin is executed
|
||||
whenever it passes the "package" phase. Have it executed
|
||||
using the command below from your project:
|
||||
|
||||
-------------------
|
||||
m2 package
|
||||
-------------------
|
||||
|
||||
From your project's target directory you'll able to see the generated jar file.
|
||||
|
||||
------
|
||||
Maven 2 JAR Plugin
|
||||
------
|
||||
|
||||
Maven 2 JAR Plugin
|
||||
|
||||
Builds your project into a jar
|
||||
|
||||
*How to Use
|
||||
|
||||
If the packaging of your project is set to 'jar', this plugin is executed
|
||||
whenever it passes the "package" phase. Have it executed
|
||||
using the command below from your project:
|
||||
|
||||
-------------------
|
||||
m2 package
|
||||
-------------------
|
||||
|
||||
From your project's target directory you'll able to see the generated jar file.
|
||||
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
<project name="Maven JAR plugin">
|
||||
<bannerLeft>
|
||||
<name>Maven JAR plugin</name>
|
||||
<src>http://maven.apache.org/images/apache-maven-project.png</src>
|
||||
<href>http://maven.apache.org/</href>
|
||||
</bannerLeft>
|
||||
<bannerRight>
|
||||
<src>http://maven.apache.org/images/maven-small.gif</src>
|
||||
</bannerRight>
|
||||
<body>
|
||||
<links>
|
||||
<item name="Maven 2" href="http://maven.apache.org/maven2/"/>
|
||||
</links>
|
||||
|
||||
<menu name="Maven JAR Quickstart">
|
||||
<item name="Overview" href="howto.html"/>
|
||||
</menu>
|
||||
${reports}
|
||||
</body>
|
||||
</project>
|
||||
|
||||
<project name="Maven JAR plugin">
|
||||
<bannerLeft>
|
||||
<name>Maven JAR plugin</name>
|
||||
<src>http://maven.apache.org/images/apache-maven-project.png</src>
|
||||
<href>http://maven.apache.org/</href>
|
||||
</bannerLeft>
|
||||
<bannerRight>
|
||||
<src>http://maven.apache.org/images/maven-small.gif</src>
|
||||
</bannerRight>
|
||||
<body>
|
||||
<links>
|
||||
<item name="Maven 2" href="http://maven.apache.org/maven2/"/>
|
||||
</links>
|
||||
|
||||
<menu name="Maven JAR Quickstart">
|
||||
<item name="Overview" href="howto.html"/>
|
||||
</menu>
|
||||
${reports}
|
||||
</body>
|
||||
</project>
|
||||
|
||||
|
|
Loading…
Reference in New Issue