mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
added goal to copy statcvs results from rootdir to doc. Used in automated build.
This commit is contained in:
parent
ec80ae22c1
commit
e40f8c89ca
@ -43,4 +43,11 @@
|
||||
<attainGoal name="dashboard:report-single"/>
|
||||
</postGoal>
|
||||
|
||||
<goal name="copystatcvs">
|
||||
<ant:mkdir dir="${rootdir}/doc/target/generated-xdocs/statcvs"/>
|
||||
<ant:move todir="${rootdir}/doc/target/generated-xdocs/statcvs">
|
||||
<ant:fileset dir="${rootdir}/target/generated-xdocs/statcvs"/>
|
||||
</ant:move>
|
||||
</goal>
|
||||
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user