Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Disabled failing plugins
Browse files Browse the repository at this point in the history
Fixes #55 - disabled jcabi-versionalize-packages plugin
which is failing during build phase but it's not required
for build.

PR: #55
  • Loading branch information
g4s8 committed Apr 22, 2021
1 parent 8d088c6 commit 6b12b9f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,16 @@ SOFTWARE.
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-plugin</artifactId>
<executions>
<execution>
<id>jcabi-versionalize-packages</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 6b12b9f

Please sign in to comment.