ctubbsii commented on a change in pull request #1074: Update Fluo to build
against Accumulo 2.0.0 RC2
URL: https://github.com/apache/fluo/pull/1074#discussion_r311138098
##########
File path: pom.xml
##########
@@ -254,27 +254,13 @@
</dependency>
</dependencies>
</dependencyManagement>
- <pluginRepositories>
- <!--
- needed for accumulo-maven-plugin SNAPSHOT version
- see PR apache/maven-apache-parent#1
- -->
- <pluginRepository>
- <releases>
- <enabled>false</enabled>
- </releases>
- <id>apache.snapshots</id>
- <name>Apache Snapshot Repository</name>
- <url>https://repository.apache.org/snapshots</url>
- </pluginRepository>
- </pluginRepositories>
Review comment:
You shouldn't normally depend on snapshots. But leaving this section in the
pom can help when, during development, you want or need to. This is why it was
being added to the parent pom. An updated version of the parent pom just hasn't
been released yet.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services