On one of my projects, I have the following property:
<model.uri>file:${project.build.sourceDirectory}/myapp.xmi</model.uri>
Knowing that in the same POM, sourceDirectory is configured that way:
<sourceDirectory>${project.basedir}/src/main/uml</sourceDirectory>
With Maven 2.0.8, model.uri was correctly mapped to
/Users/sarbogast/dev/myapp/src/main/uml/myapp.xmi
But with Maven 2.0.9, now it's mapped to
/Users/sarbogast/dev/myapp/Users/sarbogast/dev/myapp/src/main/uml/myapp.xmi,
which is not good at all.
Is it a known bug? What has changed in Maven 2.0.9 that makes it work
differently on that?
--
Sébastien Arbogast
http://sebastien-arbogast.com