o Give the ability to set a Main-Class attribute in the manifest

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113192 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bwalding
2003-03-26 10:27:17 +00:00
parent 0a5d89bd45
commit bd50b92f40
3 changed files with 15 additions and 2 deletions

View File

@@ -219,6 +219,14 @@
property will override Maven's defaults.
</td>
</tr>
<tr>
<td>maven.jar.mainclass</td>
<td>Yes</td>
<td>
Specifies the Main-Class attribute for your manifest. If not set,
no MainClass attribute will be added to the manifest.
</td>
</tr>
<tr>
<td>maven.jarResources.basedir</td>
<td>Yes</td>