I've created a jenkins job using "Maven 2/3 Project" type. The java project I'm using uses ActiveJDBC which requires a step in instrumentation while compiling.
From the command line the 'mvn package' works correctly and the classes are instrumented correctly for ActiveJDBC.
When run from Jenkins the model classes are instrumented but not included in instrumented model classes. The application fails with "are you sure models have been instrumented?"
Why isn't the jenkins job not including the instrumented classes in the war file?