XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • 7.1.2.Final (EAP)
    • None
    • Build System
    • None

      Identify artifacts corresponding to "supported" API modules. Generate aggregated JavaDoc by fetching the source JAR for each API artifact.

      Enable APIViz if possible; use JBoss.org theme if possible.

      Javadoc'd packages should be grouped by API.

      It is also important that JDK classes are properly linked. This might mean linking to oracle's doc site for JavaSE like many projects do, or perhaps using locally-generated javadoc from OpenJDK perhaps.

      Just to keep info on how to:

                          <plugin>
                              <groupId>org.apache.maven.plugins</groupId>
                              <artifactId>maven-javadoc-plugin</artifactId>
                              <version>2.8.1-SNAPSHOT</version>
                              <executions>
                                  <execution>
                                      <id>javadocs-dist</id>
                                      <goals><goal>aggregate-jar</goal></goals>
                                      <phase>validate</phase>
                                      <configuration>
                                         <includeDependencySources>true</includeDependencySources>
                                         <dependencySourceIncludes>
                                             <include>org.jboss.spec.javax.servlet:*</include>
                                             <include>org.jboss.spec.javax.ejb:*</include>
                                             ...
                                         </dependencySourceIncludes>
                                      </configuration>
                                  </execution>
                              </executions>
                          </plugin>
      

        1. convertModuleNameToGroupID.xsl
          0.8 kB
          Ondrej Zizka
        2. packages.tmp2.txt
          3 kB
          Ondrej Zizka

              ozizka_jira Ondrej Zizka (Inactive)
              dlloyd@redhat.com David Lloyd
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: