Browse Source

Update the sonar-web pom with correct config for javadoc and sources

tags/5.2-RC2
Thomas Vérin 8 years ago
parent
commit
5d816d9a12
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      server/sonar-web/pom.xml

+ 4
- 0
server/sonar-web/pom.xml View File

@@ -180,6 +180,10 @@
</overlay>
</overlays>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>empty-javadoc-jar</id>

Loading…
Cancel
Save