We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18f4939 + 16e4c88 commit fac29f7Copy full SHA for fac29f7
grails-shell/src/main/groovy/org/grails/cli/profile/commands/CreateAppCommand.groovy
@@ -521,6 +521,9 @@ class CreateAppCommand extends ArgumentCompletingCommand implements ProfileRepos
521
private void copySkeleton(Profile profile, Profile participatingProfile) {
522
def buildMergeProfileNames = profile.buildMergeProfileNames
523
def excludes = profile.skeletonExcludes
524
+ if (profile == participatingProfile) {
525
+ excludes = []
526
+ }
527
528
AntBuilder ant = new GrailsConsoleAntBuilder()
529
0 commit comments