How can I register an event spy with a Maven job that is run by a Jenkins? -
i want profile maven builds. maven's event spies make profiling possible (spies listen events). user puts jar file containing event spy in folder maven-3.x.x/lib/ext or uses -dmaven.ext.class.path on command line add jar container classpath.
both approaches work maven command line not jenkins because jenkins seems bypass maven command line logic. therefore, question:
how can register eventspy maven job run jenkins?
Comments
Post a Comment