>>But the reference
>>is created to the ${sibling_project}/target/classes directory not to
>>the artifact produced. So whatever you were going to put into the JAR
>>will be in the ${sibling_project}/target/classes directory
It's actually a little more screwy than that. It depends on the phase
that you have run. In phases < compile, you get nothing. Compile -
<Package gets you the classes folder. Package + gets you the jar in
/target/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]