Commented out "risky" references of third-party Maven repositories

This commit is contained in:
Lukas Eder 2013-08-27 11:38:14 +02:00
parent 69a8b14a6f
commit 370ee44667

View File

@ -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>