Maven Embedded Glassfish Plugin - how to set the temporary directory?
Posted
by Walter White
on Stack Overflow
See other posts from Stack Overflow
or by Walter White
Published on 2010-04-25T17:41:44Z
Indexed on
2010/04/25
17:43 UTC
Read the original article
Hit count: 486
Hi all,
I am using the Maven Embedded Glassfish Plugin and it works great, but unfortunately it creates a temporary directory in my main project directory. I would like it to use target so that every time I clean the project, the embedded directory also gets wiped.
Is there a setting for that?
Walter
© Stack Overflow or respective owner