rt/emul/pom.xml
changeset 816 8f5ba6e4efa6
parent 815 7b510a425296
child 819 caf1e66268fd
     1.1 --- a/rt/emul/pom.xml	Tue Mar 05 22:30:15 2013 +0100
     1.2 +++ b/rt/emul/pom.xml	Tue Mar 05 23:09:28 2013 +0100
     1.3 @@ -15,17 +15,4 @@
     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>