Adding a sub module to an existing project in maven

Hi Rafa,

I tried adding a new sub project to webservices.rest module for 1.12 to test some scenarios and for some reason the jar file for the 1.12 sub module is missing from the generated .omod file, is there anything special i should configure for it to be included?

Wyclif

Hard to tell without a link to the code.

Can you please provide it?

1 Like

Here is the sub module and i added omod-1.12 as a module to the root pom

Committed missing bits and improvements in:

Added a test resource in:

I haven’t tested if the module actually runs in any version of the webapp.

1 Like

Thanks @raff, i tested things out and it works

1 Like