When I set the source module type for a project with a single module using the following code in the constructor arguments[1][constants.PROP_WAR] = constants.WAR_TYPE_REPO; , I see the INFO messages in both the prompts being called in source-selecting-subgenerator.js.
yo alfresco:model
_-----_
| | .--------------------------.
|--(o)--| | Adding model to boo |
`---------´ | project! |
( _´U`_ ) '--------------------------'
/___A___\
| ~ |
__'.___.'__
´ ` |° ´ Y `
INFO: Using only available source module: org.alfresco:repo-amp:1.0.0-SNAPSHOT:amp:repo:source
INFO: Using only available source module: org.alfresco:repo-amp:1.0.0-SNAPSHOT:amp:repo:source
This is a minor issue.
When I set the source module type for a project with a single module using the following code in the constructor
arguments[1][constants.PROP_WAR] = constants.WAR_TYPE_REPO;
, I see the INFO messages in both the prompts being called in source-selecting-subgenerator.js.