jdaugherty commented on code in PR #15710:
URL: https://github.com/apache/grails-core/pull/15710#discussion_r3348971706
##########
grails-shell-cli/src/main/groovy/org/grails/cli/profile/commands/CreateAppCommand.groovy:
##########
@@ -517,6 +517,10 @@ class CreateAppCommand extends ArgumentCompletingCommand
implements ProfileRepos
GrailsGradleRepository repository = new
GrailsGradleRepository(url:
'https://repository.apache.org/content/groups/snapshots', snapshotsOnly: true)
repository.includeOnly('org[.]apache[.](grails|groovy).*', '.*',
'.*-SNAPSHOT')
configuredRepositories.add(repository)
+
+ GrailsGradleRepository sitemeshSnapshots = new
GrailsGradleRepository(url:
'https://central.sonatype.com/repository/maven-snapshots', snapshotsOnly: true)
+ sitemeshSnapshots.includeOnly('org[.]sitemesh.*', '.*',
'.*-SNAPSHOT')
Review Comment:
FYI: We have the filter on all of the other examples in this file.
--
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]