I have a requirement where in i want the site created for my child project to
be placed in a specified location in under the parent project. I have used
<reporting>
<outputDirectory>target/site</outputDirectory>
</reporting> in my child pom xml as of now which is placing the child site
under
ParentProject
pom.xml
Child Project(Module A)
pom.xml
target
site
index.html
I wanted the site for my child project say,Module A under
ParentProject
pom.xml
target
site
ModuleA
index.html
Child Project(Module A)
pom.xml
How do i configure refering to parent project directory from my child
project?
--
View this message in context:
http://www.nabble.com/Refering-to-parent-directory-from-child-pom-xml-t1562659.html#a4243752
Sent from the Maven - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]