Fixup excludes

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1349310 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/pom.xml b/bundleplugin/pom.xml
index 1b583c5..8ec7b93 100644
--- a/bundleplugin/pom.xml
+++ b/bundleplugin/pom.xml
@@ -63,7 +63,7 @@
     <artifactId>apache-rat-plugin</artifactId>
     <configuration>
      <excludes>
-      <exclude>src/main/java/aQute/**</exclude>
+      <exclude>src/main/*/aQute/**</exclude>
      </excludes>
     </configuration>
    </plugin>