maven-nar / nar-maven-plugin

Native ARchive plugin for Maven
https://maven-nar.github.io/
Apache License 2.0
232 stars 160 forks source link

Add 'sharedObjectName' flag to enable shared archives on AIX #311

Closed garlockchristopher closed 6 years ago

garlockchristopher commented 6 years ago

This enhancement will allow users to build shared archives out of their shared library projects. By setting the sharedObjectName property users will set the name of the shared object file which will be added to a shared archive using the output file naming rules before being added to nar file. I also added a test and documentation for this flag as well as two more flags which were recently added but not documented.

ctrueden commented 6 years ago

Thanks @garlockchristopher. And again sorry for the delay.

The commit message and author were strange, so I rewrote it with you as author, and a commit message based on your narrative from this PR. Then I cherry-picked it to master as ffe006d21c0c6bdc8105f10d4104e702e448e0c8. Therefore, the content of this PR is now merged! :beers: