Repository: incubator-pirk Updated Branches: refs/heads/master 785dec363 -> 8b21f03ec
mods to pom - closes apache/incubator-pirk#61 Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/8b21f03e Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/8b21f03e Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/8b21f03e Branch: refs/heads/master Commit: 8b21f03ecdafe0a15b402a00dd2db334e2fb3d3d Parents: 785dec3 Author: smarthi <[email protected]> Authored: Sat Aug 13 22:09:21 2016 -0400 Committer: eawilliams <[email protected]> Committed: Sat Aug 13 22:09:21 2016 -0400 ---------------------------------------------------------------------- pom.xml | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8b21f03e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a95f1d6..5c7727d 100644 --- a/pom.xml +++ b/pom.xml @@ -546,19 +546,6 @@ <ignore /> </action> </pluginExecution> - <pluginExecution> - <pluginExecutionFilter> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <versionRange>[0,)</versionRange> - <goals> - <goal>process</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore/> - </action> - </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration>
