geo/pom.xml
changeset 179 42ab284db488
parent 172 a058550f8f1f
child 181 c09d00808cab
     1.1 --- a/geo/pom.xml	Sat Jul 06 08:09:53 2013 +0200
     1.2 +++ b/geo/pom.xml	Sun Jul 07 08:31:14 2013 +0200
     1.3 @@ -15,6 +15,18 @@
     1.4    <properties>
     1.5      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     1.6    </properties>
     1.7 +  <build>
     1.8 +      <plugins>
     1.9 +          <plugin>
    1.10 +              <groupId>org.apache.maven.plugins</groupId>
    1.11 +              <artifactId>maven-javadoc-plugin</artifactId>
    1.12 +              <configuration>
    1.13 +                  <subpackages>net.java.html.geo</subpackages>
    1.14 +                  <skip>false</skip>
    1.15 +              </configuration>
    1.16 +          </plugin>
    1.17 +      </plugins>
    1.18 +  </build>
    1.19    <dependencies>
    1.20        <dependency>
    1.21            <groupId>org.testng</groupId>