ko-ws-tyrus/pom.xml
changeset 263 e52df26d579b
parent 260 23e2ad7e6d23
child 264 6656cca0a73a
     1.1 --- a/ko-ws-tyrus/pom.xml	Sun Aug 25 14:40:16 2013 +0200
     1.2 +++ b/ko-ws-tyrus/pom.xml	Tue Aug 27 07:27:51 2013 +0000
     1.3 @@ -23,6 +23,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 +                    <skip>false</skip>
    1.12 +                </configuration>
    1.13 +            </plugin>
    1.14          </plugins>
    1.15      </build>
    1.16      <properties>
    1.17 @@ -140,4 +147,6 @@
    1.18          <version>3.1.0</version>
    1.19      </dependency>
    1.20    </dependencies>
    1.21 +    <description>An implementation module that provides support for WebSocket protocol on JDK7. 
    1.22 +No need to use it when running on JDK8 with FX WebView supporting WebSocket directly.</description>
    1.23  </project>