add maven plugin to pom.xml

This commit is contained in:
darefjev44 2024-04-11 21:41:43 +01:00 committed by GitHub
parent a9fece6bab
commit e75740a794
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>
@ -434,4 +438,4 @@
</profile>
</profiles>
</project>
</project>