Initial folder setup
This commit is contained in:
Ashish Trivedi
2020-07-19 15:30:30 +05:30
parent 61dfa50822
commit 58b98c54e5
2 changed files with 19 additions and 1 deletions

View File

@ -192,6 +192,7 @@
<module>leader-followers</module>
<module>strangler</module>
<module>arrange-act-assert</module>
<module>transaction-script</module>
</modules>
<repositories>
@ -377,6 +378,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M3</version>
<configuration>
<!--suppress UnresolvedMavenProperty -->
<argLine>-Xmx1024M ${argLine}</argLine>
</configuration>
</plugin>
@ -474,6 +476,7 @@
</properties>
<skipExistingHeaders>true</skipExistingHeaders>
<headerDefinitions>
<!--suppress UnresolvedMavenProperty -->
<headerDefinition>${projectRoot}${file.separator}license-plugin-header-style.xml</headerDefinition>
</headerDefinitions>
<mapping>
@ -550,4 +553,4 @@
</plugins>
</reporting>
</project>
</project>