Generating the javadoc for the compact profile, as well as emul parent project. The parent Javadoc is more suitable for being shown to people.
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 05 Mar 2013 22:30:15 +0100
changeset 8157b510a425296
parent 814 0099855f7ee8
child 816 8f5ba6e4efa6
Generating the javadoc for the compact profile, as well as emul parent project. The parent Javadoc is more suitable for being shown to people.
rt/emul/compact/pom.xml
rt/emul/pom.xml
     1.1 --- a/rt/emul/compact/pom.xml	Tue Mar 05 22:10:13 2013 +0100
     1.2 +++ b/rt/emul/compact/pom.xml	Tue Mar 05 22:30:15 2013 +0100
     1.3 @@ -47,6 +47,15 @@
     1.4                   <target>1.7</target>
     1.5                </configuration>
     1.6            </plugin>
     1.7 +          <plugin>
     1.8 +              <groupId>org.apache.maven.plugins</groupId>
     1.9 +              <artifactId>maven-javadoc-plugin</artifactId>
    1.10 +              <configuration>
    1.11 +                  <excludePackageNames>org.apidesign.bck2brwsr.emul.*</excludePackageNames>
    1.12 +                  <aggregate>true</aggregate>
    1.13 +                  <skip>false</skip>
    1.14 +              </configuration>
    1.15 +          </plugin>
    1.16           <plugin>
    1.17              <artifactId>maven-assembly-plugin</artifactId>
    1.18                  <version>2.4</version>
     2.1 --- a/rt/emul/pom.xml	Tue Mar 05 22:10:13 2013 +0100
     2.2 +++ b/rt/emul/pom.xml	Tue Mar 05 22:30:15 2013 +0100
     2.3 @@ -15,4 +15,17 @@
     2.4      <module>mini</module>
     2.5      <module>compact</module>
     2.6    </modules>
     2.7 +  <build>
     2.8 +      <plugins>
     2.9 +          <plugin>
    2.10 +              <groupId>org.apache.maven.plugins</groupId>
    2.11 +              <artifactId>maven-javadoc-plugin</artifactId>
    2.12 +              <configuration>
    2.13 +                  <aggregate>true</aggregate>
    2.14 +                  <excludePackageNames>org.apidesign.bck2brwsr.emul.*</excludePackageNames>
    2.15 +                  <skip>false</skip>
    2.16 +              </configuration>
    2.17 +          </plugin>
    2.18 +      </plugins>
    2.19 +  </build>
    2.20  </project>