For a maven project that builds an EJB jar and would like to deploy it to liberty using ejbApplication, liberty:dev currently results in the following message:
Skipping module ejbLite-4.0-ee10-jar-ann-test-app which is not included in this invocation of dev mode.
Attempting to use liberty:start will start the sever, but none of the features specified in server.xml are found.
Would be nice if liberty:dev mode supported standalone EJB jar modules.
For an example project see:
https://github.ibm.com/websphere/project-london/tree/main/sample-apps/ejbLite-4.0-ee10-jar-ann-test-app