You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Stephane Nicoll (JIRA)" <ji...@codehaus.org> on 2005/07/26 13:09:57 UTC

[jira] Commented: (MNG-642) Added Setter for manifest file in MavenArchiveConfiguration

    [ http://jira.codehaus.org/browse/MNG-642?page=comments#action_43436 ] 

Stephane Nicoll commented on MNG-642:
-------------------------------------

m1 plugin uses custom MANIFEST.MF

My +1 on this one since I am typically waitong for this kind of feature for RAR and EAR plugins.

> Added Setter for manifest file in MavenArchiveConfiguration
> -----------------------------------------------------------
>
>          Key: MNG-642
>          URL: http://jira.codehaus.org/browse/MNG-642
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-archiver
>     Versions: 2.0-alpha-3
>     Reporter: Timothy Bennett
>     Priority: Minor
>      Fix For: 2.0-beta-1
>  Attachments: MavenArchiveConfiguration.java
>
>
> Added a setter to the MavenArchiveConfiguration class in the maven-archiver plugin component.  This allows other plugins to set the fully qualified path to a manifest file to be used by the maven archiver configuration.  Modified MavenArchiveConfiguration.java class is attached, but simply adds the following code:
> 	public void setManifestFile(String manifestFile)
> 	{
> 		this.manifestFile = manifestFile;
> 	}

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org