Why weblogic-maven-plugin doesn't work with goal appc?
Hi,
I'm not sure if this is the right place for this post...
We are using WebLogic 12.2.1.4 and have a quiet old application running on it. Java runtime is JDK 1.8.0_351.
The build and packaging for the application is done with ANT. Our goal is to migrate it to Maven. The compile and test was successfully migrated but now we need to package it. In first step I want to build the jar (and ejb) archives with Maven, the war archives and ear is still packaged with ANT.
With ANT we was using the weblogic.appc task and now I tried to use the Maven equivalent weblogic-maven-plugin with goal appc. Unfortunately this isn't working :-(