PicoContainer
  1. PicoContainer
  2. PICO-282

(Maven 2 Build) It is currently impossible to build the Picocontainer without site SCM module.

    Details

    • Type: Bug Bug
    • Status: Closed Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 1.3
    • Component/s: Build
    • Labels:
      None
    • Environment:
      Maven 2 Builds.
    • Number of attachments :
      0

      Description

      Because of the stylesheet file configuration in:

      <plugin>
      <inherited>true</inherited>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-javadoc-plugin</artifactId>
      <executions>
      <execution>
      <id>attach-javadocs</id>
      <goals>
      <goal>jar</goal>
      </goals>
      </execution>
      </executions>
      <configuration>
      <links>
      <link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
      <link>http://proxytoys.codehaus.org/apidocs/</link>
      <link>http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/apidocs/</link>
      </links>
      <stylesheetfile>$

      {basedir}

      /../site/xdocs/style/maven-pico-javadoc.css</stylesheetfile>
      <header><![CDATA[<img class="logo" src="http://www.picocontainer.org/images/pico-logo.png"></img>]]></header>
      <linksource>true</linksource>
      </configuration>
      </plugin>

      It is impossible to build the system without having the site module in the same directory tree.

      Could we either have (1) Duplicate CSSes, or (2) an optional profile which enables the javadoc attachments like this. or (??)

      -Mike (R)

        People

        • Assignee:
          Mauro Talevi
          Reporter:
          Michael Rimov
        • Votes:
          0 Vote for this issue
          Watchers:
          0 Start watching this issue

          Dates

          • Created:
            Updated:
            Resolved: