Skip to content

Commit dc8d276

Browse files
committed
Print test failures to standard out, added modules subsection to site.
1 parent 7d52039 commit dc8d276

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

dddsample/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@
108108
<plugin>
109109
<artifactId>maven-surefire-plugin</artifactId>
110110
<version>2.4.2</version>
111+
<configuration>
112+
<useFile>false</useFile>
113+
</configuration>
111114
</plugin>
112115
</plugins>
113116
</pluginManagement>

dddsample/src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<item name="Patterns Reference" href="patterns-reference.html"/>
2828
<item name="Architecture" href="architecture.html" />
2929
<item name="FAQ" href="faq.html"/>
30-
<!--item name="Case study: Handling" href="handlingEventRegistration.html" /-->
3130
</menu>
3231
<menu ref="reports"/>
32+
<menu ref="modules"/>
3333
</body>
3434
</project>

0 commit comments

Comments
 (0)