File tree 27 files changed +92
-119
lines changed 27 files changed +92
-119
lines changed Original file line number Diff line number Diff line change 34
34
<maven .compiler.target>1.9</maven .compiler.target>
35
35
</properties >
36
36
37
- </project >
37
+ </project >
Original file line number Diff line number Diff line change 7
7
<version >0.1.0-SNAPSHOT</version >
8
8
<name >core-java-9-streams</name >
9
9
<packaging >jar</packaging >
10
-
10
+
11
11
<parent >
12
12
<groupId >com.baeldung.core-java-modules</groupId >
13
13
<artifactId >core-java-modules</artifactId >
25
25
</resources >
26
26
</build >
27
27
28
- </project >
28
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<groupId >com.example</groupId >
6
7
<artifactId >jws</artifactId >
66
67
<maven-jar-plugin .version>3.0.2</maven-jar-plugin .version>
67
68
</properties >
68
69
69
- </project >
70
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
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
6
<artifactId >libraries-4</artifactId >
7
7
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
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
6
<artifactId >libraries-5</artifactId >
7
7
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
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
6
<artifactId >libraries-6</artifactId >
7
7
112
112
<artifactId >renjin-script-engine</artifactId >
113
113
<version >${renjin.version} </version >
114
114
</dependency >
115
- <!-- libphonenumber -->
115
+ <!-- libphonenumber -->
116
116
<dependency >
117
117
<groupId >com.googlecode.libphonenumber</groupId >
118
118
<artifactId >libphonenumber</artifactId >
119
119
<version >${libphonenumber.version} </version >
120
- </dependency >
120
+ </dependency >
121
121
</dependencies >
122
122
123
123
<repositories >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<artifactId >libraries</artifactId >
6
7
<name >libraries</name >
335
336
<configuration >
336
337
<finalName >benchmarks</finalName >
337
338
<transformers >
338
- <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
339
+ <transformer
340
+ implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
339
341
<mainClass >org.openjdk.jmh.Main</mainClass >
340
342
</transformer >
341
343
</transformers >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<artifactId >static-analysis</artifactId >
6
7
<version >1.0-SNAPSHOT</version >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<groupId >com.baeldung.stripe</groupId >
6
7
<artifactId >stripe</artifactId >
40
41
<stripe .version>4.2.0</stripe .version>
41
42
</properties >
42
43
43
- </project >
44
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<artifactId >structurizr</artifactId >
6
7
<name >structurizr</name >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<artifactId >struts-2</artifactId >
6
7
<version >0.0.1-SNAPSHOT</version >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
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
6
<artifactId >tensorflow-java</artifactId >
7
7
<version >1.0-SNAPSHOT</version >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<artifactId >twilio</artifactId >
6
7
<version >1.0-SNAPSHOT</version >
24
25
<twilio .version>7.20.0</twilio .version>
25
26
</properties >
26
27
27
- </project >
28
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<artifactId >twitter4j</artifactId >
6
7
<name >twitter4j</name >
24
25
<twitter4j-stream .version>4.0.6</twitter4j-stream .version>
25
26
</properties >
26
27
27
- </project >
28
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<groupId >org.test</groupId >
6
7
<artifactId >vaadin</artifactId >
107
108
</filesets >
108
109
</configuration >
109
110
</plugin >
110
- <!-- The Jetty plugin allows us to easily test the development build by running jetty:run on the command line. -->
111
+ <!-- The Jetty plugin allows us to easily test the development build by running jetty:run
112
+ on the command line. -->
111
113
<plugin >
112
114
<groupId >org.eclipse.jetty</groupId >
113
115
<artifactId >jetty-maven-plugin</artifactId >
189
191
<maven-clean-plugin .version>3.0.0</maven-clean-plugin .version>
190
192
</properties >
191
193
192
- </project >
194
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <modelVersion >4.0.0</modelVersion >
6
+ <artifactId >vavr-2</artifactId >
7
+ <name >vavr-2</name >
8
+ <packaging >jar</packaging >
9
+
5
10
<parent >
6
11
<artifactId >parent-modules</artifactId >
7
12
<groupId >com.baeldung</groupId >
8
13
<version >1.0.0-SNAPSHOT</version >
9
14
</parent >
10
- <modelVersion >4.0.0</modelVersion >
11
-
12
- <artifactId >vavr-2</artifactId >
13
- <name >vavr-2</name >
14
- <packaging >jar</packaging >
15
15
16
16
<dependencies >
17
17
<dependency >
24
24
<properties >
25
25
<vavr .version>0.9.1</vavr .version>
26
26
</properties >
27
+
27
28
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<artifactId >vavr</artifactId >
6
7
<version >1.0</version >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<artifactId >vertx-and-rxjava</artifactId >
6
7
<name >vertx-and-rxjava</name >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
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" >
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" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<artifactId >vertx</artifactId >
6
7
<version >1.0-SNAPSHOT</version >
46
47
</goals >
47
48
<configuration >
48
49
<transformers >
49
- <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
50
+ <transformer
51
+ implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
50
52
<manifestEntries >
51
53
<Main-Class >io.vertx.core.Starter</Main-Class >
52
54
<Main-Verticle >com.baeldung.SimpleServerVerticle</Main-Verticle >
53
55
</manifestEntries >
54
56
</transformer >
55
57
</transformers >
56
- <artifactSet />
58
+ <artifactSet />
57
59
<outputFile >${project.build.directory} /${project.artifactId} -${project.version} -app.jar</outputFile >
58
60
</configuration >
59
61
</execution >
67
69
<maven-shade-plugin .version>3.2.1</maven-shade-plugin .version>
68
70
</properties >
69
71
70
- </project >
72
+ </project >
You can’t perform that action at this time.
0 commit comments