Work on adding the urm plugin to all projects.

This commit is contained in:
Ilkka Seppala
2015-09-17 17:37:27 +03:00
parent 570a30099e
commit af77911a84
28 changed files with 800 additions and 390 deletions

View File

@ -14,4 +14,17 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.iluwatar</groupId>
<artifactId>urm-maven-plugin</artifactId>
<configuration>
<packages>
<param>com.iluwatar.event.aggregator</param>
</packages>
</configuration>
</plugin>
</plugins>
</build>
</project>