The following comment has been added to this issue:

     Author: Alwyn Schoeman
    Created: Fri, 7 Nov 2003 12:20 AM
       Body:
Relevant plugin is maven-jar-plugin-1.3 from rc2-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: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-jar
   Versions:
             1.0-rc2

   Assignee: 
   Reporter: Alwyn Schoeman

    Created: Fri, 7 Nov 2003 12:19 AM
    Updated: Fri, 7 Nov 2003 12:19 AM

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]

Reply via email to