File tree Expand file tree Collapse file tree 30 files changed +578
-10
lines changed
resource-acquisition-is-initialization Expand file tree Collapse file tree 30 files changed +578
-10
lines changed Original file line number Diff line number Diff line change 39
39
<scope >test</scope >
40
40
</dependency >
41
41
</dependencies >
42
+ <build >
43
+ <plugins >
44
+ <plugin >
45
+ <groupId >org.apache.maven.plugins</groupId >
46
+ <artifactId >maven-assembly-plugin</artifactId >
47
+ <executions >
48
+ <execution >
49
+ <configuration >
50
+ <archive >
51
+ <manifest >
52
+ <mainClass >com.iluwatar.reactor.app.App</mainClass >
53
+ </manifest >
54
+ </archive >
55
+ </configuration >
56
+ </execution >
57
+ </executions >
58
+ </plugin >
59
+ </plugins >
60
+ </build >
42
61
</project >
Original file line number Diff line number Diff line change 43
43
<artifactId >mockito-core</artifactId >
44
44
<scope >test</scope >
45
45
</dependency >
46
-
47
46
</dependencies >
47
+ <build >
48
+ <plugins >
49
+ <plugin >
50
+ <groupId >org.apache.maven.plugins</groupId >
51
+ <artifactId >maven-assembly-plugin</artifactId >
52
+ <executions >
53
+ <execution >
54
+ <configuration >
55
+ <archive >
56
+ <manifest >
57
+ <mainClass >com.iluwatar.reader.writer.lock.App</mainClass >
58
+ </manifest >
59
+ </archive >
60
+ </configuration >
61
+ </execution >
62
+ </executions >
63
+ </plugin >
64
+ </plugins >
65
+ </build >
48
66
</project >
Original file line number Diff line number Diff line change 76
76
<artifactId >spring-boot-starter-test</artifactId >
77
77
</dependency >
78
78
</dependencies >
79
+ <build >
80
+ <plugins >
81
+ <plugin >
82
+ <groupId >org.apache.maven.plugins</groupId >
83
+ <artifactId >maven-assembly-plugin</artifactId >
84
+ <executions >
85
+ <execution >
86
+ <configuration >
87
+ <archive >
88
+ <manifest >
89
+ <mainClass >com.iluwatar.repository.App</mainClass >
90
+ </manifest >
91
+ </archive >
92
+ </configuration >
93
+ </execution >
94
+ </executions >
95
+ </plugin >
96
+ </plugins >
97
+ </build >
79
98
</project >
Original file line number Diff line number Diff line change 44
44
<scope >test</scope >
45
45
</dependency >
46
46
</dependencies >
47
+ <build >
48
+ <plugins >
49
+ <plugin >
50
+ <groupId >org.apache.maven.plugins</groupId >
51
+ <artifactId >maven-assembly-plugin</artifactId >
52
+ <executions >
53
+ <execution >
54
+ <configuration >
55
+ <archive >
56
+ <manifest >
57
+ <mainClass >com.iluwatar.resource.acquisition.is.initialization.App</mainClass >
58
+ </manifest >
59
+ </archive >
60
+ </configuration >
61
+ </execution >
62
+ </executions >
63
+ </plugin >
64
+ </plugins >
65
+ </build >
47
66
</project >
Original file line number Diff line number Diff line change 44
44
<scope >test</scope >
45
45
</dependency >
46
46
</dependencies >
47
+ <build >
48
+ <plugins >
49
+ <plugin >
50
+ <groupId >org.apache.maven.plugins</groupId >
51
+ <artifactId >maven-assembly-plugin</artifactId >
52
+ <executions >
53
+ <execution >
54
+ <configuration >
55
+ <archive >
56
+ <manifest >
57
+ <mainClass >com.iluwatar.retry.App</mainClass >
58
+ </manifest >
59
+ </archive >
60
+ </configuration >
61
+ </execution >
62
+ </executions >
63
+ </plugin >
64
+ </plugins >
65
+ </build >
47
66
</project >
Original file line number Diff line number Diff line change 41
41
</dependency >
42
42
</dependencies >
43
43
44
+ <build >
45
+ <plugins >
46
+ <plugin >
47
+ <groupId >org.apache.maven.plugins</groupId >
48
+ <artifactId >maven-assembly-plugin</artifactId >
49
+ <executions >
50
+ <execution >
51
+ <configuration >
52
+ <archive >
53
+ <manifest >
54
+ <mainClass >com.iluwatar.roleobject.ApplicationRoleObject</mainClass >
55
+ </manifest >
56
+ </archive >
57
+ </configuration >
58
+ </execution >
59
+ </executions >
60
+ </plugin >
61
+ </plugins >
62
+ </build >
44
63
</project >
Original file line number Diff line number Diff line change 41
41
<scope >test</scope >
42
42
</dependency >
43
43
</dependencies >
44
-
44
+ <build >
45
+ <plugins >
46
+ <plugin >
47
+ <groupId >org.apache.maven.plugins</groupId >
48
+ <artifactId >maven-assembly-plugin</artifactId >
49
+ <executions >
50
+ <execution >
51
+ <id >Choreography</id >
52
+ <configuration >
53
+ <archive >
54
+ <manifest >
55
+ <mainClass >com.iluwatar.saga.choreography.SagaApplication</mainClass >
56
+ </manifest >
57
+ </archive >
58
+ </configuration >
59
+ </execution >
60
+ <execution >
61
+ <id >Orchestration</id >
62
+ <configuration >
63
+ <archive >
64
+ <manifest >
65
+ <mainClass >com.iluwatar.saga.orchestration.SagaApplication</mainClass >
66
+ </manifest >
67
+ </archive >
68
+ </configuration >
69
+ </execution >
70
+ </executions >
71
+ </plugin >
72
+ </plugins >
73
+ </build >
45
74
</project >
Original file line number Diff line number Diff line change 39
39
<scope >test</scope >
40
40
</dependency >
41
41
</dependencies >
42
+ <build >
43
+ <plugins >
44
+ <plugin >
45
+ <groupId >org.apache.maven.plugins</groupId >
46
+ <artifactId >maven-assembly-plugin</artifactId >
47
+ <executions >
48
+ <execution >
49
+ <configuration >
50
+ <archive >
51
+ <manifest >
52
+ <mainClass >com.iluwatar.semaphore.App</mainClass >
53
+ </manifest >
54
+ </archive >
55
+ </configuration >
56
+ </execution >
57
+ </executions >
58
+ </plugin >
59
+ </plugins >
60
+ </build >
42
61
</project >
Original file line number Diff line number Diff line change 44
44
<scope >test</scope >
45
45
</dependency >
46
46
</dependencies >
47
+ <build >
48
+ <plugins >
49
+ <plugin >
50
+ <groupId >org.apache.maven.plugins</groupId >
51
+ <artifactId >maven-assembly-plugin</artifactId >
52
+ <executions >
53
+ <execution >
54
+ <configuration >
55
+ <archive >
56
+ <manifest >
57
+ <mainClass >com.iluwatar.servant.App</mainClass >
58
+ </manifest >
59
+ </archive >
60
+ </configuration >
61
+ </execution >
62
+ </executions >
63
+ </plugin >
64
+ </plugins >
65
+ </build >
47
66
</project >
Original file line number Diff line number Diff line change 60
60
<scope >test</scope >
61
61
</dependency >
62
62
</dependencies >
63
-
63
+ <build >
64
+ <plugins >
65
+ <plugin >
66
+ <groupId >org.apache.maven.plugins</groupId >
67
+ <artifactId >maven-assembly-plugin</artifactId >
68
+ <executions >
69
+ <execution >
70
+ <configuration >
71
+ <archive >
72
+ <manifest >
73
+ <mainClass >com.iluwatar.servicelayer.app.App</mainClass >
74
+ </manifest >
75
+ </archive >
76
+ </configuration >
77
+ </execution >
78
+ </executions >
79
+ </plugin >
80
+ </plugins >
81
+ </build >
64
82
</project >
Original file line number Diff line number Diff line change 39
39
<scope >test</scope >
40
40
</dependency >
41
41
</dependencies >
42
+ <build >
43
+ <plugins >
44
+ <plugin >
45
+ <groupId >org.apache.maven.plugins</groupId >
46
+ <artifactId >maven-assembly-plugin</artifactId >
47
+ <executions >
48
+ <execution >
49
+ <configuration >
50
+ <archive >
51
+ <manifest >
52
+ <mainClass >com.iluwatar.servicelocator.App</mainClass >
53
+ </manifest >
54
+ </archive >
55
+ </configuration >
56
+ </execution >
57
+ </executions >
58
+ </plugin >
59
+ </plugins >
60
+ </build >
42
61
</project >
Original file line number Diff line number Diff line change 41
41
<artifactId >junit</artifactId >
42
42
</dependency >
43
43
</dependencies >
44
-
44
+ <build >
45
+ <plugins >
46
+ <plugin >
47
+ <groupId >org.apache.maven.plugins</groupId >
48
+ <artifactId >maven-assembly-plugin</artifactId >
49
+ <executions >
50
+ <execution >
51
+ <configuration >
52
+ <archive >
53
+ <manifest >
54
+ <mainClass >com.iluwatar.sharding.App</mainClass >
55
+ </manifest >
56
+ </archive >
57
+ </configuration >
58
+ </execution >
59
+ </executions >
60
+ </plugin >
61
+ </plugins >
62
+ </build >
45
63
</project >
Original file line number Diff line number Diff line change 43
43
<artifactId >junit</artifactId >
44
44
</dependency >
45
45
</dependencies >
46
+ <build >
47
+ <plugins >
48
+ <plugin >
49
+ <groupId >org.apache.maven.plugins</groupId >
50
+ <artifactId >maven-assembly-plugin</artifactId >
51
+ <executions >
52
+ <execution >
53
+ <configuration >
54
+ <archive >
55
+ <manifest >
56
+ <mainClass >com.iluwatar.singleton.App</mainClass >
57
+ </manifest >
58
+ </archive >
59
+ </configuration >
60
+ </execution >
61
+ </executions >
62
+ </plugin >
63
+ </plugins >
64
+ </build >
46
65
</project >
Original file line number Diff line number Diff line change 55
55
<artifactId >junit-jupiter-engine</artifactId >
56
56
<scope >test</scope >
57
57
</dependency >
58
- </dependencies >
58
+ </dependencies >
59
+ <build >
60
+ <plugins >
61
+ <plugin >
62
+ <groupId >org.apache.maven.plugins</groupId >
63
+ <artifactId >maven-assembly-plugin</artifactId >
64
+ <executions >
65
+ <execution >
66
+ <configuration >
67
+ <archive >
68
+ <manifest >
69
+ <mainClass >com.iluwatar.spatialpartition.App</mainClass >
70
+ </manifest >
71
+ </archive >
72
+ </configuration >
73
+ </execution >
74
+ </executions >
75
+ </plugin >
76
+ </plugins >
77
+ </build >
59
78
</project >
Original file line number Diff line number Diff line change 49
49
<scope >test</scope >
50
50
</dependency >
51
51
</dependencies >
52
+ <build >
53
+ <plugins >
54
+ <plugin >
55
+ <groupId >org.apache.maven.plugins</groupId >
56
+ <artifactId >maven-assembly-plugin</artifactId >
57
+ <executions >
58
+ <execution >
59
+ <configuration >
60
+ <archive >
61
+ <manifest >
62
+ <mainClass >com.iluwatar.specification.app.App</mainClass >
63
+ </manifest >
64
+ </archive >
65
+ </configuration >
66
+ </execution >
67
+ </executions >
68
+ </plugin >
69
+ </plugins >
70
+ </build >
52
71
</project >
You can’t perform that action at this time.
0 commit comments