Skip to content

Commit

Permalink
fix: Delete Jcabi Maven Plugin - Meeds-io/meeds#2417 (#428)
Browse files Browse the repository at this point in the history
This change will delete JCabi Plugin usage in favor of AspectJ Plugin
for AspectJ Annotation processing.
  • Loading branch information
boubaker authored Sep 27, 2024
1 parent 7c0a242 commit 8d2c695
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<rest.api.doc.version>1.0</rest.api.doc.version>
<rest.api.doc.description>Tasks addon rest endpoints</rest.api.doc.description>

<exo.test.coverage.ratio>0.37</exo.test.coverage.ratio>
<exo.test.coverage.ratio>0.36</exo.test.coverage.ratio>
</properties>
<!-- JPA -->
<dependencies>
Expand Down Expand Up @@ -100,22 +100,6 @@
</swaggerConfig>
</configuration>
</plugin>
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit 8d2c695

Please sign in to comment.