Add urm plugin to the rest of the projects.

This commit is contained in:
Ilkka Seppala
2015-09-17 19:22:30 +03:00
parent af77911a84
commit 1496a468c5
31 changed files with 909 additions and 470 deletions

View File

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