Update pom.xml

This commit is contained in:
Andrew Pitt 2020-03-17 09:32:44 -04:00 committed by GitHub
parent 0c555ee0f1
commit 725343fb3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

41
pom.xml
View file

@ -143,25 +143,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco.version}</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>prepare-package</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- Spring Boot Actuator displays build-related information if a git.properties
file is present at the classpath -->
@ -267,26 +248,4 @@
</license>
</licenses>
<repositories>
<repository>
<id>nexus</id>
<name>Nexus</name>
<url>http://nexus.cicd.svc.cluster.local:8081/content/groups/public</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>nexus</id>
<name>Nexus</name>
<url>http://nexus.cicd.svc.cluster.local:8081/content/groups/public</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>