Skip to content

Commit

Permalink
fix: Delete Jcabi Maven Plugin - Meeds-io/meeds#2417 (#35)
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 and exo-swf committed Sep 27, 2024
1 parent cc3dd62 commit 4fa5d46
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,20 +181,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</resource>
</resources>
<plugins>
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-plugin</artifactId>
<executions>
<execution>
<id>weave-classes</id>
<phase />
</execution>
<execution>
<id>weave-test-classes</id>
<phase />
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
Expand Down

0 comments on commit 4fa5d46

Please sign in to comment.