Repository: deltaspike Updated Branches: refs/heads/master 6ebde1a5b -> bca730584
DELTASPIKE-958 removed incubator-disclaimer Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/bca73058 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/bca73058 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/bca73058 Branch: refs/heads/master Commit: bca730584d5f49d3cc66d7605eca41f31050ecc6 Parents: 6ebde1a Author: gpetracek <[email protected]> Authored: Wed Jul 15 12:51:44 2015 +0200 Committer: gpetracek <[email protected]> Committed: Wed Jul 15 12:52:01 2015 +0200 ---------------------------------------------------------------------- deltaspike/pom.xml | 19 ------------------- 1 file changed, 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/bca73058/deltaspike/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml index 3f092d5..716d694 100644 --- a/deltaspike/pom.xml +++ b/deltaspike/pom.xml @@ -74,25 +74,6 @@ </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <version>1.3</version> - <executions> - <execution> - <id>process-remote-resources</id> - <goals> - <goal>process</goal> - </goals> - <configuration> - <resourceBundles> - <!-- Include the Incubating disclaimer --> - <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle> - </resourceBundles> - </configuration> - </execution> - </executions> - </plugin> <!-- Javadoc plugin --> <plugin> <groupId>org.apache.maven.plugins</groupId>
