I have a pom that has a couple of modules, I would like to post a site
directly to my baseDir or more accurately my top most pom's directory. I
tried something like this in my top most pom:
<distributionManagement>
<site>
<id>test.site</id>
<name>Test Website</name>
<url>file:${baseDir}\website2\${project.version}\</url>
</site>
</distributionManagement>
but ${baseDir} gets redefined with each sub pom. is there something like a
${top.most.pom.dir}, a ${projecet.dir} filter, or a work-around so all of
the module's site content end's up in the same place - only using files
inside that directory.
Thanks
Fox
--
View this message in context:
http://www.nabble.com/super-pom-filter-tf2217708.html#a6142939
Sent from the Maven - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]