mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
add maven plugin to pom.xml
This commit is contained in:
parent
a9fece6bab
commit
e75740a794
1 changed files with 5 additions and 1 deletions
4
pom.xml
4
pom.xml
|
@ -143,6 +143,10 @@
|
|||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin> <!-- sonarsource -->
|
||||
<groupId>org.sonarsource.scanner.maven</groupId>
|
||||
<artifactId>sonar-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
|
|
Loading…
Reference in a new issue