You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ha...@apache.org on 2016/10/31 19:03:07 UTC

activemq git commit: Fix errors while importing project in Eclipse IDE

Repository: activemq
Updated Branches:
  refs/heads/master 1a0af86c0 -> 6166d4a4f


Fix errors while importing project in Eclipse IDE


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/6166d4a4
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/6166d4a4
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/6166d4a4

Branch: refs/heads/master
Commit: 6166d4a4f7c3321c4766ad6e4a168099db47ee7f
Parents: 1a0af86
Author: Hadrian Zbarcea <ha...@apache.org>
Authored: Mon Oct 31 15:02:47 2016 -0400
Committer: Hadrian Zbarcea <ha...@apache.org>
Committed: Mon Oct 31 15:02:47 2016 -0400

----------------------------------------------------------------------
 activemq-leveldb-store/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/6166d4a4/activemq-leveldb-store/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-leveldb-store/pom.xml b/activemq-leveldb-store/pom.xml
index 80ef226..bb2475b 100644
--- a/activemq-leveldb-store/pom.xml
+++ b/activemq-leveldb-store/pom.xml
@@ -466,6 +466,20 @@
                     <!--<ignore />-->
                   </action>
                 </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>net.alichim31</groupId>
+                    <artifactId>scala-maven-plugin</artifactId>
+                    <versionRange>[0.0.0,)</versionRange>
+                    <goals>
+                      <goal>compile</goal>
+                      <goal>testCompile</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore />
+                  </action>
+                </pluginExecution>
               </pluginExecutions>
             </lifecycleMappingMetadata>
           </configuration>