From 54fa1f9fbc01712df0052c50ff95aa0f55131880 Mon Sep 17 00:00:00 2001 From: Leonid Shalupov Date: Mon, 30 Apr 2012 20:59:52 +0400 Subject: [PATCH] libraries/runtime: copy runtime module sources locally to help IDEA find them --- libraries/tools/runtime/pom.xml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/libraries/tools/runtime/pom.xml b/libraries/tools/runtime/pom.xml index f887a4724fc..090bd908eda 100644 --- a/libraries/tools/runtime/pom.xml +++ b/libraries/tools/runtime/pom.xml @@ -16,9 +16,33 @@ jar - ${project.basedir}/../../../runtime/src + target/copied-sources + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + + + copy-sources + process-sources + + + + + + + + + + run + + + + + org.apache.maven.plugins maven-source-plugin