You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Marcin Kwapisz <mk...@zsk.p.lodz.pl> on 2008/12/08 13:53:01 UTC

war-plugin and

Hi,
I have problem with class-path in manifest file. 

My war-plugin configuration is as follows:

<plugin>
                <artifactId>maven-war-plugin</artifactId>
                <version>2.1-alpha-2</version>
                <configuration>
                    <outputFileNameMapping>@{artifactId}@@{classifier}@.@{extension}@</outputFileNameMapping>
                    <archive>
                        <manifest>
                            <addClasspath>true</addClasspath>
                            <classpathPrefix>lib/</classpathPrefix>
                        </manifest>
                    </archive>
                </configuration>
            </plugin>

When I set outpuFileMapping, jar names in lib folder do not correspond to names in class-path in manifest file. Do I miss something? Or is it a bug in the plugin?

Class-Path: lib/jsf-api-1.2_04-p01.jar lib/jsf-impl-1.2_04-p01.jar lib/commons-digester-1.5.jar lib/commons-beanutils-1.6.jar lib/commons-logging-1.0.jar 

Regards
-- 
Marcin Kwapisz
Division of Computer Networks
Technical Univeristy of Lodz, Poland




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