aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-08-09 18:57:56 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-08-09 18:57:56 +0200
commit17d3743606f7c10f3316ea5c39f3b599dbb52237 (patch)
tree969ec546f3be892af3d0e9fa46591706b5af6cec /sonar-server/pom.xml
parent88773a3021dfff6c9563fd1e40c4ba730cdf5a0f (diff)
downloadsonarqube-17d3743606f7c10f3316ea5c39f3b599dbb52237.tar.gz
sonarqube-17d3743606f7c10f3316ea5c39f3b599dbb52237.zip
Fix development mode
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml41
1 files changed, 1 insertions, 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 @@
<name>Sonar :: Server</name>
<dependencies>
- <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!! TODO Review !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-batch</artifactId>
@@ -349,7 +348,7 @@
<overWriteIfNewer>true</overWriteIfNewer>
<overWriteReleases>true</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
- <outputDirectory>${project.build.directory}/sonar-dev-home/extensions/plugins/</outputDirectory>
+ <outputDirectory>${project.build.directory}/sonar-dev-home/lib/core-plugins/</outputDirectory>
</configuration>
</execution>
</executions>
@@ -632,44 +631,6 @@
</profile>
<profile>
- <id>rdoc</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.jruby.plugins</groupId>
- <artifactId>jruby-rake-plugin</artifactId>
- <version>1.4.0</version>
- <executions>
- <execution>
- <id>install-gems</id>
- <phase>process-resources</phase>
- <goals>
- <goal>install-gems</goal>
- </goals>
- <configuration>
- <jrubyHome>${env.JRUBY_HOME}</jrubyHome>
- <gems>--no-rdoc --no-ri --user-install -v=2.2.2 rails</gems>
- </configuration>
- </execution>
- <execution>
- <id>rdoc</id>
- <phase>process-resources</phase>
- <goals>
- <goal>rake</goal>
- </goals>
- <configuration>
- <jrubyHome>${env.JRUBY_HOME}</jrubyHome>
- <launchDirectory>${basedir}/src/main/webapp/WEB-INF</launchDirectory>
- <args>rdoc</args>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <profile>
<id>release</id>
<build>
<plugins>