vaadin / archetypes

Archetypes for Vaadin platform
https://vaadin.com
4 stars 7 forks source link

Generating Maven vaadin-archetype-widget in Interactive mode skips asking for ComponentClassName #97

Open vaadin-bot opened 8 years ago

vaadin-bot commented 8 years ago

Originally by @enver-haase


[INFO] Using property: ComponentClassName = MyComponent

Why is that?

I keep having to say, NO - don't keep the info, re-type everything as the second time around then I am besing asked for the component's name proper.


Imported from https://dev.vaadin.com/ issue #19636

vaadin-bot commented 8 years ago

Originally by adam.vaadin


I've bumped into this myself and found a Maven issue that is around for quite a while without anyone fixing it https://issues.apache.org/jira/browse/ARCHETYPE-308 As a workaround you could set -DComponentClassName=SomeOtherComponentName to change the default without having to type in all the other properties again.