File tree 23 files changed +32
-83
lines changed
23 files changed +32
-83
lines changed Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >com.github.javafaker</groupId >
28
28
<artifactId >javafaker</artifactId >
29
- <version >1.0.2 </version >
29
+ <version >${javafaker.version} </version >
30
30
</dependency >
31
31
<dependency >
32
32
<groupId >com.google.code.gson</groupId >
44
44
</resources >
45
45
</build >
46
46
47
+ <properties >
48
+ <javafaker .version>1.0.2</javafaker .version>
49
+ </properties >
50
+
47
51
</project >
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
+ <artifactId >error-prone-project</artifactId >
7
+
6
8
<parent >
7
9
<groupId >com.baeldung</groupId >
8
10
<artifactId >static-analysis</artifactId >
9
11
<version >1.0-SNAPSHOT</version >
10
12
</parent >
11
13
12
- <artifactId >error-prone-project</artifactId >
13
-
14
14
<build >
15
15
<plugins >
16
16
<plugin >
19
19
<version >${maven-compiler-plugin.version} </version >
20
20
<configuration >
21
21
<release >17</release >
22
- <encoding >UTF-8</encoding >
23
22
<fork >true</fork >
24
23
<compilerArgs >
25
24
<arg >-XDcompilePolicy=simple</arg >
44
43
<path >
45
44
<groupId >com.baeldung</groupId >
46
45
<artifactId >my-bugchecker-plugin</artifactId >
47
- <version >1.0-SNAPSHOT </version >
46
+ <version >${my-bugchecker-plugin.version} </version >
48
47
</path >
49
48
</annotationProcessorPaths >
50
49
</configuration >
53
52
</build >
54
53
55
54
<properties >
56
- <maven .compiler.source>17</maven .compiler.source>
57
- <maven .compiler.target>17</maven .compiler.target>
58
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
55
+ <my-bugchecker-plugin .version>1.0-SNAPSHOT</my-bugchecker-plugin .version>
59
56
</properties >
60
57
61
58
</project >
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
+ <artifactId >my-bugchecker-plugin</artifactId >
7
+ <packaging >jar</packaging >
8
+
6
9
<parent >
7
10
<groupId >com.baeldung</groupId >
8
11
<artifactId >static-analysis</artifactId >
9
12
<version >1.0-SNAPSHOT</version >
10
13
</parent >
11
- <packaging >jar</packaging >
12
- <artifactId >my-bugchecker-plugin</artifactId >
13
14
14
15
<build >
15
16
<plugins >
47
48
</dependency >
48
49
</dependencies >
49
50
50
- <properties >
51
- <maven .compiler.source>17</maven .compiler.source>
52
- <maven .compiler.target>17</maven .compiler.target>
53
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
54
- </properties >
55
-
56
51
</project >
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
+ <artifactId >pmd</artifactId >
7
+
6
8
<parent >
7
9
<groupId >com.baeldung</groupId >
8
10
<artifactId >static-analysis</artifactId >
9
11
<version >1.0-SNAPSHOT</version >
10
12
</parent >
11
13
12
- <artifactId >pmd</artifactId >
13
-
14
- <properties >
15
- <maven .compiler.source>17</maven .compiler.source>
16
- <maven .compiler.target>17</maven .compiler.target>
17
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18
- </properties >
19
-
20
14
</project >
Original file line number Diff line number Diff line change 25
25
<plugin >
26
26
<groupId >org.apache.maven.plugins</groupId >
27
27
<artifactId >maven-compiler-plugin</artifactId >
28
- <version >3.8.0</version >
29
- <configuration >
30
- <source >17</source >
31
- <target >17</target >
32
- </configuration >
33
28
</plugin >
34
29
</plugins >
35
30
</build >
Original file line number Diff line number Diff line change 121
121
</profiles >
122
122
123
123
<properties >
124
- <maven .compiler.source>14</maven .compiler.source>
125
- <maven .compiler.target>14</maven .compiler.target>
126
124
<cucumber .version>6.10.3</cucumber .version>
127
125
<cucumber-reporting .version>5.4.0</cucumber-reporting .version>
128
126
<selenium .version>3.141.59</selenium .version>
Original file line number Diff line number Diff line change 72
72
</build >
73
73
74
74
<properties >
75
- <maven .compiler.source>1.8</maven .compiler.source>
76
- <maven .compiler.target>1.8</maven .compiler.target>
77
- <encoding >UTF-8</encoding >
78
75
<gatling .version>3.9.5</gatling .version>
79
76
<gatling-maven-plugin .version>4.3.0</gatling-maven-plugin .version>
80
77
<faker .version>1.0.2</faker .version>
Original file line number Diff line number Diff line change 105
105
</build >
106
106
107
107
<properties >
108
- <maven .compiler.source>1.8</maven .compiler.source>
109
- <maven .compiler.target>1.8</maven .compiler.target>
110
- <encoding >UTF-8</encoding >
111
108
<scala .version>2.12.6</scala .version>
112
109
<gatling .version>3.3.1</gatling .version>
113
110
<scala-maven-plugin .version>4.3.0</scala-maven-plugin .version>
Original file line number Diff line number Diff line change 17
17
<dependency >
18
18
<groupId >net.jqwik</groupId >
19
19
<artifactId >jqwik</artifactId >
20
- <version >1.7.4 </version >
20
+ <version >${jqwik.version} </version >
21
21
<scope >test</scope >
22
22
</dependency >
23
23
<dependency >
53
53
</resources >
54
54
</build >
55
55
56
+ <properties >
57
+ <jqwik .version>1.7.4</jqwik .version>
58
+ </properties >
59
+
56
60
</project >
57
61
Original file line number Diff line number Diff line change 18
18
<dependency >
19
19
<groupId >com.github.stefanbirkner</groupId >
20
20
<artifactId >system-lambda</artifactId >
21
- <version >1.2.1 </version >
21
+ <version >${system-lambda.version} </version >
22
22
<scope >test</scope >
23
23
</dependency >
24
24
<dependency >
79
79
</build >
80
80
81
81
<properties >
82
+ <system-lambda .version>1.2.1</system-lambda .version>
82
83
<jmockit .version>1.49</jmockit .version>
83
84
<assertj .version>3.24.2</assertj .version>
84
85
<junit-platform .version>1.10.1</junit-platform .version>
Original file line number Diff line number Diff line change 36
36
<plugin >
37
37
<groupId >org.apache.maven.plugins</groupId >
38
38
<artifactId >maven-compiler-plugin</artifactId >
39
- <configuration >
40
- <source >11</source >
41
- <target >11</target >
42
- </configuration >
43
39
</plugin >
44
40
</plugins >
45
41
</build >
46
42
47
43
<properties >
48
- <maven .compiler.source>11</maven .compiler.source>
49
- <maven .compiler.target>11</maven .compiler.target>
50
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
51
44
<commons-cli .version>1.5.0</commons-cli .version>
52
45
<junit-jupiter-api .version>5.10.0</junit-jupiter-api .version>
53
46
<mockito-core .version>5.5.0</mockito-core .version>
Original file line number Diff line number Diff line change 107
107
<plugin >
108
108
<groupId >org.codehaus.mojo</groupId >
109
109
<artifactId >exec-maven-plugin</artifactId >
110
- <version >${exec-maven-plugin.version} </version >
111
110
<executions >
112
111
<execution >
113
112
<goals >
Original file line number Diff line number Diff line change 66
66
</build >
67
67
68
68
<properties >
69
- <maven .compiler.source>1.8</maven .compiler.source>
70
- <maven .compiler.target>1.8</maven .compiler.target>
71
- <encoding >UTF-8</encoding >
72
69
<scala .version>2.12.12</scala .version>
73
70
<gatling .version>3.4.0</gatling .version>
74
71
<scala-maven-plugin .version>4.4.0</scala-maven-plugin .version>
Original file line number Diff line number Diff line change 21
21
</dependencies >
22
22
23
23
<properties >
24
- <maven .compiler.source>8</maven .compiler.source>
25
- <maven .compiler.target>8</maven .compiler.target>
26
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
27
24
<mockito-inline .version>4.8.1</mockito-inline .version>
28
25
</properties >
29
26
Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >io.vavr</groupId >
21
21
<artifactId >vavr</artifactId >
22
- <version >${io. vavr.version} </version >
22
+ <version >${vavr.version} </version >
23
23
</dependency >
24
24
</dependencies >
25
25
26
- <properties >
27
- <io .vavr.version>0.9.2</io .vavr.version>
28
- </properties >
29
-
30
26
</project >
Original file line number Diff line number Diff line change 30
30
</pluginManagement >
31
31
</build >
32
32
33
+ <properties >
34
+ <vavr .version>0.9.2</vavr .version>
35
+ </properties >
36
+
33
37
</project >
Original file line number Diff line number Diff line change 21
21
</dependency >
22
22
</dependencies >
23
23
24
- <properties >
25
- <vavr .version>0.9.1</vavr .version>
26
- </properties >
27
-
28
24
</project >
Original file line number Diff line number Diff line change 30
30
</pluginManagement >
31
31
</build >
32
32
33
+ <properties >
34
+ <vertx .version>3.9.15</vertx .version>
35
+ </properties >
36
+
33
37
</project >
Original file line number Diff line number Diff line change 40
40
</plugins >
41
41
</build >
42
42
43
- <properties >
44
- <vertx .version>3.9.15</vertx .version>
45
- </properties >
46
-
47
43
</project >
Original file line number Diff line number Diff line change 65
65
</build >
66
66
67
67
<properties >
68
- <vertx .version>3.9.15</vertx .version>
69
68
<maven-shade-plugin .version>3.2.1</maven-shade-plugin .version>
70
69
</properties >
71
70
Original file line number Diff line number Diff line change 78
78
<plugin >
79
79
<groupId >org.apache.maven.plugins</groupId >
80
80
<artifactId >maven-compiler-plugin</artifactId >
81
- <version >${compiler.plugin.version} </version >
82
81
<configuration >
83
- <source >${source.version} </source >
84
- <target >${target.version} </target >
85
82
<optimize >true</optimize >
86
83
</configuration >
87
84
</plugin >
88
85
<plugin >
89
86
<groupId >org.apache.maven.plugins</groupId >
90
87
<artifactId >maven-surefire-plugin</artifactId >
91
- <version >${compiler.surefire.version} </version >
92
88
<configuration >
93
89
<systemPropertyVariables >
94
90
<tapestry .execution-mode>Qa</tapestry .execution-mode>
118
114
<plugin >
119
115
<groupId >org.apache.maven.plugins</groupId >
120
116
<artifactId >maven-war-plugin</artifactId >
121
- <version >3.3.1</version >
122
117
<configuration >
123
118
<archive >
124
119
<manifest >
140
135
<properties >
141
136
<compiler .jetty.version>6.1.16</compiler .jetty.version>
142
137
<compiler .surefire.version>3.0.0-M5</compiler .surefire.version>
143
- <compiler .plugin.version>3.8.1</compiler .plugin.version>
144
- <source .version>11</source .version>
145
- <target .version>11</target .version>
146
138
<tapestry .version>5.8.2</tapestry .version>
147
139
<servlet-api-release-version >2.5</servlet-api-release-version >
148
140
<testng-release-version >6.8.21</testng-release-version >
Original file line number Diff line number Diff line change 62
62
<plugin >
63
63
<groupId >org.apache.maven.plugins</groupId >
64
64
<artifactId >maven-failsafe-plugin</artifactId >
65
- <version >${maven-failsafe-plugin.version} </version >
66
65
<configuration >
67
66
<skipITs >true</skipITs >
68
67
<includes >
Original file line number Diff line number Diff line change 2
2
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
- <groupId >com.baeldung</groupId >
6
5
<artifactId >jakarta-ee</artifactId >
7
6
<version >1.0-SNAPSHOT</version >
8
7
<name >jakarta-ee</name >
51
50
<plugin >
52
51
<groupId >org.glassfish.maven.plugin</groupId >
53
52
<artifactId >maven-glassfish-plugin</artifactId >
54
- <version >2.1 </version >
53
+ <version >${maven-glassfish-plugin.version} </version >
55
54
<configuration >
56
55
<glassfishDirectory >${local.glassfish.home} </glassfishDirectory >
57
56
<user >admin</user >
76
75
<plugin >
77
76
<groupId >org.apache.maven.plugins</groupId >
78
77
<artifactId >maven-compiler-plugin</artifactId >
79
- <version >3.8.0</version >
80
- <configuration >
81
- <source >11</source >
82
- <target >11</target >
83
- </configuration >
84
78
</plugin >
85
79
<plugin >
86
80
<groupId >org.apache.maven.plugins</groupId >
104
98
<local .glassfish.passfile>
105
99
${local.glassfish.home} \\domains\\${local.glassfish.domain} \\config\\domain-passwords
106
100
</local .glassfish.passfile>
101
+ <maven-glassfish-plugin .version>2.1</maven-glassfish-plugin .version>
107
102
</properties >
108
103
109
104
</project >
You can’t perform that action at this time.
0 commit comments