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
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]