Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Restore changes for debug release failure:
       <!-- build coverage error affter adding eclipse antlr generator
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
           <version>0.8.8</version>
         </plugin>
        -->
  • Loading branch information
bairenlong-sfdc authored Jan 30, 2025
1 parent 7079a61 commit faf1fd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,13 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${springframework.boot.version}</version>
</plugin>
<!-- build coverage error affter adding eclipse antlr generator
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
</plugin>
-->
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit faf1fd0

Please sign in to comment.