提交 d149c343 编写于 作者: I Ilkka Seppälä

Move urm plugin configuration to parent pom.xml

上级 ae212dec
......@@ -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.abstractfactory</param>
</packages>
<ignores>
<param>com.iluwatar.abstractfactory.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>abstract-factory</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.adapter</param>
</packages>
<ignores>
<param>com.iluwatar.adapter.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>adapter</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.async.method.invocation</param>
</packages>
<ignores>
<param>com.iluwatar.async.method.invocation.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>async-method-invocation</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.bridge</param>
</packages>
<ignores>
<param>com.iluwatar.bridge.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>bridge</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.builder</param>
</packages>
<ignores>
<param>com.iluwatar.builder.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>builder</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.business.delegate</param>
</packages>
<ignores>
<param>com.iluwatar.business.delegate.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>business-delegate</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.callback</param>
</packages>
<ignores>
<param>com.iluwatar.callback.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>callback</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.chain</param>
</packages>
<ignores>
<param>com.iluwatar.chain.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>chain</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.command</param>
</packages>
<ignores>
<param>com.iluwatar.command.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>command</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.composite</param>
</packages>
<ignores>
<param>com.iluwatar.composite.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>composite</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.dao</param>
</packages>
<ignores>
<param>com.iluwatar.dao.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>dao</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.decorator</param>
</packages>
<ignores>
<param>com.iluwatar.decorator.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>decorator</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -21,27 +21,4 @@
<version>4.0</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.iluwatar</groupId>
<artifactId>urm-maven-plugin</artifactId>
<configuration>
<packages>
<param>com.iluwatar.dependency.injection</param>
</packages>
<ignores>
<param>com.iluwatar.dependency.injection.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>dependency-injection</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -14,27 +14,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.iluwatar</groupId>
<artifactId>urm-maven-plugin</artifactId>
<configuration>
<packages>
<param>com.iluwatar.doublechecked.locking</param>
</packages>
<ignores>
<param>com.iluwatar.doublechecked.locking.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>double-checked-locking</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.doubledispatch</param>
</packages>
<ignores>
<param>com.iluwatar.doubledispatch.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>double-dispatch</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -14,27 +14,4 @@
<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>
<ignores>
<param>com.iluwatar.event.aggregator.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>event-aggregator</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.execute.around</param>
</packages>
<ignores>
<param>com.iluwatar.execute.around.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>execute-around</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.facade</param>
</packages>
<ignores>
<param>com.iluwatar.facade.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>facade</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.factory.method</param>
</packages>
<ignores>
<param>com.iluwatar.factory.method.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>factory-method</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -16,30 +16,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.iluwatar</groupId>
<artifactId>urm-maven-plugin</artifactId>
<configuration>
<packages>
<param>com.iluwatar.fluentinterface.app</param>
<param>com.iluwatar.fluentinterface.fluentiterable.core</param>
<param>com.iluwatar.fluentinterface.fluentiterable.lazy</param>
<param>com.iluwatar.fluentinterface.fluentiterable.simple</param>
</packages>
<ignores>
<param>com.iluwatar.fluentinterface.app.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>fluentinterface</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -16,31 +16,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.iluwatar</groupId>
<artifactId>urm-maven-plugin</artifactId>
<configuration>
<packages>
<param>com.iluwatar.flux.action</param>
<param>com.iluwatar.flux.app</param>
<param>com.iluwatar.flux.dispatcher</param>
<param>com.iluwatar.flux.store</param>
<param>com.iluwatar.flux.view</param>
</packages>
<ignores>
<param>com.iluwatar.flux.app.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>flux</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.flyweight</param>
</packages>
<ignores>
<param>com.iluwatar.flyweight.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>flyweight</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.front.controller</param>
</packages>
<ignores>
<param>com.iluwatar.front.controller.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>front-controller</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.halfsynchalfasync</param>
</packages>
<ignores>
<param>com.iluwatar.halfsynchalfasync.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>half-sync-half-async</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.intercepting.filter</param>
</packages>
<ignores>
<param>com.iluwatar.intercepting.filter.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>intercepting-filter</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.interpreter</param>
</packages>
<ignores>
<param>com.iluwatar.interpreter.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>interpreter</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.iterator</param>
</packages>
<ignores>
<param>com.iluwatar.iterator.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>iterator</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -33,27 +33,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.iluwatar</groupId>
<artifactId>urm-maven-plugin</artifactId>
<configuration>
<packages>
<param>com.iluwatar.layers</param>
</packages>
<ignores>
<param>com.iluwatar.layers.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar.layers</groupId>
<artifactId>layers</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.lazy.loading</param>
</packages>
<ignores>
<param>com.iluwatar.lazy.loading.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>lazy-loading</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.mediator</param>
</packages>
<ignores>
<param>com.iluwatar.mediator.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>mediator</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.memento</param>
</packages>
<ignores>
<param>com.iluwatar.memento.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>memento</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -24,24 +24,4 @@
<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>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>message-channel</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.model.view.controller</param>
</packages>
<ignores>
<param>com.iluwatar.model.view.controller.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>model-view-controller</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -23,27 +23,4 @@
<version>1.0.2</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.iluwatar</groupId>
<artifactId>urm-maven-plugin</artifactId>
<configuration>
<packages>
<param>com.iluwatar.model.view.presenter</param>
</packages>
<ignores>
<param>com.iluwatar.model.view.presenter.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>model-view-presenter</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.multiton</param>
</packages>
<ignores>
<param>com.iluwatar.multiton.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>multiton</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.nullobject</param>
</packages>
<ignores>
<param>com.iluwatar.nullobject.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>null-object</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.object.pool</param>
</packages>
<ignores>
<param>com.iluwatar.object.pool.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>object-pool</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.observer</param>
</packages>
<ignores>
<param>com.iluwatar.observer.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>observer</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.poison.pill</param>
</packages>
<ignores>
<param>com.iluwatar.poison.pill.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>poison-pill</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -181,19 +181,6 @@
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<groupId>com.iluwatar</groupId>
<artifactId>urm-maven-plugin</artifactId>
<version>${urm.version}</version>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>map</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
......@@ -263,6 +250,24 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.iluwatar</groupId>
<artifactId>urm-maven-plugin</artifactId>
<version>${urm.version}</version>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>map</goal>
</goals>
</execution>
</executions>
<configuration>
<packages>
<param>com.iluwatar</param>
</packages>
</configuration>
</plugin>
</plugins>
</build>
......
......@@ -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>
......@@ -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.property</param>
</packages>
<ignores>
<param>com.iluwatar.property.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>property</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.prototype</param>
</packages>
<ignores>
<param>com.iluwatar.prototype.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>prototype</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.proxy</param>
</packages>
<ignores>
<param>com.iluwatar.proxy.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>proxy</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -16,28 +16,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.iluwatar</groupId>
<artifactId>urm-maven-plugin</artifactId>
<configuration>
<packages>
<param>com.iluwatar.reactor.app</param>
<param>com.iluwatar.reactor.framework</param>
</packages>
<ignores>
<param>com.iluwatar.reactor.app.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>reactor</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -32,27 +32,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.iluwatar</groupId>
<artifactId>urm-maven-plugin</artifactId>
<configuration>
<packages>
<param>com.iluwatar.repository</param>
</packages>
<ignores>
<param>com.iluwatar.repository.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>repository</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.resource.acquisition.is.initialization</param>
</packages>
<ignores>
<param>com.iluwatar.resource.acquisition.is.initialization.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>resource-acquisition-is-initialization</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.servant</param>
</packages>
<ignores>
<param>com.iluwatar.servant.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>servant</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -24,33 +24,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.iluwatar</groupId>
<artifactId>urm-maven-plugin</artifactId>
<configuration>
<packages>
<param>com.iluwatar.servicelayer.app</param>
<param>com.iluwatar.servicelayer.common</param>
<param>com.iluwatar.servicelayer.hibernate</param>
<param>com.iluwatar.servicelayer.magic</param>
<param>com.iluwatar.servicelayer.servicelayer.spell</param>
<param>com.iluwatar.servicelayer.spellbook</param>
<param>com.iluwatar.servicelayer.wizard</param>
</packages>
<ignores>
<param>com.iluwatar.servicelayer.app.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>service-layer</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of 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.servicelocator</param>
</packages>
<ignores>
<param>com.iluwatar.servicelocator.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>service-locator</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.singleton</param>
</packages>
<ignores>
<param>com.iluwatar.singleton.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>singleton</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -16,30 +16,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.iluwatar</groupId>
<artifactId>urm-maven-plugin</artifactId>
<configuration>
<packages>
<param>com.iluwatar.specification.app</param>
<param>com.iluwatar.specification.creature</param>
<param>com.iluwatar.specification.property</param>
<param>com.iluwatar.specification.selector</param>
</packages>
<ignores>
<param>com.iluwatar.specification.app.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>specification</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.state</param>
</packages>
<ignores>
<param>com.iluwatar.state.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>state</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -15,27 +15,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.iluwatar</groupId>
<artifactId>urm-maven-plugin</artifactId>
<configuration>
<packages>
<param>com.iluwatar.stepbuilder</param>
</packages>
<ignores>
<param>com.iluwatar.stepbuilder.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>step-builder</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.strategy</param>
</packages>
<ignores>
<param>com.iluwatar.strategy.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>strategy</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.templatemethod</param>
</packages>
<ignores>
<param>com.iluwatar.templatemethod.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>template-method</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.threadpool</param>
</packages>
<ignores>
<param>com.iluwatar.threadpool.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>thread-pool</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.tolerantreader</param>
</packages>
<ignores>
<param>com.iluwatar.tolerantreader.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>tolerant-reader</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
......@@ -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.visitor</param>
</packages>
<ignores>
<param>com.iluwatar.visitor.App</param>
</ignores>
</configuration>
<dependencies>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>visitor</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册