michael-o commented on code in PR #62: URL: https://github.com/apache/maven-jxr/pull/62#discussion_r930993184
########## maven-jxr-plugin/src/it/settings.xml: ########## @@ -60,18 +46,10 @@ under the License. <enabled>true</enabled> </snapshots> </pluginRepository> - <pluginRepository> - <id>apache.snapshots</id> - <name>Apache Snapshot Repository</name> - <url>http://repository.apache.org/content/groups/snapshots/</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </pluginRepository> </pluginRepositories> </profile> </profiles> + <activeProfiles> + <activeProfile>it-repo</activeProfile> + </activeProfiles> </settings> Review Comment: Interesting, in other plugins I haven't seen it. Did you check the time difference actually? -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org