From ea5c80dd44a09bcf3309ec05491a1e1e87664719 Mon Sep 17 00:00:00 2001 From: Giovanni Meo Date: Tue, 12 Nov 2013 20:00:04 +0100 Subject: [PATCH] Bring some reliability in the eclipse and maven mixed builds Please look at: https://lists.opendaylight.org/pipermail/controller-dev/2013-November/002083.html for explanation of the issue and fix provided by: http://stackoverflow.com/questions/10208313/eclipse-auto-build-output-interacts-with-maven-command-line-build-output Change-Id: Ie91105f5efb9448f3dff4136d9de046069ac191f Signed-off-by: Giovanni Meo --- .gitignore | 1 + opendaylight/commons/opendaylight/pom.xml | 15 ++++++++++++--- opendaylight/md-sal/pom.xml | 12 ++++++++++++ 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1f0563ac05..bb3e26faf5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ repository workspace *~ target +target-ide .classpath .project .settings diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 2a818067ce..8feb1600b5 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -781,6 +781,18 @@ + + IDE + + + m2e.version + + + + + target-ide + + viewbuild @@ -1226,7 +1238,4 @@ - - - diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index 1ff7f2dc30..99ce4933b5 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -64,6 +64,18 @@ test + + IDE + + + m2e.version + + + + + target-ide + + -- 2.36.6