We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26b4c9 commit f82a68aCopy full SHA for f82a68a
pom.xml
@@ -419,29 +419,4 @@
419
</plugins>
420
</build>
421
422
- <profiles>
423
- <profile>
424
- <id>qulice</id>
425
- <build>
426
- <plugins>
427
- <plugin>
428
- <groupId>com.qulice</groupId>
429
- <artifactId>qulice-maven-plugin</artifactId>
430
- <version>0.17.1</version>
431
- <configuration>
432
- <license>file:${basedir}/LICENSE</license>
433
- </configuration>
434
- <executions>
435
- <execution>
436
- <goals>
437
- <goal>check</goal>
438
- </goals>
439
- </execution>
440
- </executions>
441
- </plugin>
442
- </plugins>
443
- </build>
444
- </profile>
445
- </profiles>
446
-
447
</project>
0 commit comments