You can ignore this post.
On 6/28/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote:
Where is that property configured?Rather , how do i configure it?I
tried checking here ,
http://maven.apache.org/plugins/maven-war-plugin/ , but there's no
info relating to that.
--
Jeff Mutonho
GoogleTalk : ejbe
But it still won't work when I want to test with WTP. Anyway, my patch
seems to fix the problem.
On 6/28/06, Pete Marvin King <[EMAIL PROTECTED]> wrote:
perhaps you can do a war overlay, add the war to your depedency list
with a scope of
runtime. you might need to rename it to *.war, the wa
perhaps you can do a war overlay, add the war to your depedency list
with a scope of
runtime. you might need to rename it to *.war, the war plugin uses the
extension
to determine if it will do a war overlay.
Alexandre Poitras wrote:
> To those who are facing the same issue, I just submitted
To those who are facing the same issue, I just submitted a patch that
seems to fix the problem. Hope it helps.
On 6/27/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:
This is what I'm already doing. The problem is that the WTP .component
file is not generated correctly since the files aren't pl
This is what I'm already doing. The problem is that the WTP .component
file is not generated correctly since the files aren't placed in the
war source directory. Basically, I'm just trying to unpack some css
files from a resources jar fileĀs and I don't want to extract them
under the src directory
If you are generating them, why are you considering them source in the
first place? Why not just generate them straight into
target/-? That's where everything is copied to so
it can be jarred into a war.
> -Original Message-
> From: Alexandre Poitras [mailto:[EMAIL PROTECTED]
> Sent: T
Ok it works fine except with WTP. The eclipse plugin doesn't seem to
add corresponding entries in the "settings/.component"
file.
There is already a Jira issue on this one :
http://jira.codehaus.orgbrowse/MECLIPSE-111
On 6/27/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:
I thought were cop
I thought were copied under WEB-INF/classes. Should fix
my problem. Thank a lot!!!
On 6/27/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 6/27/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:
> Why is the War plugin supporting only one war source directory instead
> of a list? It bothers me bec
On 6/27/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:
Why is the War plugin supporting only one war source directory instead
of a list? It bothers me because I need to generate some html sources
files and of course I don't want to mess with my src directory. Any
hint? I think I'll try to deve