File tree Expand file tree Collapse file tree 2 files changed +0
-40
lines changed
src/test/resources-jboss-7.0.2 Expand file tree Collapse file tree 2 files changed +0
-40
lines changed Original file line number Diff line number Diff line change 8888 <scope >test</scope >
8989 </dependency >
9090
91- <!-- jacoco -->
92- <dependency >
93- <groupId >org.jboss.arquillian.extension</groupId >
94- <artifactId >arquillian-jacoco</artifactId >
95- <scope >test</scope >
96- <version >1.0.0.Alpha5</version >
97- </dependency >
98- <dependency >
99- <groupId >org.jacoco</groupId >
100- <artifactId >org.jacoco.core</artifactId >
101- <version >0.6.0.201210061924</version >
102- <scope >test</scope >
103- </dependency >
104-
10591 </dependencies >
10692
107- <build >
108- <plugins >
109- <plugin >
110- <groupId >org.jacoco</groupId >
111- <artifactId >jacoco-maven-plugin</artifactId >
112- <version >0.6.0.201210061924</version >
113- <executions >
114- <execution >
115- <goals >
116- <goal >prepare-agent</goal >
117- </goals >
118- </execution >
119- <execution >
120- <id >report</id >
121- <phase >prepare-package</phase >
122- <goals >
123- <goal >report</goal >
124- </goals >
125- </execution >
126- </executions >
127- </plugin >
128- </plugins >
129- </build >
130-
13193</project >
Original file line number Diff line number Diff line change 2323 <property name =" scriptsToExecuteBeforeTest" >SET REFERENTIAL_INTEGRITY FALSE;</property >
2424 <property name =" scriptsToExecuteAfterTest" >scripts/turn-on-integrity-checks.sql</property >
2525 <property name =" sqlStatementDelimiter" >NEW_LINE</property >
26- <property name =" $JacocoData" >NEW_LINE</property >
2726 </extension >
2827
2928 <extension qualifier =" persistence-dbunit" >
3029 <property name =" datatypeFactory" >org.dbunit.ext.h2.H2DataTypeFactory</property >
31- <property name =" $JacocoData" >NEW_LINE</property >
3230 </extension >
3331
3432 <extension qualifier =" transaction" >
You can’t perform that action at this time.
0 commit comments