commit | d42f7c30e4f442135882c2117b2779c74641bfad | [log] [tgz] |
---|---|---|
author | Stuart McCulloch <mcculls@apache.org> | Tue Jun 12 12:52:11 2012 +0000 |
committer | Stuart McCulloch <mcculls@apache.org> | Tue Jun 12 12:52:11 2012 +0000 |
tree | fa9dea04956ef5d361da5a8eacd7eaec0c542109 | |
parent | fbbaedee9232b36ab5f7c1246e78d7acc067f3ab [diff] |
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>