forget about it: I forgot to mvn clean...
it works as expected


Andy Pahne schrieb:

I have a resource folder that contains some JPEG images. Each of the images is altered after process-resources.

I tried to exclude jpgs from filtering like that:


              <!-- Alles außer JPEGs Filtern -->
            <resource>
                <directory>src/main/resources</directory>
                <filtering>true</filtering>
                <excludes>
                    <exclude>**/*.jpg</exclude>
                </excludes>
            </resource>

            <!-- und nochmal ohne Filter für JPEGs -->
            <resource>
                <directory>src/main/resources</directory>
                <filtering>false</filtering>
                <includes>
                    <include>**/*.jpg</include>
                </includes>
            </resource>


But no luck...

Then I found that jpeg should not be filtered at all by default:
   http://www.mail-archive.com/[EMAIL PROTECTED]/msg15806.html


But they are. It's reproducible...


Any ideas?


Andy



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



--
Andy Pahne
System Architektur & Software Design

net22 GmbH
Ehrenbergweg 24
32760 Detmold

http://www.net22.de

Email     [EMAIL PROTECTED]
Telefon   +49 (5231) 58 06 40
Mobil     +49 (174) 171 68 70

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

Reply via email to