File tree Expand file tree Collapse file tree 28 files changed +800
-390
lines changed
Expand file tree Collapse file tree 28 files changed +800
-390
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4- <modelVersion >4.0.0</modelVersion >
5- <parent >
6- <groupId >com.iluwatar</groupId >
7- <artifactId >java-design-patterns</artifactId >
8- <version >1.6.0</version >
9- </parent >
10- <artifactId >abstract-factory</artifactId >
11- <dependencies >
12- <dependency >
13- <groupId >junit</groupId >
14- <artifactId >junit</artifactId >
15- <scope >test</scope >
16- </dependency >
17- </dependencies >
2+ <project
3+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4+ xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
5+ <modelVersion >4.0.0</modelVersion >
6+ <parent >
7+ <groupId >com.iluwatar</groupId >
8+ <artifactId >java-design-patterns</artifactId >
9+ <version >1.6.0</version >
10+ </parent >
11+ <artifactId >abstract-factory</artifactId >
12+ <dependencies >
13+ <dependency >
14+ <groupId >junit</groupId >
15+ <artifactId >junit</artifactId >
16+ <scope >test</scope >
17+ </dependency >
18+ </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+ </configuration >
29+ </plugin >
30+ </plugins >
31+ </build >
1832</project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4- <modelVersion >4.0.0</modelVersion >
5- <parent >
6- <groupId >com.iluwatar</groupId >
7- <artifactId >java-design-patterns</artifactId >
8- <version >1.6.0</version >
9- </parent >
10- <artifactId >adapter</artifactId >
11- <dependencies >
12- <dependency >
13- <groupId >junit</groupId >
14- <artifactId >junit</artifactId >
15- <scope >test</scope >
16- </dependency >
17- </dependencies >
2+ <project
3+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4+ xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
5+ <modelVersion >4.0.0</modelVersion >
6+ <parent >
7+ <groupId >com.iluwatar</groupId >
8+ <artifactId >java-design-patterns</artifactId >
9+ <version >1.6.0</version >
10+ </parent >
11+ <artifactId >adapter</artifactId >
12+ <dependencies >
13+ <dependency >
14+ <groupId >junit</groupId >
15+ <artifactId >junit</artifactId >
16+ <scope >test</scope >
17+ </dependency >
18+ </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+ </configuration >
29+ </plugin >
30+ </plugins >
31+ </build >
1832</project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4- <modelVersion >4.0.0</modelVersion >
5- <parent >
6- <groupId >com.iluwatar</groupId >
7- <artifactId >java-design-patterns</artifactId >
8- <version >1.6.0</version >
9- </parent >
10- <artifactId >async-method-invocation</artifactId >
11- <dependencies >
12- <dependency >
13- <groupId >junit</groupId >
14- <artifactId >junit</artifactId >
15- <scope >test</scope >
16- </dependency >
17- </dependencies >
2+ <project
3+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4+ xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
5+ <modelVersion >4.0.0</modelVersion >
6+ <parent >
7+ <groupId >com.iluwatar</groupId >
8+ <artifactId >java-design-patterns</artifactId >
9+ <version >1.6.0</version >
10+ </parent >
11+ <artifactId >async-method-invocation</artifactId >
12+ <dependencies >
13+ <dependency >
14+ <groupId >junit</groupId >
15+ <artifactId >junit</artifactId >
16+ <scope >test</scope >
17+ </dependency >
18+ </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+ </configuration >
29+ </plugin >
30+ </plugins >
31+ </build >
1832</project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4- <modelVersion >4.0.0</modelVersion >
5- <parent >
6- <groupId >com.iluwatar</groupId >
7- <artifactId >java-design-patterns</artifactId >
8- <version >1.6.0</version >
9- </parent >
10- <artifactId >bridge</artifactId >
11- <dependencies >
12- <dependency >
13- <groupId >junit</groupId >
14- <artifactId >junit</artifactId >
15- <scope >test</scope >
16- </dependency >
17- </dependencies >
2+ <project
3+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4+ xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
5+ <modelVersion >4.0.0</modelVersion >
6+ <parent >
7+ <groupId >com.iluwatar</groupId >
8+ <artifactId >java-design-patterns</artifactId >
9+ <version >1.6.0</version >
10+ </parent >
11+ <artifactId >bridge</artifactId >
12+ <dependencies >
13+ <dependency >
14+ <groupId >junit</groupId >
15+ <artifactId >junit</artifactId >
16+ <scope >test</scope >
17+ </dependency >
18+ </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+ </configuration >
29+ </plugin >
30+ </plugins >
31+ </build >
1832</project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4- <modelVersion >4.0.0</modelVersion >
5- <parent >
6- <groupId >com.iluwatar</groupId >
7- <artifactId >java-design-patterns</artifactId >
8- <version >1.6.0</version >
9- </parent >
10- <artifactId >builder</artifactId >
11- <dependencies >
12- <dependency >
13- <groupId >junit</groupId >
14- <artifactId >junit</artifactId >
15- <scope >test</scope >
16- </dependency >
17- </dependencies >
2+ <project
3+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4+ xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
5+ <modelVersion >4.0.0</modelVersion >
6+ <parent >
7+ <groupId >com.iluwatar</groupId >
8+ <artifactId >java-design-patterns</artifactId >
9+ <version >1.6.0</version >
10+ </parent >
11+ <artifactId >builder</artifactId >
12+ <dependencies >
13+ <dependency >
14+ <groupId >junit</groupId >
15+ <artifactId >junit</artifactId >
16+ <scope >test</scope >
17+ </dependency >
18+ </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+ </configuration >
29+ </plugin >
30+ </plugins >
31+ </build >
1832</project >
Original file line number Diff line number Diff line change 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+ </configuration >
29+ </plugin >
30+ </plugins >
31+ </build >
1932</project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4- <modelVersion >4.0.0</modelVersion >
5- <parent >
6- <groupId >com.iluwatar</groupId >
7- <artifactId >java-design-patterns</artifactId >
8- <version >1.6.0</version >
9- </parent >
10- <artifactId >callback</artifactId >
11- <dependencies >
12- <dependency >
13- <groupId >junit</groupId >
14- <artifactId >junit</artifactId >
15- <scope >test</scope >
16- </dependency >
17- </dependencies >
2+ <project
3+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4+ xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
5+ <modelVersion >4.0.0</modelVersion >
6+ <parent >
7+ <groupId >com.iluwatar</groupId >
8+ <artifactId >java-design-patterns</artifactId >
9+ <version >1.6.0</version >
10+ </parent >
11+ <artifactId >callback</artifactId >
12+ <dependencies >
13+ <dependency >
14+ <groupId >junit</groupId >
15+ <artifactId >junit</artifactId >
16+ <scope >test</scope >
17+ </dependency >
18+ </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+ </configuration >
29+ </plugin >
30+ </plugins >
31+ </build >
1832</project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4- <modelVersion >4.0.0</modelVersion >
5- <parent >
6- <groupId >com.iluwatar</groupId >
7- <artifactId >java-design-patterns</artifactId >
8- <version >1.6.0</version >
9- </parent >
10- <artifactId >chain</artifactId >
11- <dependencies >
12- <dependency >
13- <groupId >junit</groupId >
14- <artifactId >junit</artifactId >
15- <scope >test</scope >
16- </dependency >
17- </dependencies >
2+ <project
3+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4+ xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
5+ <modelVersion >4.0.0</modelVersion >
6+ <parent >
7+ <groupId >com.iluwatar</groupId >
8+ <artifactId >java-design-patterns</artifactId >
9+ <version >1.6.0</version >
10+ </parent >
11+ <artifactId >chain</artifactId >
12+ <dependencies >
13+ <dependency >
14+ <groupId >junit</groupId >
15+ <artifactId >junit</artifactId >
16+ <scope >test</scope >
17+ </dependency >
18+ </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+ </configuration >
29+ </plugin >
30+ </plugins >
31+ </build >
1832</project >
You can’t perform that action at this time.
0 commit comments