Hi Torsten,

On Mon, Nov 22, 2010 at 4:26 AM,  <torsten.reinh...@gi-de.com> wrote:
>
> -- src
>     `-- main
>         |-- webResources
>         |   `-- META-INF
>         |       `-- SAP_MANIFEST.MF
>
> <plugin>
>        <groupId>org.apache.maven.plugins</groupId>
>        <artifactId>maven-war-plugin</artifactId>
>        <configuration>
>                <webResources>
>                        <resource>
>                                <!-- this is relative to the pom.xml
> directory -->
>  <directory>src/main/webResources</directory>
>                        </resource>
>                        </webResources>
>         </configuration>
> </plugin>

Why not just put the additional resource into
src/main/webapp/META-INF/SAP-MANIFEST.MF ? Check out
http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html#warSourceDirectory
which describes the default location for additional resources.

-Jesse

-- 
There are 10 types of people in this world, those
that can read binary and those that can not.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to