Add urm plugin to the rest of the projects.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user