Hi I tryed to compile it with maven (JDK17) and it failed with:
<failure message="Multiple Failures (1 failure) org.opentest4j.AssertionFailedError: expected: <true> but was: <false>" type="org.opentest4j.MultipleFailuresError"><![CDATA[org.opentest4j.MultipleFailuresError:
Multiple Failures (1 failure)
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
at com.mornati.sample.service.PluginServiceTests.testExtraPackageConfiguration(PluginServiceTests.java:43)
]]></failure>
I looked out that the packages the one finds are:
com.mornati.sample.config,com.mornati.sample.controllers,com.mornati.sample.dto,com.mornati.sample.service,com.mornati.sample
So I think the common module is missing? I see the reference in the core-s pom.xml. but for some reason it dies not find it. I have not made any changes to the code here.
I run it on windows, so maybe it is some OS issue. Or something with locale that causes the common module not to be found?
If I ignore the tests and try to run it anyway then the example plugin fails for the same reason, ie can't find it's deps from common.
Hi I tryed to compile it with maven (JDK17) and it failed with:
I looked out that the packages the one finds are:
com.mornati.sample.config,com.mornati.sample.controllers,com.mornati.sample.dto,com.mornati.sample.service,com.mornati.sample
So I think the common module is missing? I see the reference in the core-s pom.xml. but for some reason it dies not find it. I have not made any changes to the code here.
I run it on windows, so maybe it is some OS issue. Or something with locale that causes the common module not to be found?
If I ignore the tests and try to run it anyway then the example plugin fails for the same reason, ie can't find it's deps from common.