From 17d3743606f7c10f3316ea5c39f3b599dbb52237 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 9 Aug 2011 18:57:56 +0200 Subject: [PATCH] Fix development mode --- sonar-server/pom.xml | 41 +---------------------------------------- 1 file changed, 1 insertion(+), 40 deletions(-) diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index f0fa740e98f..9e3db32e600 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -11,7 +11,6 @@ Sonar :: Server - org.codehaus.sonar sonar-batch @@ -349,7 +348,7 @@ true true true - ${project.build.directory}/sonar-dev-home/extensions/plugins/ + ${project.build.directory}/sonar-dev-home/lib/core-plugins/ @@ -631,44 +630,6 @@ - - rdoc - - - - org.jruby.plugins - jruby-rake-plugin - 1.4.0 - - - install-gems - process-resources - - install-gems - - - ${env.JRUBY_HOME} - --no-rdoc --no-ri --user-install -v=2.2.2 rails - - - - rdoc - process-resources - - rake - - - ${env.JRUBY_HOME} - ${basedir}/src/main/webapp/WEB-INF - rdoc - - - - - - - - release -- 2.39.5