Skip to content

Commit d5df5b7

Browse files
committed
fix modules generation
1 parent 0426432 commit d5df5b7

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

app/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,12 +329,12 @@ module.exports = class extends JavaGenerator {
329329
this.$copyTpl('project-multi', {writeOnceFiles: writeOnceFiles});
330330
// generate modules only once because module would be obviously renamed after initial generation
331331
if (!this.context.updateMode) {
332-
this.$copyTpl('project-multi/bom', {
332+
this.$copyTpl('project-multi-modules/bom', {
333333
writeOnceFiles: writeOnceFiles,
334334
targetFolder: this.modulePrefix + '-bom'
335335
});
336336
const moduleDir = this.modulePrefix + '-' + this.moduleName;
337-
this.$copyTpl('project-multi/module', {
337+
this.$copyTpl('project-multi-modules/module', {
338338
writeOnceFiles: writeOnceFiles,
339339
targetFolder: moduleDir
340340
});
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)