Repository: karaf Updated Branches: refs/heads/karaf-3.0.x 76869444b -> 61849d279
[KARAF-3321] Upgrade to build-helper-maven-plugin 1.9.1 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/61849d27 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/61849d27 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/61849d27 Branch: refs/heads/karaf-3.0.x Commit: 61849d279466378f63bffed064bac01da44fe76c Parents: 7686944 Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Oct 31 18:36:24 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Oct 31 18:36:24 2014 +0100 ---------------------------------------------------------------------- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/61849d27/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b5901e8..0c0a5e0 100644 --- a/pom.xml +++ b/pom.xml @@ -1973,7 +1973,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>1.8</version> + <version>1.9.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -2236,9 +2236,9 @@ <exclude>**/foo</exclude> <exclude>**/org.ops4j.pax.exam.TestContainerFactory</exclude> <!-- manual resources --> - <exclude>manual/**/*.css</exclude> - <exclude>manual/**/*.ssp</exclude> - <exclude>manual/**/*.conf</exclude> + <exclude>**/*.css</exclude> + <exclude>**/*.ssp</exclude> + <exclude>**/*.conf</exclude> <!-- SSH keys --> <exclude>**/*.key</exclude> </excludes>
