Building new module in Maven

[quote="Pramanj"]when we create maven project for Ignitionsdk archetypes, module skeleton is generated for 5 projects (gatewaycomm-build, gatewaycomm-common, gatewaycomm-client, gatewaycomm-designer, gatewaycomm-gateway) by default . Where as I am interested in ONLY gatewaycomm-gateway module.

Can I delete the maven projects "common, client & designer", leaving only "gatewaycomm-build, and gatewaycomm-gateway?")?[/quote]

I deleted the ones I didn't want, with no trouble.

Check the version number of your jar. I found that I had to use the three number format: x.y.z
Somewhere in the Ignition docs it does say that three numbers are required.

If you are using IntelliJ IDEA, you may need to wipe the project cache, or reimport the project, after making a change to the project structure. I haven't had to do this in quite a while, though.

Make sure the import statement in your class file matches the path in the file system.