Move urm plugin configuration to parent pom.xml

This commit is contained in:
Ilkka Seppälä
2016-08-07 22:43:29 +03:00
parent ae212dec7e
commit d149c34307
59 changed files with 18 additions and 1361 deletions

View File

@ -16,27 +16,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.iluwatar</groupId>
<artifactId>urm-maven-plugin</artifactId>
<configuration>
<packages>
<param>com.iluwatar.privateclassdata</param>
</packages>
<ignores>
<param>com.iluwatar.privateclassdata.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>private-class-data</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>