Justin Edelson  wrote
> src/main/resources won't work?

Not quiet as one would need it. If I put something under
src/main/resources/foo/bar.txt it ends up in the standalone jar under
/foo/bar.txt which is fine - so I could use something like
/resources/install etc.
In the resulting war this ends up in /WEB-INF/classes/foo/bar.txt

As long as I just want to get one resulting artifact I'm fine - so this
solves my use case; but in the general use case this needs to be adapted
somehow.

Carsten
> 
> On Aug 11, 2010, at 3:04 AM, Carsten Ziegeler <cziege...@apache.org> wrote:
> 
>> Justin Edelson  wrote
>>
>>>
>>> As with the launchpad plugin's current goals, I would suggest prototyping 
>>> with the existing Maven plugins (maven-resources-plugin and 
>>> maven-jar-plugin in this case) and then decide if we need new 
>>> goals/functionality. 
>> Yes, this was my initial thought as well - but I failed to see how this
>> could be done in a general way so that it works for all generated
>> artifacts. Do you have an idea how this could work?
>>
>> Regards
>> Carsten
>> -- 
>> Carsten Ziegeler
>> cziege...@apache.org
> 


-- 
Carsten Ziegeler
cziege...@apache.org

Reply via email to