Explorar el Código

do not check file headers for src/main/webapp

tags/7.0-RC1
Stas Vilchik hace 6 años
padre
commit
b0ea05d102
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9
    0
      server/sonar-web/pom.xml

+ 9
- 0
server/sonar-web/pom.xml Ver fichero

@@ -137,6 +137,15 @@
</archive>
</configuration>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>src/main/webapp/**/*</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>


Cargando…
Cancelar
Guardar