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

building native library from maven via autotools #29

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 13, 2021

  1. Separated native and java profiles in pom.xml

    By default, both profiles are activated. (nothig == -Pjava,natives
    You can run -Pjava if you wish to build only java part (eg call from make)
    -Pnatives can not be run alone.
    I had left headers generation in java part for several reasons:
     - it is javac call
     - it would require duplication of maven-compile rplugin declaration
       (move of javc -h configuration)
     - once the crosscompilation is added, that would require another
       triplication f maven compiler plugin and duplication of java -h
       configuration
    judovana committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    9e97ef1 View commit details
    Browse the repository at this point in the history
  2. Reformated pom.xml to acomodate profile indentation

    This is intentional separate chnage, otherwise the refactoring form previous
    commit will be unreadable
    judovana committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    eb91a59 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    cf647ad View commit details
    Browse the repository at this point in the history