Skip to content

Support for paths in summary files and per-directory summary files#32

Open
fr-jon wants to merge 2 commits into
nicoulaj:masterfrom
fr-jon:master
Open

Support for paths in summary files and per-directory summary files#32
fr-jon wants to merge 2 commits into
nicoulaj:masterfrom
fr-jon:master

Conversation

@fr-jon

@fr-jon fr-jon commented Apr 28, 2015

Copy link
Copy Markdown

Single summary files currently write filenames rather than pathnames. When a directory tree contains multiple files by the same name this results in conflicting entries in the summary file. This is easily avoided by recording the full pathname of each file in the summary.

Execution of this plugin illuminates an issue with storing pathnames in that the path can contain more detail, i.e. higher parts of the tree, than desired. This changeset includes support for 'summaryRoot', a path segment, which is removed from each pathname when writing to the summary file.

The traditional storage of checksums is in the form of a single summary file per directory. Oddly this plugin supported only 1:1 checksum files and a 1:all summary file. This changeset adds support for a per-directory summary file, presently only in CSV form.

fr-jon and others added 2 commits April 28, 2015 14:23
… than filename) in summary files. Support truncation of pathnames in summary files from a base path.
@buildhive

Copy link
Copy Markdown

Julien Nicoulaud » checksum-maven-plugin #25 SUCCESS
This pull request looks good
(what's this?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants