ctubbsii commented on code in PR #309:
URL: https://github.com/apache/accumulo-testing/pull/309#discussion_r3502669960
##########
pom.xml:
##########
@@ -121,19 +120,32 @@
<scope>test</scope>
</dependency>
</dependencies>
+ <repositories>
+ <repository>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>https://repository.apache.org/content/repositories/snapshots</url>
+ </repository>
+ </repositories>
Review Comment:
@DomGarguilo The block still needs to be removed. It can be replaced with a
property in the pom.xml that sets `<apache.snapshots>true</apache.snapshots>`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]