spring.lookup/pom.xml
changeset 566 6b8cdb3f49d7
parent 564 f217d6d6d5ae
child 572 9f8f290fba95
     1.1 --- a/spring.lookup/pom.xml	Tue Apr 21 22:17:32 2009 +0200
     1.2 +++ b/spring.lookup/pom.xml	Tue Apr 21 22:56:16 2009 +0200
     1.3 @@ -26,10 +26,20 @@
     1.4              </plugin>
     1.5              <plugin>
     1.6                  <groupId>org.apache.maven.plugins</groupId>
     1.7 +                <artifactId>maven-surefire-plugin</artifactId>
     1.8 +                <version>2.4.2</version>
     1.9 +                <configuration>
    1.10 +                    <includes>
    1.11 +                        <include>**/*Test.java</include>
    1.12 +                    </includes>
    1.13 +                </configuration>
    1.14 +            </plugin>
    1.15 +            <plugin>
    1.16 +                <groupId>org.apache.maven.plugins</groupId>
    1.17                  <artifactId>maven-javadoc-plugin</artifactId>
    1.18                  <version>2.5</version>
    1.19                  <configuration>
    1.20 -                    <excludePackageNames>org.netbeans.modules.openide.util</excludePackageNames>
    1.21 +                    <excludePackageNames>org.netbeans.modules.spring.lookup</excludePackageNames>
    1.22                  </configuration>
    1.23              </plugin>
    1.24          </plugins>