Josh Elser created ACCUMULO-704: ----------------------------------- Summary: Change the target maven lifecycle for user manual pdf creation Key: ACCUMULO-704 URL: https://issues.apache.org/jira/browse/ACCUMULO-704 Project: Accumulo Issue Type: Task Components: docs Affects Versions: 1.5.0 Reporter: Josh Elser Assignee: Josh Elser Priority: Trivial Fix For: 1.5.0
The script to create the user manual pdf is run as a part of the prepare-package lifecycle, which means that any user running `package` or `install` will be forced to have latex installed with the necessary dependencies to build the user manual (see ACCUMULO-702). Remove the user-manual creation from prepare-package and place it somewhere more suitable. Perhaps `site` would make sense, perhaps a special profile would do the trick too. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira