launcher/pom.xml
branchemul
changeset 684 985535d06cb3
parent 544 08ffdc3938e7
     1.1 --- a/launcher/pom.xml	Wed Jan 23 13:18:46 2013 +0100
     1.2 +++ b/launcher/pom.xml	Wed Feb 06 15:10:22 2013 +0100
     1.3 @@ -23,6 +23,14 @@
     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 +                <version>2.8.1</version>
    1.11 +                <configuration>
    1.12 +                    <excludePackageNames>org.apidesign.bck2brwsr.launcher.impl</excludePackageNames>
    1.13 +                </configuration>
    1.14 +            </plugin>
    1.15          </plugins>
    1.16      </build>
    1.17      <properties>