>>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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to