Uploaded image for project: 'Maven Site Plugin'
  1. Maven Site Plugin
  2. MSITE-554

Maven site plugin doesn't not work for not flat modules

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Incomplete
    • 3.0-beta-3
    • None
    • None
    • Red Hat Enterprise Linux Server release 5.2 (Tikanga) x86_64 x86_64 x86_64 GNU/Linux

    Description

      It looks like maven-site-plugin for maven3 does NOT work properly for modules that are not organized in flat structure.

      Example:
      <modules>
      <module>moduleA</module>
      <module>moduleB</module>

      <module>moduleB/moduleC</module>
      <module>someDir/moduleD</module>
      </modules>

      Two first modules (moduleA and moduleB) are working fine - all reports are generated for them.
      Next two (moduleC and moduleD) are NOT working in fact. There is even no index.html page being generated under:
      moduleB/moduleC/target/site
      or
      someDir/moduleD/target/site
      directories.

      I guess that reason is that for moduleC and moduleD pom.xml are resolved NOT from reactor BUT from local maven repository.

      Attachments

        Activity

          People

            Unassigned Unassigned
            istocia Paul Green
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: