I'm trying to change the name and location of the target directory but not quite sure which pom tag controls it. I did try:

<directory>../output</directory>

ie create the directory one parent higher and call it output instead of target. This resulted in an artifact jar file under the ../output directory so I was pleased about that, _but_ I still got a generated target/ directory as per usual with the class files under there.

The pom descriptor docs state that:

"directory - The directory where all files generated by the build is placed.", which doesn't seem to be verified by my test. Any ideas whether this might be a bug??

Thanks
AW

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

Reply via email to