Merge branch 'master' into event-sourcing
This commit is contained in:
8
pom.xml
8
pom.xml
@ -144,7 +144,7 @@
|
||||
<module>marker</module>
|
||||
<module>cqrs</module>
|
||||
<module>event-sourcing</module>
|
||||
|
||||
<module>data-transfer-object</module>
|
||||
</modules>
|
||||
|
||||
<dependencyManagement>
|
||||
@ -461,6 +461,12 @@
|
||||
<skipForProjects>
|
||||
<!-- skip for parent project -->
|
||||
<param>java-design-patterns</param>
|
||||
<param>singleton</param>
|
||||
<param>factory-method</param>
|
||||
<param>abstract-factory</param>
|
||||
<param>builder</param>
|
||||
<param>prototype</param>
|
||||
<param>adapter</param>
|
||||
</skipForProjects>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
Reference in New Issue
Block a user