From af77911a8496b791fbebf60020e240ec73ac0519 Mon Sep 17 00:00:00 2001 From: Ilkka Seppala Date: Thu, 17 Sep 2015 17:37:27 +0300 Subject: [PATCH] Work on adding the urm plugin to all projects. --- abstract-factory/pom.xml | 46 +++++++++++++++++---------- adapter/pom.xml | 46 +++++++++++++++++---------- async-method-invocation/pom.xml | 46 +++++++++++++++++---------- bridge/pom.xml | 46 +++++++++++++++++---------- builder/pom.xml | 46 +++++++++++++++++---------- business-delegate/pom.xml | 13 ++++++++ callback/pom.xml | 46 +++++++++++++++++---------- chain/pom.xml | 46 +++++++++++++++++---------- command/pom.xml | 46 +++++++++++++++++---------- composite/pom.xml | 46 +++++++++++++++++---------- dao/pom.xml | 46 +++++++++++++++++---------- decorator/pom.xml | 46 +++++++++++++++++---------- dependency-injection/pom.xml | 56 ++++++++++++++++++++------------- double-checked-locking/pom.xml | 44 +++++++++++++++++--------- double-dispatch/pom.xml | 46 +++++++++++++++++---------- event-aggregator/pom.xml | 13 ++++++++ execute-around/pom.xml | 46 +++++++++++++++++---------- facade/pom.xml | 46 +++++++++++++++++---------- factory-method/pom.xml | 46 +++++++++++++++++---------- fluentinterface/pom.xml | 51 +++++++++++++++++++----------- flux/pom.xml | 50 +++++++++++++++++++---------- flyweight/pom.xml | 46 +++++++++++++++++---------- front-controller/pom.xml | 13 ++++++++ half-sync-half-async/pom.xml | 46 +++++++++++++++++---------- intercepting-filter/pom.xml | 46 +++++++++++++++++---------- interpreter/pom.xml | 46 +++++++++++++++++---------- iterator/pom.xml | 46 +++++++++++++++++---------- pom.xml | 30 ++++++++++++++++++ 28 files changed, 800 insertions(+), 390 deletions(-) diff --git a/abstract-factory/pom.xml b/abstract-factory/pom.xml index ddb7e7b9d..0f4e3c4a2 100644 --- a/abstract-factory/pom.xml +++ b/abstract-factory/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - abstract-factory - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + abstract-factory + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.abstractfactory + + + + + diff --git a/adapter/pom.xml b/adapter/pom.xml index 74a58de92..9af25c323 100644 --- a/adapter/pom.xml +++ b/adapter/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - adapter - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + adapter + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.adapter + + + + + diff --git a/async-method-invocation/pom.xml b/async-method-invocation/pom.xml index 2a5010b74..efa9991ec 100644 --- a/async-method-invocation/pom.xml +++ b/async-method-invocation/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - async-method-invocation - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + async-method-invocation + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.async.method.invocation + + + + + diff --git a/bridge/pom.xml b/bridge/pom.xml index 947fa2c60..0c9a88aad 100644 --- a/bridge/pom.xml +++ b/bridge/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - bridge - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + bridge + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.bridge + + + + + diff --git a/builder/pom.xml b/builder/pom.xml index 65997c9e6..15c46e188 100644 --- a/builder/pom.xml +++ b/builder/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - builder - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + builder + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.builder + + + + + diff --git a/business-delegate/pom.xml b/business-delegate/pom.xml index 482d59fab..534f85268 100644 --- a/business-delegate/pom.xml +++ b/business-delegate/pom.xml @@ -16,4 +16,17 @@ test + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.business.delegate + + + + + diff --git a/callback/pom.xml b/callback/pom.xml index f8cf6babf..24a56414a 100644 --- a/callback/pom.xml +++ b/callback/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - callback - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + callback + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.callback + + + + + diff --git a/chain/pom.xml b/chain/pom.xml index ebae620d6..a697e79f5 100644 --- a/chain/pom.xml +++ b/chain/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - chain - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + chain + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.chain + + + + + diff --git a/command/pom.xml b/command/pom.xml index 401acba32..98bf8eb89 100644 --- a/command/pom.xml +++ b/command/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - command - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + command + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.command + + + + + diff --git a/composite/pom.xml b/composite/pom.xml index ca4daaaad..6637c04fe 100644 --- a/composite/pom.xml +++ b/composite/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - composite - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + composite + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.composite + + + + + diff --git a/dao/pom.xml b/dao/pom.xml index a7a5c74ca..ab1b48805 100644 --- a/dao/pom.xml +++ b/dao/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - dao - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + dao + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.dao + + + + + diff --git a/decorator/pom.xml b/decorator/pom.xml index 57946b711..82a9176b4 100644 --- a/decorator/pom.xml +++ b/decorator/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - decorator - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + decorator + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.decorator + + + + + diff --git a/dependency-injection/pom.xml b/dependency-injection/pom.xml index a6780cb20..08a9ce767 100644 --- a/dependency-injection/pom.xml +++ b/dependency-injection/pom.xml @@ -1,23 +1,37 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - dependency-injection - - - junit - junit - test - - - com.google.inject - guice - 4.0 - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + dependency-injection + + + junit + junit + test + + + com.google.inject + guice + 4.0 + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.dependency.injection + + + + + diff --git a/double-checked-locking/pom.xml b/double-checked-locking/pom.xml index 46d4a70f0..572ffc63d 100644 --- a/double-checked-locking/pom.xml +++ b/double-checked-locking/pom.xml @@ -1,16 +1,30 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - double-checked-locking - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + double-checked-locking + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.doublechecked.locking + + + + + diff --git a/double-dispatch/pom.xml b/double-dispatch/pom.xml index 5f16635f6..1d124cfef 100644 --- a/double-dispatch/pom.xml +++ b/double-dispatch/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - double-dispatch - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + double-dispatch + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.doubledispatch + + + + + diff --git a/event-aggregator/pom.xml b/event-aggregator/pom.xml index 1c9a3b626..179bb4841 100644 --- a/event-aggregator/pom.xml +++ b/event-aggregator/pom.xml @@ -14,4 +14,17 @@ test + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.event.aggregator + + + + + diff --git a/execute-around/pom.xml b/execute-around/pom.xml index 7d806337b..052aca7f1 100644 --- a/execute-around/pom.xml +++ b/execute-around/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - execute-around - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + execute-around + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.execute.around + + + + + diff --git a/facade/pom.xml b/facade/pom.xml index 17d3d707c..c58fc6224 100644 --- a/facade/pom.xml +++ b/facade/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - facade - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + facade + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.facade + + + + + diff --git a/factory-method/pom.xml b/factory-method/pom.xml index 81072a4f9..b0fddf20f 100644 --- a/factory-method/pom.xml +++ b/factory-method/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - factory-method - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + factory-method + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.factory.method + + + + + diff --git a/fluentinterface/pom.xml b/fluentinterface/pom.xml index be8ab8039..ce1d1e5d7 100644 --- a/fluentinterface/pom.xml +++ b/fluentinterface/pom.xml @@ -1,20 +1,35 @@ - - - java-design-patterns - com.iluwatar - 1.6.0 - - 4.0.0 + + + java-design-patterns + com.iluwatar + 1.6.0 + + 4.0.0 - fluentinterface - - - junit - junit - test - - - \ No newline at end of file + fluentinterface + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.fluentinterface + com.iluwatar.fluentinterface.fluentiterable + com.iluwatar.fluentinterface.fluentiterable.lazy + com.iluwatar.fluentinterface.fluentiterable.simple + + + + + + diff --git a/flux/pom.xml b/flux/pom.xml index 3efccbfa4..45ba45c37 100644 --- a/flux/pom.xml +++ b/flux/pom.xml @@ -1,18 +1,36 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - flux - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + flux + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.flux.action + com.iluwatar.flux.app + com.iluwatar.flux.dispatcher + com.iluwatar.flux.store + com.iluwatar.flux.view + + + + + diff --git a/flyweight/pom.xml b/flyweight/pom.xml index 54ca5bef2..72bd1e736 100644 --- a/flyweight/pom.xml +++ b/flyweight/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - flyweight - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + flyweight + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.flyweight + + + + + diff --git a/front-controller/pom.xml b/front-controller/pom.xml index a554186f3..cb8061c34 100644 --- a/front-controller/pom.xml +++ b/front-controller/pom.xml @@ -16,4 +16,17 @@ test + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.front.controller + + + + + diff --git a/half-sync-half-async/pom.xml b/half-sync-half-async/pom.xml index 94c12d797..e46719322 100644 --- a/half-sync-half-async/pom.xml +++ b/half-sync-half-async/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - half-sync-half-async - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + half-sync-half-async + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.halfsynchalfasync + + + + + diff --git a/intercepting-filter/pom.xml b/intercepting-filter/pom.xml index 35ebd9f59..9040c5d40 100644 --- a/intercepting-filter/pom.xml +++ b/intercepting-filter/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - intercepting-filter - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + intercepting-filter + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.intercepting.filter + + + + + diff --git a/interpreter/pom.xml b/interpreter/pom.xml index 8583464d3..f779bf54c 100644 --- a/interpreter/pom.xml +++ b/interpreter/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - interpreter - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + interpreter + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.interpreter + + + + + diff --git a/iterator/pom.xml b/iterator/pom.xml index da5040dce..cb2be87bc 100644 --- a/iterator/pom.xml +++ b/iterator/pom.xml @@ -1,18 +1,32 @@ - - 4.0.0 - - com.iluwatar - java-design-patterns - 1.6.0 - - iterator - - - junit - junit - test - - + + 4.0.0 + + com.iluwatar + java-design-patterns + 1.6.0 + + iterator + + + junit + junit + test + + + + + + com.iluwatar + urm-maven-plugin + + + com.iluwatar.iterator + + + + + diff --git a/pom.xml b/pom.xml index 2da35eb46..933da8ee2 100644 --- a/pom.xml +++ b/pom.xml @@ -159,10 +159,40 @@ + + + com.iluwatar + + urm-maven-plugin + + + [1.0.0,) + + + map + + + + + + + + com.iluwatar + urm-maven-plugin + 1.0.0 + + + process-classes + + map + + + +