Put back ‘snapshots’ as an id

This commit is contained in:
Dmitry 2017-05-08 13:14:38 -07:00
parent efdcee6025
commit 6960059508

11
pom.xml
View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId>
@ -305,7 +306,7 @@
<version>3.0</version>
<configuration>
<compilerArguments>
<Xlint />
<Xlint/>
</compilerArguments>
<verbose>true</verbose>
<source>${java.version}</source>
@ -382,7 +383,7 @@
<artifactId>cobertura-maven-plugin</artifactId>
<version>${cobertura.version}</version>
<configuration>
<check />
<check/>
</configuration>
<executions>
<execution>
@ -412,7 +413,7 @@
<formats>
<format>html</format>
</formats>
<check />
<check/>
</configuration>
</plugin>
</plugins>
@ -420,7 +421,7 @@
<distributionManagement>
<snapshotRepository>
<id>nexus</id>
<id>snapshots</id>
<url>http://nexus:8081/nexus/content/repositories/snapshots</url>
</snapshotRepository>
<repository>