Is there any possibility that on Windows you are relying on the fact that there 
is no case distinction in the names and using different capitalization?

Stan


-----Original Message-----
From: Michael Delaney [mailto:mdela...@upromise.com]
Sent: Friday, June 25, 2010 1:40 PM
To: users@maven.apache.org
Subject: webResources not copied during build on UNIX.

All,

I have a war project (by this I mean packaging type is 'war') that, in
the maven-war-plugin, I'm defining some web resources (see snipped
below). During a build on Windows the resources specified in the
'webResources' tag are copied over but during a build on UNIX (most
explicitly Solaris) the resources are not copied over. The paths do not
contain any Windows specific slashes and the case of the files is also
correct.

Anyone know what could be causing this?

We're using maven-war-plugin version 2.1-alpha-1 and
maven-resources-plugin 2.3.

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<webResources>
<resource>
<filtering>false</filtering>
<directory>${basedir}/src/main/resources/templates</directory>
<!-- the list has a default value of ** -->
<includes>
<include>web.xml</include>
</includes>
<targetPath>WEB-INF/templates</targetPath>
</resource>
</webResources>
</configuration
</plugin>




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


---------------------------------------------------------------------
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.

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

Reply via email to