Easiest thing would be to move them to src/main/resources/META-INF.
Any reason they're not there already?

Wayne

On 1/28/08, Jeudy, Guillaume <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
>
> I'm trying to add some files to under META-INF directory with the jar
> plugin. Can someone help me? It doesn't seem to work. Here's what I'm
> using:
>
> <plugin>
>
>                           <groupId>org.apache.maven.plugins</groupId>
>
>                           <artifactId>maven-jar-plugin</artifactId>
>
>                           <version>2.2</version>
>
>                           <configuration>
>
>                                  <archive>
>
>
> <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
>
>                                  </archive>
>
>                                  <includes>
>
>
> <include>src/main/config/META-INF/**</include>
>
>                                  </includes>
>
>                           </configuration>
>
>                     </plugin>
>
> Any help is appreciated,
>
> -Guillaume
>
>
>
>
>
> ____________________________________________________________________________________________________
> This electronic mail (including any attachments) may contain information that 
> is privileged, confidential, and/or otherwise protected from disclosure to 
> anyone other than its intended recipient(s). Any dissemination or use of this 
> electronic email or its contents (including any attachments) by persons other 
> than the intended recipient(s) is strictly prohibited. If you have received 
> this message in error, please notify us immediately by reply email so that we 
> may correct our internal records. Please then delete the original message 
> (including any attachments) in its entirety. Thank you.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to