Skip to content

Commit

Permalink
feat: Delete usage of Jcabi to use AspectJ Maven Plugin - MEED-7544 - M…
Browse files Browse the repository at this point in the history
…eeds-io/meeds#2417

This change will delete the usage of Jcabi Maven plugin which is incompatible with newer AspectJ versions and use AspectJ Maven plugin instead
  • Loading branch information
boubaker committed Sep 27, 2024
1 parent 0925e2c commit 62d97e6
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 5 deletions.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
6 changes: 1 addition & 5 deletions exo.jcr.ext.services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<description>Exoplatform SAS 'eXo JCR Ext Services' project.</description>

<properties>
<exo.test.coverage.ratio>0.37</exo.test.coverage.ratio>
<exo.test.coverage.ratio>0.36</exo.test.coverage.ratio>
<wikbook.source>${pom.basedir}/src/main/wikbook</wikbook.source>
<wikbook.target>${project.build.directory}/wikbook</wikbook.target>
<wikbook.version>0.9.26</wikbook.version>
Expand Down Expand Up @@ -90,10 +90,6 @@
<argLine>@{argLine} @{surefire.argLine} -Djava.net.preferIPv4Stack=true</argLine>
</configuration>
</plugin>
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 62d97e6

Please sign in to comment.