When the "web jsf scaffold" is run, the xhtml file gets the same name as the entity option passed in command.
Is there a way to prevent the xhtml file generated from having the same name as the entity when scaffolding using the "web jsf scaffold" command? For example if I use the entity User.java to scaffold using the "web jsf scaffold" command, how can I name the xhtml file generated to be named register.xhtml instead of what I get, viz., user.xhtml.