Skip to content

Commit

Permalink
#330 new parent
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 4, 2021
1 parent 02c9cef commit c6813ac
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion pom.xml
Expand Up @@ -33,7 +33,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<parent>
<groupId>com.jcabi</groupId>
<artifactId>parent</artifactId>
<version>0.51.1</version>
<version>0.53.3</version>
</parent>
<groupId>com.jcabi</groupId>
<artifactId>jcabi</artifactId>
Expand Down Expand Up @@ -143,4 +143,22 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>qulice</id>
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<configuration>
<excludes combine.children="append">
<exclude>checkstyle:/src/site/resources/.*</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit c6813ac

Please sign in to comment.