diff options
-rw-r--r-- | server/sonar-web/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 106cdbca1ef..1732dbc4272 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -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> |