You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jürgen Weber <ju...@jwi.de> on 2020/08/21 08:04:44 UTC

Resource adapter classes as compile time dependency

Hi,

some message driven EJBs (MDB) have dependencies on classes from
corresponding resource adapter packages (.rar).

At runtime, application servers make the rar classes available to the MDBs.

For compile time, the process goes like this: unpack the needed jars
from the rar, put them into Nexus and add the dependencies to the MDB.
Repeat for each new rar version.

Is there a way (a Maven plugin?) to add the whole rar as compile time
dependency, as application servers do at runtime?

Regards,
Juergen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org