Hi,
I should distribute a maven project which requires some libs at runtime not contained in a maven repos. What best practices should I follow? I think it's a common problem; not all projects are "mavenized" (yet).
1. distribute these libs and suggest to use mvn install:install-file ?
2. put libs in a /lib directory and use dependency system-scope inside the pom.xml ? but this requires an absolute path, and I don't know where the user put the project.

Any suggestion?

Thank you,
nicola

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to