Skip to content

Commit

Permalink
we do not need those repositories now
Browse files Browse the repository at this point in the history
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
  • Loading branch information
olamy committed Nov 19, 2019
1 parent e89e8ae commit 9ab6a07
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions pom.xml
Expand Up @@ -2175,27 +2175,27 @@
</distributionManagement>

<!-- comment this until if we do not need some Apache maven plugins SNAPSHOT versions -->
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<url>https://repository.apache.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>plexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<!-- <pluginRepositories>-->
<!-- <pluginRepository>-->
<!-- <id>apache.snapshots</id>-->
<!-- <url>https://repository.apache.org/content/repositories/snapshots</url>-->
<!-- <releases>-->
<!-- <enabled>false</enabled>-->
<!-- </releases>-->
<!-- <snapshots>-->
<!-- <enabled>true</enabled>-->
<!-- </snapshots>-->
<!-- </pluginRepository>-->
<!-- <pluginRepository>-->
<!-- <id>plexus-snapshots</id>-->
<!-- <url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>-->
<!-- <releases>-->
<!-- <enabled>false</enabled>-->
<!-- </releases>-->
<!-- <snapshots>-->
<!-- <enabled>true</enabled>-->
<!-- </snapshots>-->
<!-- </pluginRepository>-->
<!-- </pluginRepositories>-->

</project>

0 comments on commit 9ab6a07

Please sign in to comment.