The following issue has been updated:

    Updater: Brett Porter (mailto:[EMAIL PROTECTED])
       Date: Fri, 16 Apr 2004 9:12 PM
    Changes:
             priority changed from Trivial
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJAR-7&page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJAR-7

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAR-7
    Summary: Specification-Version and Implementation-Vendor-Id not being set
       Type: Improvement

     Status: Open
   Priority: Blocker

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-jar-plugin

   Assignee: Brett Porter
   Reporter: Lynn Richards

    Created: Wed, 15 Oct 2003 2:29 PM
    Updated: Fri, 16 Apr 2004 9:12 PM
Environment: XP

Description:
Please make the jar manifests consistent.

1. Specification-Version not being set.  pom.specifiationVersion not defined in 
project schema.

- maven.jar.plugin uses:

<ant:attribute 
 name="Specification-Version" 
 value="${pom.specificationVersion}"/>

- maven.ejb.plugin uses:

<ant:attribute 
 name="Specification-Version" 
 value="${pom.currentVersion}"/>


2. Implementation-Vendor-Id not being set.  pom.organization.identifier not defined in 
project schema.

- maven.jar.plugin uses:

<ant:attribute 
 name="Implementation-Vendor-Id"
 value="${pom.organization.identifier}"/>

- maven.ejb.plugin uses (title rather than vendor-id):

<ant:attribute 
 name="Implementation-Title" 
 value="${pom.package}"/>


Thanks,



---------------------------------------------------------------------
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