Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
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.
Attachments
Attachments
Issue Links
- breaks
-
ACCUMULO-1506 update class references to work out of assemble/target... path
- Resolved
- is related to
-
ACCUMULO-1370 tweak rat check excludes to work on a configured workspace
- Resolved
-
ACCUMULO-1396 Add hidden configuration option for adding target/classes/* to classpath for developers
- Resolved
- supercedes
-
ACCUMULO-1370 tweak rat check excludes to work on a configured workspace
- Resolved
1.
|
Remove unnecessary svn:ignore items | Resolved | Christopher Tubbs | |
2.
|
Require license checks on every build | Resolved | Christopher Tubbs | |
3.
|
Clean-up/Simplify .gitignore | Resolved | Christopher Tubbs |