We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d52039 commit dc8d276Copy full SHA for dc8d276
dddsample/pom.xml
@@ -108,6 +108,9 @@
108
<plugin>
109
<artifactId>maven-surefire-plugin</artifactId>
110
<version>2.4.2</version>
111
+ <configuration>
112
+ <useFile>false</useFile>
113
+ </configuration>
114
</plugin>
115
</plugins>
116
</pluginManagement>
dddsample/src/site/site.xml
@@ -27,8 +27,8 @@
27
<item name="Patterns Reference" href="patterns-reference.html"/>
28
<item name="Architecture" href="architecture.html" />
29
<item name="FAQ" href="faq.html"/>
30
- <!--item name="Case study: Handling" href="handlingEventRegistration.html" /-->
31
</menu>
32
<menu ref="reports"/>
+ <menu ref="modules"/>
33
</body>
34
</project>
0 commit comments