Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-754

Exception thrown building site

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0-beta-1
    • 2.0-beta-1
    • None
    • None
    • SVN revision 233464 on Linux

    Description

      Starting a new project which depends on another project in my tree. I created the bare bones project directory and added an index.xml in the src/site/xdoc directory.

      When trying to build the site from the top level project, I got the following exception in the new project:
      [INFO] [site:site]
      [INFO] Generate "JavaDocs" report.
      [INFO] Generate "Issue Tracking" report.
      [INFO] Generate "Dependencies" report.
      [INFO] ----------------------------------------------------------------------------
      [ERROR] BUILD ERROR
      [INFO] ----------------------------------------------------------------------------
      [INFO] Diagnosis: Error during site generation
      [INFO] ----------------------------------------------------------------------------
      [ERROR] Cause:
      org.apache.maven.plugin.MojoExecutionException: Error during site generation
      at org.apache.maven.doxia.DoxiaMojo.execute(DoxiaMojo.java:500)
      at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:364)
      at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:470)
      at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:451)
      at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:433)
      at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:266)
      at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:125)
      at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:186)
      at org.apache.maven.cli.MavenCli.main(MavenCli.java:316)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
      at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
      at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
      at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
      Caused by: java.lang.IllegalArgumentException: Can't find a valid Maven project in the repository for the artifact [org.apache.maven.project.artifact.ActiveProjectArtifact@1d03ef].
      at org.apache.maven.report.projectinfo.DependenciesReport$DependenciesRenderer.renderBody(DependenciesReport.java:236)
      at org.apache.maven.reporting.AbstractMavenReportRenderer.render(AbstractMavenReportRenderer.java:65)
      at org.apache.maven.report.projectinfo.DependenciesReport.executeReport(DependenciesReport.java:147)
      at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:117)
      at org.apache.maven.doxia.DoxiaMojo.execute(DoxiaMojo.java:298)
      ... 16 more

      I think the exception needs to have the actual artifact information. Perhaps the ActiveProjectArtifact class needs a toString method to fix this.

      Attachments

        1. ActiveProjectArtifact.diff
          0.5 kB
          Bob Allison

        Activity

          People

            siveton Siveton Vincent
            allisonb Bob Allison
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: