rt/emul/pom.xml
changeset 815 7b510a425296
parent 806 178754f29511
child 816 8f5ba6e4efa6
     1.1 --- a/rt/emul/pom.xml	Sat Mar 02 17:02:00 2013 +0100
     1.2 +++ b/rt/emul/pom.xml	Tue Mar 05 22:30:15 2013 +0100
     1.3 @@ -15,4 +15,17 @@
     1.4      <module>mini</module>
     1.5      <module>compact</module>
     1.6    </modules>
     1.7 +  <build>
     1.8 +      <plugins>
     1.9 +          <plugin>
    1.10 +              <groupId>org.apache.maven.plugins</groupId>
    1.11 +              <artifactId>maven-javadoc-plugin</artifactId>
    1.12 +              <configuration>
    1.13 +                  <aggregate>true</aggregate>
    1.14 +                  <excludePackageNames>org.apidesign.bck2brwsr.emul.*</excludePackageNames>
    1.15 +                  <skip>false</skip>
    1.16 +              </configuration>
    1.17 +          </plugin>
    1.18 +      </plugins>
    1.19 +  </build>
    1.20  </project>