Reputation: 394
The problem is that the jsps that are included in other files fail to compile during precompilation because the necessary import statements exist only on the page that includes them. Is there a way to avoid compiling certain pages during appc goal of weblogic-maven-plugin or to make maven understand where the import statement is?
Upvotes: 1
Views: 229
Reputation: 394
I found a workaround. I renamed the problematic jsp to jsi in order to avoid compiling them.
Upvotes: 2