Hi Pierre Arnaud

With following patch it runs also fine with the '9' directory pom, but I'm not sure if we can exclude abstract classes from test (would be logical for me as the are abstract, be you never know).

WDYT?

Felix


Index: /home/felix/svn/apache/directory/studio/branches/studio-maven/pom.xml
===================================================================
--- /home/felix/svn/apache/directory/studio/branches/studio-maven/pom.xml (revision 627296) +++ /home/felix/svn/apache/directory/studio/branches/studio-maven/pom.xml (working copy)
@@ -25,7 +25,7 @@
  <parent>
    <groupId>org.apache.directory.project</groupId>
    <artifactId>project</artifactId>
-    <version>8</version>
+    <version>9</version>
  </parent>

  <groupId>org.apache.directory.studio</groupId>
@@ -1876,6 +1876,14 @@
          <target>1.5</target>
        </configuration>
      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/Abstract*.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
    </plugins>

    <pluginManagement>

Reply via email to