Message:
The following issue has been closed.
Resolver: dion gillard
Date: Fri, 7 Nov 2003 7:55 PM
Fixed in 1.4-SNAPSHOT
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1009
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-1009
Summary: maven.jar.mainclass not set due to typo in plugin
Type: Bug
Status: Closed
Priority: Major
Resolution: FIXED
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
plugin-jar
Fix Fors:
1.0-rc2
Versions:
1.0-rc2
Assignee:
Reporter: Alwyn Schoeman
Created: Fri, 7 Nov 2003 12:19 AM
Updated: Fri, 7 Nov 2003 7:55 PM
Description:
The maven.jar.mainclass setting is ignored due to a typo in the plugin.
It can be fixed by changing mainClass to mainclass on line 55:
<maven:pluginVar var="mainClass" plugin="maven-java-plugin"
property="maven.jar.mainclass" />
to
<maven:pluginVar var="mainclass" plugin="maven-java-plugin"
property="maven.jar.mainclass" />
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]