File tree Expand file tree Collapse file tree 5 files changed +2
-2
lines changed
templates/project-multi-modules Expand file tree Collapse file tree 5 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments