What's the best way to include the WebSphere runtimes when building a ear file using Maven? Using ant, I just added the absolute path to the lib directory in the classpath. What I've read on the subject, it seems like people say to use system scoped dependencies. For this, however, I need to include each jar independently (and there is a good number of jars in the WebSphere runtime).
Is there a way to include just the absolute path to all the jars? I don't need these files in the ear file as they will be available on the server when deployed.