From: Giovanni Meo Date: Tue, 12 Nov 2013 19:00:04 +0000 (+0100) Subject: Bring some reliability in the eclipse and maven mixed builds X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~416^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=ea5c80dd44a09bcf3309ec05491a1e1e87664719 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 --- 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 + +