michael-o commented on code in PR #419: URL: https://github.com/apache/maven/pull/419#discussion_r1215286659
########## apache-maven/src/assembly/maven/conf/settings.xml: ########## @@ -166,6 +166,32 @@ under the License. </mirror> </mirrors> + <repositories> + <repository> + <id>central</id> + <name>Central Repository</name> + <url>https://repo.maven.apache.org/maven2</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + </repositories> + + <pluginRepositories> + <pluginRepository> + <id>central</id> + <name>Central Repository</name> + <url>https://repo.maven.apache.org/maven2</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + <releases> + <updatePolicy>never</updatePolicy> + </releases> + </pluginRepository> Review Comment: Why is this policy not on the repo as well? ########## apache-maven/src/assembly/maven/conf/settings.xml: ########## @@ -257,9 +283,11 @@ under the License. <!-- activeProfiles | List of profiles that are active for all builds. | + --> <activeProfiles> - <activeProfile>alwaysActiveProfile</activeProfile> - <activeProfile>anotherAlwaysActiveProfile</activeProfile> + <activeProfile>maven:core:central-repo</activeProfile> Review Comment: @gnodet, this is redudant now, no? -- 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