rt/mojo/pom.xml
changeset 796 a9fbc3c4be97
parent 772 d382dacfd73f
child 799 abb0830cb220
     1.1 --- a/rt/mojo/pom.xml	Tue Feb 26 16:54:16 2013 +0100
     1.2 +++ b/rt/mojo/pom.xml	Thu Feb 28 21:14:11 2013 +0100
     1.3 @@ -44,6 +44,13 @@
     1.4                      <target>1.6</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>true</skip>
    1.12 +                </configuration>
    1.13 +            </plugin>
    1.14          </plugins>
    1.15        </build>
    1.16