diff --git a/simian/plugin.jelly b/simian/plugin.jelly index 3a749dab..a6c02831 100644 --- a/simian/plugin.jelly +++ b/simian/plugin.jelly @@ -127,45 +127,49 @@

${simLog.copyright1}

${simLog.copyright2}

- +
+ - + - + - + - + - + - + - + +
Similarity threshold (lines)Similarity threshold (lines) ${maven.simian.linecount}
Total number of duplicate linesTotal number of duplicate lines ${simLog.totalDuplicateLineCount}
Total number of duplicate blocksTotal number of duplicate blocks ${simLog.blockCount}
Total number of files with duplicatesTotal number of files with duplicates ${simLog.fileWithDuplicateCount}
Total number of processed linesTotal number of processed lines ${simLog.loc}
Total number of processed filesTotal number of processed files ${simLog.fileParseCount}
Scan timeScan time ${simLog.time}
+
diff --git a/simian/xdocs/changes.xml b/simian/xdocs/changes.xml index 0ee42cf5..c775def0 100644 --- a/simian/xdocs/changes.xml +++ b/simian/xdocs/changes.xml @@ -9,6 +9,9 @@ + + Apply MPSIMIAN-4. Fix HTML. + Allow classes to be included/excluded.