On 19 February 2010 17:10, Stephen Connolly <stephen.alan.conno...@gmail.com
> wrote:

> Here is what I would do.
>
> I would have a second war module which has the test files and depend on
> your main module... the automatic war overlaying will ensure that your test
> war has the test resources in addition to the standard resources, and it
> leaves your main module un-sullied by the test stuff
>
>
You could probably achieve the same thing with a second execution of war:war
in your main project (only attaching with classifier test) but, that is
distinctly un-maven-like (and therefore a bad plan^H^H^H^H^H^H^H^Hhack)


> -Stephen
>
>
> On 19 February 2010 16:55, buildlackey <chris.b....@gmail.com> wrote:
>
>>
>>
>> well, i could attach an ant run script (that does the file moving)
>> to the prepare-package phase... but unfortunately there is no post-package
>> phase..
>> this means that if anyone runs 'package'  the files would be moved from
>> where they need to be during dev/test phases, and never moved back.
>>
>> for production .war's i strip out my environmental properties  and deploy
>> them separately, or let the server administrator deal with setting the
>> properties...     so some stuff has to be present on the classpath during
>> dev, but not production.
>>
>> So, good idea in theory.. .but because of the lack of a post-package
>> phase..
>> it opens the build script to behaving strangely.
>>
>> thanks in any case for your response !
>>  chris
>>
>>
>>
>> --
>> Chris Bedford
>>
>> Founder & Lead Lackey
>> Build Lackey Labs:  http://buildlackey.com
>> Go Grails!: http://groovy.buildlackey.com
>>
>>
>>
>>
>>
>> Wayne Fay wrote:
>> >
>> >> If anyone sees a problem with how i invoked the plugin, or knows of a
>> >> work-around,
>> >> please do let me know !  i'd be very grateful.
>> >
>> > Well... an obvious workaround would be to simply move the files to a
>> > directory not being packaged by Maven, or just delete them. I am
>> > guessing this is not acceptable for some reason.
>> >
>> > Wayne
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> > For additional commands, e-mail: users-h...@maven.apache.org
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://old.nabble.com/not-able-to-get-maven-war-plugin-to-filter-out-unwanted-resources-from-my-.war-file.-tp27649724p27656990.html
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
>

Reply via email to