Hello everyone.
I have a Jenkins project, with build in Maven for an IBM WebSphere Application Server.
I added the WebSphere Deployer Plugin to my Jenkins.
Assigns the WebSphere environment parameters (IP, user, password, application name, ear / war path, deployment targets).


In my jenkins project, I'm trying to add a library (JAVAX-WS.jar) because I do not want to use the WebSphere library, and for that, I've added an environment variable in WSphere (WebSphere -> Environment -> Shared Library).

I would like to know if there is any way to add the library reference to my deploy in JENKINS, without having to manually in WebSphere in Shared Library after deploy.

I have already tried to put the library name in the "Shared Lib Name" field in the WebSphere Deployer plugin.
My expected result after deploy:

Thanks if anyone can give me an idea.