Hello everybody,
I wonder if anyone succeeded in adding files to the stats that are not handled by maven.
In my svn I have this setup
/
adminFrontend/...
backend/...
userFrontend/...
in backend I have my maven project which is a java project, so backend looks like
backend/
src/main/...
src/test/...
pom.xml
so, to build the stats I cd to the backend subdir and execute mvn site. Works nicely, but it only includes files which are in the backend/src/ subdirectory (since that is the dir that maven uses to build my project)
I would also like to have the statistics to include the adminFrontend and userFrontend projects, which are php and objectiveC files. Any idea how to accomplish that?
Thanks,
Andre
|