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

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -