aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-db/pom.xml')
-rw-r--r--sonar-db/pom.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml
index 467d21edfbd..d265a790c6c 100644
--- a/sonar-db/pom.xml
+++ b/sonar-db/pom.xml
@@ -13,10 +13,6 @@
<name>SonarQube :: Database</name>
<description>Create and request SonarQube schema</description>
- <properties>
- <sonar.exclusions>src/main/gen-java/**/*</sonar.exclusions>
- </properties>
-
<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
@@ -122,24 +118,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>add-source</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>add-source</goal>
- </goals>
- <configuration>
- <sources>
- <source>src/main/gen-java</source>
- </sources>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>