Skip to content

Commit

Permalink
Revert back to pluginManagement and plugin
Browse files Browse the repository at this point in the history
- Revert back to using the pluginManagement and the agent in the plugin
- Remove extra line feeds at closing tags
- Remove jacoco plugin version in the aggregateReport
  • Loading branch information
tsande16 committed Jan 15, 2025
1 parent ed83d7e commit 54710e0
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion jacoco-aggregate-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco-maven-plugin.version}</version>
<executions>
<execution>
<id>report-aggregate</id>
Expand Down
1 change: 0 additions & 1 deletion pass-data-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
</plugin>

</plugins>
</build>
</project>
1 change: 0 additions & 1 deletion pass-deposit-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@
<artifactId>maven-help-plugin</artifactId>
<version>3.4.0</version>
</plugin>

</plugins>
</build>
</project>
1 change: 0 additions & 1 deletion pass-grant-loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
</plugin>

</plugins>
</build>
</project>
1 change: 0 additions & 1 deletion pass-journal-loader/pass-journal-loader-nih/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
</plugin>

</plugins>
</build>
</project>
3 changes: 0 additions & 3 deletions pass-journal-loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@
<artifactId>maven-help-plugin</artifactId>
<version>3.4.0</version>
</plugin>

</plugins>

</build>

</project>
2 changes: 0 additions & 2 deletions pass-nihms-loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@
<artifactId>maven-help-plugin</artifactId>
<version>3.4.0</version>
</plugin>

</plugins>
</build>

</project>
2 changes: 0 additions & 2 deletions pass-notification-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,6 @@
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
</plugin>


</plugins>
</build>
</project>
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
</pluginManagement>

<plugins>

<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand Down Expand Up @@ -133,7 +132,6 @@
<artifactId>maven-dependency-plugin</artifactId>
<version>${maven-dependency-plugin.version}</version>
</plugin>

</plugins>
</build>
</project>

0 comments on commit 54710e0

Please sign in to comment.