You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2008/02/07 00:15:22 UTC

svn commit: r619216 - /maven/shared/trunk/maven-archiver/src/site/apt/examples/manifestFile.apt

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>



Re: svn commit: r619216 - /maven/shared/trunk/maven-archiver/src/site/apt/examples/manifestFile.apt

Posted by Olivier Lamy <ol...@apache.org>.
Oups my bad you're right.
I will revert this.
Thanks,
--
Olivier


2008/2/7, Dennis Lundberg <de...@apache.org>:
> 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
>
> olamy@apache.org 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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

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


Re: svn commit: r619216 - /maven/shared/trunk/maven-archiver/src/site/apt/examples/manifestFile.apt

Posted by Dennis Lundberg <de...@apache.org>.
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

olamy@apache.org 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org