I don't understand this change. Aren't these two configuration
parameters mutually exclusive?
<archive>/<manifestFile> Says to use this manifest file
<useDefaultManifestFile> Says to use a manifest file from the default
location
[EMAIL PROTECTED] wrote:
Author: olamy
Date: Wed Feb 6 15:15:16 2008
New Revision: 619216
URL: http://svn.apache.org/viewvc?rev=619216&view=rev
Log:
fix documentation
Modified:
maven/shared/trunk/maven-archiver/src/site/apt/examples/manifestFile.apt
Modified:
maven/shared/trunk/maven-archiver/src/site/apt/examples/manifestFile.apt
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-archiver/src/site/apt/examples/manifestFile.apt?rev=619216&r1=619215&r2=619216&view=diff
==============================================================================
--- maven/shared/trunk/maven-archiver/src/site/apt/examples/manifestFile.apt
(original)
+++ maven/shared/trunk/maven-archiver/src/site/apt/examples/manifestFile.apt
Wed Feb 6 15:15:16 2008
@@ -48,6 +48,7 @@
<artifactId>maven-jar-plugin</artifactId>
...
<configuration>
+ <useDefaultManifestFile>true</useDefaultManifestFile>
<archive>
<manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
</archive>
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]