-
Bug
-
Resolution: Unresolved
-
Minor
-
None
Problem in Exclusion-Plugin (I can't set it in component?)
Use case
You create a Maven Job in Jenkins in which you assigned some resources.
You restart Jenkins.
In administration panel, the resources from this jobs are not show.
It Seems that the method
//Used to get the current project name
String[] threadName = Executor.currentThread().getName().split(" ");
do not works with Maven Jobs.