add another project with examples #91
Replies: 3 comments 2 replies
-
ideally that would be a sub project of a multi module but then it could break things so for easier management, just create anotherproject. If you feel like it, later on you can create jcodemodel-root (pom project) that contains the jcodemodel and jcodemodel-examples sub modules. |
Beta Was this translation helpful? Give feedback.
-
what ? why ? You just need to add in the pom a request to the exec plugin …
It tells maven two things :
The issue is that my class is actually in a jar as dependency so already compiled during the generate-sources phases, while local classes are not yet. I guess using the generate-test-classes phase (https://maven.apache.org/ref/3.6.3/maven-core/lifecycles.html#default_Lifecycle ) would be better , but then we should place the test classes in src/test/java ? Maybe that would be enough :
|
Beta Was this translation helpful? Give feedback.
-
indeed I think there can be an issue if the JDK is not installed on the client OS. |
Beta Was this translation helpful? Give feedback.
-
followup to #88
maybe get another repository dedicated to examples.
The rep would be
jcodemodel-examples
Beta Was this translation helpful? Give feedback.
All reactions