We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It may sometimes be preferable to fork a new process for the execution of the goals
The text was updated successfully, but these errors were encountered:
If understand correctly it will allow me to do something like the following to add native library, the same I can do it in maven clojure plugin.
<configuration> <systemPropertyVariables> <java.library.path>${project.build.directory}/lib</java.library.path> </systemPropertyVariables> </configuration>
Sorry, something went wrong.
I think native library support is an orthogonal issue.
See perhaps http://buildanddeploy.com/node/14 (via http://stackoverflow.com/questions/1220386/maven2-dependencies-and-native-libraries)
No branches or pull requests
It may sometimes be preferable to fork a new process for the execution of the goals
The text was updated successfully, but these errors were encountered: