launcher/fx/pom.xml
changeset 1068 16820486d63d
parent 1062 692fc4c1990d
parent 1066 6792dc0bafb9
child 1077 e16926bd6ea1
     1.1 --- a/launcher/fx/pom.xml	Tue Apr 30 15:16:08 2013 +0200
     1.2 +++ b/launcher/fx/pom.xml	Tue Apr 30 16:26:49 2013 +0200
     1.3 @@ -22,6 +22,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 +                <configuration>
    1.11 +                    <subpackages>org.apidesign.bck2brwsr.launcher.fx</subpackages>
    1.12 +                    <skip>false</skip>
    1.13 +                </configuration>
    1.14 +            </plugin>
    1.15          </plugins>
    1.16      </build>
    1.17      <properties>