Commented out "risky" references of third-party Maven repositories
This commit is contained in:
parent
69a8b14a6f
commit
370ee44667
9
pom.xml
9
pom.xml
@ -184,6 +184,12 @@
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<!--
|
||||
These additions were introduced with #2711, #2287 by Ben Manes
|
||||
Sonatype strongly recommends not to reference any third-party
|
||||
Maven repositories from artefact published to Maven Central.
|
||||
|
||||
There must be another way to solve these issues:
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>maven-central</id>
|
||||
@ -204,7 +210,8 @@
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
-->
|
||||
|
||||
<build>
|
||||
<defaultGoal>deploy</defaultGoal>
|
||||
<finalName>${project.artifactId}-${project.version}</finalName>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user