directory = target
outputDirectory = target/classes
----- Original Message -----
From: [EMAIL PROTECTED]
Sent: Sat, 9/2/2006 2:15am
To: users
Subject: directory v. outputDirectory
What's the difference between
<build>
<directory>
<outputDirectory>
...
I'm using maven-native-plugin, which has identical configuration
elements, but I'm prevented from using them, i.e.
<build>
<plugins>
<plugin>
<configure>
<directory>
<outputDirectory>
by errors complaining about over-written read-only parameters.
It would be OK if libraries (modules) were to build in their own
target/ sub-directories, but I'd like to move a copy of the resulting
libraries into a central location higher in the project hierarchy.
Brad
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]