Skip to content

Commit c234ee7

Browse files
committed
Updated to urm 1.2.0-SNAPSHOT. Set the urm plugin ignore configuration for the modules.
1 parent c6aae59 commit c234ee7

File tree

58 files changed

+173
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+173
-1
lines changed

abstract-factory/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<packages>
2626
<param>com.iluwatar.abstractfactory</param>
2727
</packages>
28+
<ignores>
29+
<param>com.iluwatar.abstractfactory.App</param>
30+
</ignores>
2831
</configuration>
2932
</plugin>
3033
</plugins>

adapter/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<packages>
2626
<param>com.iluwatar.adapter</param>
2727
</packages>
28+
<ignores>
29+
<param>com.iluwatar.adapter.App</param>
30+
</ignores>
2831
</configuration>
2932
</plugin>
3033
</plugins>

async-method-invocation/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<packages>
2626
<param>com.iluwatar.async.method.invocation</param>
2727
</packages>
28+
<ignores>
29+
<param>com.iluwatar.async.method.invocation.App</param>
30+
</ignores>
2831
</configuration>
2932
</plugin>
3033
</plugins>

bridge/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<packages>
2626
<param>com.iluwatar.bridge</param>
2727
</packages>
28+
<ignores>
29+
<param>com.iluwatar.bridge.App</param>
30+
</ignores>
2831
</configuration>
2932
</plugin>
3033
</plugins>

builder/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<packages>
2626
<param>com.iluwatar.builder</param>
2727
</packages>
28+
<ignores>
29+
<param>com.iluwatar.builder.App</param>
30+
</ignores>
2831
</configuration>
2932
</plugin>
3033
</plugins>

business-delegate/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<packages>
2626
<param>com.iluwatar.business.delegate</param>
2727
</packages>
28+
<ignores>
29+
<param>com.iluwatar.business.delegate.App</param>
30+
</ignores>
2831
</configuration>
2932
</plugin>
3033
</plugins>

callback/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<packages>
2626
<param>com.iluwatar.callback</param>
2727
</packages>
28+
<ignores>
29+
<param>com.iluwatar.callback.App</param>
30+
</ignores>
2831
</configuration>
2932
</plugin>
3033
</plugins>

chain/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<packages>
2626
<param>com.iluwatar.chain</param>
2727
</packages>
28+
<ignores>
29+
<param>com.iluwatar.chain.App</param>
30+
</ignores>
2831
</configuration>
2932
</plugin>
3033
</plugins>

command/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<packages>
2626
<param>com.iluwatar.command</param>
2727
</packages>
28+
<ignores>
29+
<param>com.iluwatar.command.App</param>
30+
</ignores>
2831
</configuration>
2932
</plugin>
3033
</plugins>

composite/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<packages>
2626
<param>com.iluwatar.composite</param>
2727
</packages>
28+
<ignores>
29+
<param>com.iluwatar.composite.App</param>
30+
</ignores>
2831
</configuration>
2932
</plugin>
3033
</plugins>

0 commit comments

Comments
 (0)