upload your dll to your internal repo. At build time, use maven-dependency-plugin to copy it ( without version ) to your designated place.
-Dan On 9/14/06, Markus KARG <[EMAIL PROTECTED]> wrote:
We are running Maven 2 and need to use some third party Java component. That component actually is delivered as a windows .dll file, since it is implemented in a native way by JNI. So we do not have the c++ source code but only the .dll. The dll is needed for both, compilation and runtime. How can we tell Maven 2 to add a dependancy on that .dll file in the project using it? Thanks Markus
