rt/vmtest/pom.xml
changeset 797 7b5a053c6763
parent 772 d382dacfd73f
child 799 abb0830cb220
     1.1 --- a/rt/vmtest/pom.xml	Tue Feb 26 16:54:16 2013 +0100
     1.2 +++ b/rt/vmtest/pom.xml	Thu Feb 28 21:35:55 2013 +0100
     1.3 @@ -24,6 +24,13 @@
     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.vmtest.impl</excludePackageNames>
    1.12 +                </configuration>
    1.13 +            </plugin>
    1.14          </plugins>
    1.15      </build>
    1.16      <properties>