Hello,
is it possible in a multi module project to reference a directory in an
absolute manner of the super pom?
Independent of the current position I like to reference a directory from
the top root directory of myproject.
For instance I have following project structure:
myproject
module-1
module-1-api
pom.xml
module-1-core
pom.xml
pom.xml
module-2
module-2-api
pom.xml
module-2-core
pom.xml
pom.xml
src
test
clover
clover.license
pom.xml <== my super pom
I like to define in my super pom.xml that the clover license is in the
directory /src/test/clover/clover.license but all possible variables I
found like ${basedir}or ${pom.dir} doesn't work.
Any ideas?
Regards,
Ingo
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|