Search code examples
codenameone

Create Codename One Form in Maven


I migrated my project to Maven and noticed that right click -> New -> Codename One Resource file/Container/Dialog/Form is not there anymore. This is what I have now: enter image description here

Where did it move?

Thanks a lot.


Solution

  • There is a maven goal for this but it isn't exposed in the GUI. https://shannah.github.io/codenameone-maven-manual/#create-gui-form

    Basic usage:

    mvn cn1:create-gui-form -DclassName=com.example.MyForm