[ 
http://jira.codehaus.org/browse/DOXIA-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=231656#action_231656
 ] 

Nathan Sowatskey commented on DOXIA-402:
----------------------------------------

Many thanks for that.

For my larger project that exhibited the original problem, I did have the 
additional dependency for the confluence extension in my module pom.xml, but 
*not* in the parent, so the results I was trying to generalise were badly 
configured.

For the record, I now have this in the parent pom or my larger project:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-site-plugin</artifactId>
  <version>2.1.1</version>
  <dependencies>
    <dependency>
      <groupId>org.apache.maven.doxia</groupId>
      <artifactId>doxia-core</artifactId>
      <version>1.1.3</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven.doxia</groupId>
      <artifactId>doxia-module-confluence</artifactId>
      <version>1.1.3</version>
  </dependency>
  </dependencies>
</plugin>

Hopefully this will help the next person who stumbles down this path :-)
 

> Multi-module project with .confluence content does not work
> -----------------------------------------------------------
>
>                 Key: DOXIA-402
>                 URL: http://jira.codehaus.org/browse/DOXIA-402
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Confluence
>    Affects Versions: 1.1.3
>         Environment: Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
> Java version: 1.6.0_20
> Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x" version: "10.6.4" arch: "x86_64" Family: "mac"
>            Reporter: Nathan Sowatskey
>            Priority: Blocker
>         Attachments: apt-site-test.zip, confluence-site-test.zip
>
>
> There are two projects attached.
> The apt-site-test has the parent content in apt format. When building a 
> multi-module project the content in the apt-site-test appears as expected.
> The confluence-site-test has the parent content in confluence format. That 
> content does not appear as expected. Instead a generic "about" page is 
> created.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to