Skip to content

Commit

Permalink
jcabi#20 - removing the explicit qulice configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
maurezen committed Mar 29, 2015
1 parent 2aac1f3 commit fe9f52d
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,27 +102,4 @@
</plugin>
</plugins>
</build>
<!--
@todo #16 Remove this declaration when parent pom would
fix issue jcabi/jcabi-parent#19
-->
<profiles>
<profile>
<id>qulice</id>
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>findbugs:.*</exclude>
</excludes>
<license>file:${basedir}/LICENSE.txt</license>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit fe9f52d

Please sign in to comment.