From 43a88a9367e3680ed427f6bcbe03f87f3f7bac91 Mon Sep 17 00:00:00 2001 From: Daniel Kulp Date: Wed, 5 Feb 2014 11:41:22 -0500 Subject: [PATCH] Get mvn eclipse:eclipse work for the leveldb stuff --- activemq-leveldb-store/pom.xml | 47 ++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/activemq-leveldb-store/pom.xml b/activemq-leveldb-store/pom.xml index 1b7bbaa504..6f68731f45 100644 --- a/activemq-leveldb-store/pom.xml +++ b/activemq-leveldb-store/pom.xml @@ -331,6 +331,7 @@ + net.alchim31.maven @@ -406,6 +407,36 @@ + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + generate-sources + + add-source + + + + ${basedir}/src/main/scala + + + + + add-test-source + generate-test-sources + + add-test-source + + + + ${basedir}/src/test/scala + + + + + @@ -435,6 +466,22 @@ + + org.apache.maven.plugins + maven-eclipse-plugin + + + org.scala-ide.sdt.core.scalabuilder + + + org.scala-ide.sdt.core.scalanature + org.eclipse.jdt.core.javanature + + + **/*.scala + + +