|
||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

If i ran sloccount with the following command:
[ -d slocdata ] || mkdir slocdata
/usr/bin/sloccount --datadir slocdata --duplicates --wide --details "$WORKSPACE/src"/* --multiproject >"$WORKSPACE/sloccount.sc"
on a multimodul maven project checked out to $WORKSPACE/src.
I've got a sloccount.sc containing (splited) information for every modul of this project.
I think the author want to see the sloccount on every modul page.
This will be a great feature.