You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2013/02/21 12:23:28 UTC

[2/19] git commit: fixed m2e config

fixed m2e config


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/0b9ef8ab
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/0b9ef8ab
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/0b9ef8ab

Branch: refs/heads/master
Commit: 0b9ef8ab41a44e5c6d8bb4f677632ad1dadd818f
Parents: e6a8fd0
Author: Jakob Frank <ja...@apache.org>
Authored: Thu Feb 21 08:03:43 2013 +0100
Committer: Jakob Frank <ja...@apache.org>
Committed: Thu Feb 21 08:03:43 2013 +0100

----------------------------------------------------------------------
 parent/pom.xml |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0b9ef8ab/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 890e83b..7f78c07 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -241,6 +241,25 @@
                                         <ignore />
                                     </action>
                                 </pluginExecution>
+                                <pluginExecution>
+                                	<pluginExecutionFilter>
+                                		<groupId>
+                                			org.apache.felix
+                                		</groupId>
+                                		<artifactId>
+                                			maven-scr-plugin
+                                		</artifactId>
+                                		<versionRange>
+                                			[1.8.0,)
+                                		</versionRange>
+                                		<goals>
+                                			<goal>scr</goal>
+                                		</goals>
+                                	</pluginExecutionFilter>
+                                	<action>
+                                		<ignore></ignore>
+                                	</action>
+                                </pluginExecution>
                             </pluginExecutions>
                         </lifecycleMappingMetadata>
                     </configuration>