inheritence woes

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115400 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-05-25 07:05:46 +00:00
parent 144275c14e
commit 852f07e9ff
3 changed files with 6 additions and 3 deletions

View File

@ -17,3 +17,6 @@
# -------------------------------------------------------------------
# P R O J E C T P R O P E R T I E S
# -------------------------------------------------------------------
# use default - need to override in case called from a reactor
maven.checkstyle.properties =

View File

@ -30,7 +30,7 @@
<goal name="fixture">
<!-- Setup -->
<j:set var="goal" value="clean"/>
<j:set var="goal" value="clean"/>
<attainGoal name="multiproject:goal"/>
<!-- Call goal to test -->
@ -53,4 +53,4 @@
<assert:assertEquals expected="4" value="${count.intValue().toString()}"/>
</goal>
</project>
</project>

View File

@ -41,4 +41,4 @@ maven.dashboard.aggregators = csall,cserrors,cswarnings,clovertpc,cloverloc,clov
# Make sure that an XML report is generated whenever Clover is run. Also
# inherited by the subprojects.
maven.clover.report.xml = true
maven.junit.fork=true
maven.junit.fork=true