Skip to content
New issue

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

Support a forked execution model for compiling, swank, ritz, etc #1

Open
hugoduncan opened this issue Jul 14, 2011 · 2 comments
Open
Labels

Comments

@hugoduncan
Copy link
Member

It may sometimes be preferable to fork a new process for the execution of the goals

@digash
Copy link

digash commented Jun 6, 2012

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>

@hugoduncan
Copy link
Member Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants