Galia Angelova <[EMAIL PROTECTED]> writes:

> Hello Everybody!
>
> I need to have the results of the compilation, packaging etc. not in
> the standart target directory but in onather one. I want to be able to
> change the target directory at runtime. Does anybody know if this is
> possible and how? My investigation did not give any positive results.
>

Hello,
There is a build/directory tag in the POM, eg.:
 
<project>
 <build>  
   <directory>target</directory>
 </build>
</project>

I think this is what you are looking for.


-- 
OQube < software engineering \ génie logiciel >
Arnaud Bailly, Dr.
\web> http://www.oqube.com


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

Reply via email to