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:
parent
144275c14e
commit
852f07e9ff
@ -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 =
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user