In the Maven Standard Directory Layout where do I put Rules Engine files? Specifically, I'm using JBoss Rules (Drools), if that matters.
|
In our project, we just put them in You could also create a separate resource directory like |
|||
|
|
|
If you are not precompiling them in your build (this is the default behaviour), put them under However, if you are using one of the experimental maven plugins and if it supports precompiling and you are precompiling them, then put them under The thing to understand is that |
|||
|
|