Skip to content

Commit d149c34

Browse files
committed
Move urm plugin configuration to parent pom.xml
1 parent ae212de commit d149c34

File tree

59 files changed

+18
-1361
lines changed

Some content is hidden

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

59 files changed

+18
-1361
lines changed

abstract-factory/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,4 @@
1616
<scope>test</scope>
1717
</dependency>
1818
</dependencies>
19-
<build>
20-
<plugins>
21-
<plugin>
22-
<groupId>com.iluwatar</groupId>
23-
<artifactId>urm-maven-plugin</artifactId>
24-
<configuration>
25-
<packages>
26-
<param>com.iluwatar.abstractfactory</param>
27-
</packages>
28-
<ignores>
29-
<param>com.iluwatar.abstractfactory.App</param>
30-
</ignores>
31-
</configuration>
32-
<dependencies>
33-
<dependency>
34-
<groupId>com.iluwatar</groupId>
35-
<artifactId>abstract-factory</artifactId>
36-
<version>1.6.0</version>
37-
</dependency>
38-
</dependencies>
39-
</plugin>
40-
</plugins>
41-
</build>
4219
</project>

adapter/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,4 @@
1616
<scope>test</scope>
1717
</dependency>
1818
</dependencies>
19-
<build>
20-
<plugins>
21-
<plugin>
22-
<groupId>com.iluwatar</groupId>
23-
<artifactId>urm-maven-plugin</artifactId>
24-
<configuration>
25-
<packages>
26-
<param>com.iluwatar.adapter</param>
27-
</packages>
28-
<ignores>
29-
<param>com.iluwatar.adapter.App</param>
30-
</ignores>
31-
</configuration>
32-
<dependencies>
33-
<dependency>
34-
<groupId>com.iluwatar</groupId>
35-
<artifactId>adapter</artifactId>
36-
<version>1.6.0</version>
37-
</dependency>
38-
</dependencies>
39-
</plugin>
40-
</plugins>
41-
</build>
4219
</project>

async-method-invocation/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,4 @@
1616
<scope>test</scope>
1717
</dependency>
1818
</dependencies>
19-
<build>
20-
<plugins>
21-
<plugin>
22-
<groupId>com.iluwatar</groupId>
23-
<artifactId>urm-maven-plugin</artifactId>
24-
<configuration>
25-
<packages>
26-
<param>com.iluwatar.async.method.invocation</param>
27-
</packages>
28-
<ignores>
29-
<param>com.iluwatar.async.method.invocation.App</param>
30-
</ignores>
31-
</configuration>
32-
<dependencies>
33-
<dependency>
34-
<groupId>com.iluwatar</groupId>
35-
<artifactId>async-method-invocation</artifactId>
36-
<version>1.6.0</version>
37-
</dependency>
38-
</dependencies>
39-
</plugin>
40-
</plugins>
41-
</build>
4219
</project>

bridge/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,4 @@
1616
<scope>test</scope>
1717
</dependency>
1818
</dependencies>
19-
<build>
20-
<plugins>
21-
<plugin>
22-
<groupId>com.iluwatar</groupId>
23-
<artifactId>urm-maven-plugin</artifactId>
24-
<configuration>
25-
<packages>
26-
<param>com.iluwatar.bridge</param>
27-
</packages>
28-
<ignores>
29-
<param>com.iluwatar.bridge.App</param>
30-
</ignores>
31-
</configuration>
32-
<dependencies>
33-
<dependency>
34-
<groupId>com.iluwatar</groupId>
35-
<artifactId>bridge</artifactId>
36-
<version>1.6.0</version>
37-
</dependency>
38-
</dependencies>
39-
</plugin>
40-
</plugins>
41-
</build>
4219
</project>

