Skip to content

Commit

Permalink
fix: Delete JCabi Plugin Definition - Meeds-io/meeds#2417
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker committed Sep 25, 2024
1 parent 46439b3 commit 2cb9c2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
9 changes: 0 additions & 9 deletions analytics-listeners/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<finalName>analytics-listeners</finalName>
<plugins>
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
9 changes: 0 additions & 9 deletions analytics-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,4 @@
<type>test-jar</type>
</dependency>
</dependencies>
<build>
<finalName>analytics-services</finalName>
<plugins>
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,11 @@

</dependencies>
</dependencyManagement>


<build>
<finalName>${project.artifactId}</finalName>
</build>

<!-- This profile is used to allow github action to build branches. The github action is used for sonar analysis -->
<profiles>
<profile>
Expand Down

0 comments on commit 2cb9c2d

Please sign in to comment.