[
https://issues.apache.org/jira/browse/ACCUMULO-935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher Tubbs updated ACCUMULO-935:
---------------------------------------
Affects Version/s: (was: 1.6.0)
> Run/Assemble Accumulo from Maven outside the source tree
> --------------------------------------------------------
>
> Key: ACCUMULO-935
> URL: https://issues.apache.org/jira/browse/ACCUMULO-935
> Project: Accumulo
> Issue Type: Improvement
> Components: build
> Reporter: Christopher Tubbs
> Assignee: Christopher Tubbs
> Labels: documentaion
> Fix For: 1.6.0
>
> Attachments:
> ACCUMOLO-935_update_readme_with_DEV_ACCUMULO_HOME_info.patch
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> Too much of Accumulo's build runs directly out of the project directories,
> including some in directories designated as "src". Temporary files are
> sometimes created outside the source directories during unit tests, and other
> issues. This has caused us to jump through hoops to exclude these temporary
> files during version control, packaging, and assembly. Instead of jumping
> through these hoops, we can make sure everything created by the build,
> including running Accumulo directly out of one's workspace is all done from a
> Maven /target directory or a user-specified external directory. This will
> simplify our svn:ignore and .gitignore configuration, as well as make it
> easier to package and assemble only the pieces we want to include, rather
> than include a bunch of exceptions in the Maven build configuration.
--
This message was sent by Atlassian JIRA
(v6.2#6252)