Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

If you have compiled with additional flags (ex: -P awsapi -Dnonoss), you can get them packaged into the DEB by exporting those flags into the ACS_BUILD_OPTS prior to running dpkg-buildpackage.

Example:

mvn clean install -P deps -P awsapi -Dnonoss; export ACS_BUILD_OPTS="-P awsapi -Dnonoss"; dpkg-buildpackage

...