builder/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,4 @@
1616
<scope>test</scope>
1717
</dependency>
1818
</dependencies>
19-
<build>
20-
<plugins>
21-
<plugin>
22-
<groupId>com.iluwatar</groupId>
23-
<artifactId>urm-maven-plugin</artifactId>
24-
<configuration>
25-
<packages>
26-
<param>com.iluwatar.builder</param>
27-
</packages>
28-
<ignores>
29-
<param>com.iluwatar.builder.App</param>
30-
</ignores>
31-
</configuration>
32-
<dependencies>
33-
<dependency>
34-
<groupId>com.iluwatar</groupId>
35-
<artifactId>builder</artifactId>
36-
<version>1.6.0</version>
37-
</dependency>
38-
</dependencies>
39-
</plugin>
40-
</plugins>
41-
</build>
4219
</project>

business-delegate/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,4 @@
1616
<scope>test</scope>
1717
</dependency>
1818
</dependencies>
19-
<build>
20-
<plugins>
21-
<plugin>
22-
<groupId>com.iluwatar</groupId>
23-
<artifactId>urm-maven-plugin</artifactId>
24-
<configuration>
25-
<packages>
26-
<param>com.iluwatar.business.delegate</param>
27-
</packages>
28-
<ignores>
29-
<param>com.iluwatar.business.delegate.App</param>
30-
</ignores>
31-
</configuration>
32-
<dependencies>
33-
<dependency>
34-
<groupId>com.iluwatar</groupId>
35-
<artifactId>business-delegate</artifactId>
36-
<version>1.6.0</version>
37-
</dependency>
38-
</dependencies>
39-
</plugin>
40-
</plugins>
41-
</build>
4219
</project>

callback/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,4 @@
1616
<scope>test</scope>
1717
</dependency>
1818
</dependencies>
19-
<build>
20-
<plugins>
21-
<plugin>
22-
<groupId>com.iluwatar</groupId>
23-
<artifactId>urm-maven-plugin</artifactId>
24-
<configuration>
25-
<packages>
26-
<param>com.iluwatar.callback</param>
27-
</packages>
28-
<ignores>
29-
<param>com.iluwatar.callback.App</param>
30-
</ignores>
31-
</configuration>
32-
<dependencies>
33-
<dependency>
34-
<groupId>com.iluwatar</groupId>
35-
<artifactId>callback</artifactId>
36-
<version>1.6.0</version>
37-
</dependency>
38-
</dependencies>
39-
</plugin>
40-
</plugins>
41-
</build>
4219
</project>

chain/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,4 @@
1616
<scope>test</scope>
1717
</dependency>
1818
</dependencies>
19-
<build>
20-
<plugins>
21-
<plugin>
22-
<groupId>com.iluwatar</groupId>
23-
<artifactId>urm-maven-plugin</artifactId>
24-
<configuration>
25-
<packages>
26-
<param>com.iluwatar.chain</param>
27-
</packages>
28-
<ignores>
29-
<param>com.iluwatar.chain.App</param>
30-
</ignores>
31-
</configuration>
32-
<dependencies>
33-
<dependency>
34-
<groupId>com.iluwatar</groupId>
35-
<artifactId>chain</artifactId>
36-
<version>1.6.0</version>
37-
</dependency>
38-
</dependencies>
39-
</plugin>
40-
</plugins>
41-
</build>
4219
</project>

command/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,4 @@
1616
<scope>test</scope>
1717
</dependency>
1818
</dependencies>
19-
<build>
20-
<plugins>
21-
<plugin>
22-
<groupId>com.iluwatar</groupId>
23-
<artifactId>urm-maven-plugin</artifactId>
24-
<configuration>
25-
<packages>
26-
<param>com.iluwatar.command</param>
27-
</packages>
28-
<ignores>
29-
<param>com.iluwatar.command.App</param>
30-
</ignores>
31-
</configuration>
32-
<dependencies>
33-
<dependency>
34-
<groupId>com.iluwatar</groupId>
35-
<artifactId>command</artifactId>
36-
<version>1.6.0</version>
37-
</dependency>
38-
</dependencies>
39-
</plugin>
40-
</plugins>
41-
</build>
4219
</project>

composite/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,4 @@
1616
<scope>test</scope>
1717
</dependency>
1818
</dependencies>
19-
<build>
20-
<plugins>
21-
<plugin>
22-
<groupId>com.iluwatar</groupId>
23-
<artifactId>urm-maven-plugin</artifactId>
24-
<configuration>
25-
<packages>
26-
<param>com.iluwatar.composite</param>
27-
</packages>
28-
<ignores>
29-
<param>com.iluwatar.composite.App</param>
30-
</ignores>
31-
</configuration>
32-
<dependencies>
33-
<dependency>
34-
<groupId>com.iluwatar</groupId>
35-
<artifactId>composite</artifactId>
36-
<version>1.6.0</version>
37-
</dependency>
38-
</dependencies>
39-
</plugin>
40-
</plugins>
41-
</build>
4219
</project>

dao/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,4 @@
1616
<scope>test</scope>
1717
</dependency>
1818
</dependencies>
19-
<build>
20-
<plugins>
21-
<plugin>
22-
<groupId>com.iluwatar</groupId>
23-
<artifactId>urm-maven-plugin</artifactId>
24-
<configuration>
25-
<packages>
26-
<param>com.iluwatar.dao</param>
27-
</packages>
28-
<ignores>
29-
<param>com.iluwatar.dao.App</param>
30-
</ignores>
31-
</configuration>
32-
<dependencies>
33-
<dependency>
34-
<groupId>com.iluwatar</groupId>
35-
<artifactId>dao</artifactId>
36-
<version>1.6.0</version>
37-
</dependency>
38-
</dependencies>
39-
</plugin>
40-
</plugins>
41-
</build>
4219
</project>

decorator/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,4 @@
1616
<scope>test</scope>
1717
</dependency>
1818
</dependencies>
19-
<build>
20-
<plugins>
21-
<plugin>
22-
<groupId>com.iluwatar</groupId>
23-
<artifactId>urm-maven-plugin</artifactId>
24-
<configuration>
25-
<packages>
26-
<param>com.iluwatar.decorator</param>
27-
</packages>
28-
<ignores>
29-
<param>com.iluwatar.decorator.App</param>
30-
</ignores>
31-
</configuration>
32-
<dependencies>
33-
<dependency>
34-
<groupId>com.iluwatar</groupId>
35-
<artifactId>decorator</artifactId>
36-
<version>1.6.0</version>
37-
</dependency>
38-
</dependencies>
39-
</plugin>
40-
</plugins>
41-
</build>
4219
</project>

dependency-injection/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,4 @@
2121
<version>4.0</version>
2222
</dependency>
2323
</dependencies>
24-
<build>
25-
<plugins>
26-
<plugin>
27-
<groupId>com.iluwatar</groupId>
28-
<artifactId>urm-maven-plugin</artifactId>
29-
<configuration>
30-
<packages>
31-
<param>com.iluwatar.dependency.injection</param>
32-
</packages>
33-
<ignores>
34-
<param>com.iluwatar.dependency.injection.App</param>
35-
</ignores>
36-
</configuration>
37-
<dependencies>
38-
<dependency>
39-
<groupId>com.iluwatar</groupId>
40-
<artifactId>dependency-injection</artifactId>
41-
<version>1.6.0</version>
42-
</dependency>
43-
</dependencies>
44-
</plugin>
45-
</plugins>
46-
</build>
4724
</project>

double-checked-locking/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,4 @@
1414
<scope>test</scope>
1515
</dependency>
1616
</dependencies>
17-
<build>
18-
<plugins>
19-
<plugin>
20-
<groupId>com.iluwatar</groupId>
21-
<artifactId>urm-maven-plugin</artifactId>
22-
<configuration>
23-
<packages>
24-
<param>com.iluwatar.doublechecked.locking</param>
25-
</packages>
26-
<ignores>
27-
<param>com.iluwatar.doublechecked.locking.App</param>
28-
</ignores>
29-
</configuration>
30-
<dependencies>
31-
<dependency>
32-
<groupId>com.iluwatar</groupId>
33-
<artifactId>double-checked-locking</artifactId>
34-
<version>1.6.0</version>
35-
</dependency>
36-
</dependencies>
37-
</plugin>
38-
</plugins>
39-
</build>
4017
</project>

0 commit comments

Comments
 (0)