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" >
4
- <modelVersion >4.0.0</modelVersion >
2
+ <project xmlns : xsi =" http://www.w3 .org/2001/XMLSchema-instance " xmlns =" http://maven.apache .org/POM/4.0.0 "
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
+ <modelVersion >4.0.0</modelVersion >
5
5
6
- <artifactId >apaw</artifactId >
7
- <groupId >es.upm.miw</groupId >
8
- <version >1.7.0-SNAPSHOT</version >
9
- <packaging >jar</packaging >
6
+ <artifactId >apaw</artifactId >
7
+ <groupId >es.upm.miw</groupId >
8
+ <version >1.7.0-SNAPSHOT</version >
9
+ <packaging >jar</packaging >
10
10
11
- <name >${project.groupId} .${project.artifactId} </name >
12
- <description >Proyecto para apoyo docente a la asignatura Arquitectura y Patrones para Aplicaciones Web (MIW-UPM)</description >
13
- <url >http://github.com/miw-upm/apaw</url >
11
+ <name >${project.groupId} .${project.artifactId} </name >
12
+ <description >Proyecto para apoyo docente a la asignatura Arquitectura y Patrones para Aplicaciones Web (MIW-UPM)
13
+ </description >
14
+ <url >http://github.com/miw-upm/apaw</url >
14
15
15
- <licenses >
16
- <license >
17
- <name >MIT License</name >
18
- <url >http://www.opensource.org/licenses/mit-license.php</url >
19
- </license >
20
- </licenses >
16
+ <licenses >
17
+ <license >
18
+ <name >MIT License</name >
19
+ <url >http://www.opensource.org/licenses/mit-license.php</url >
20
+ </license >
21
+ </licenses >
21
22
22
- <developers >
23
- <developer >
24
- <name >Jesus Bernal</name >
25
- <id >J.Bernal</id >
26
- <email >j.bernal@upm.es</email >
27
- <organization >MIW-UPM</organization >
28
- <organizationUrl >http://miw.etsisi.upm.es</organizationUrl >
29
- </developer >
30
- </developers >
23
+ <developers >
24
+ <developer >
25
+ <name >Jesus Bernal</name >
26
+ <id >J.Bernal</id >
27
+ <email >j.bernal@upm.es</email >
28
+ <organization >MIW-UPM</organization >
29
+ <organizationUrl >http://miw.etsisi.upm.es</organizationUrl >
30
+ </developer >
31
+ </developers >
31
32
32
- <properties >
33
- <!-- Encode -->
34
- <encoding >UTF-8</encoding >
35
- <project .build.sourceEncoding>${encoding} </project .build.sourceEncoding>
36
- <project .reporting.outputEncoding>${encoding} </project .reporting.outputEncoding>
37
- <project .resources.sourceEncoding>${encoding} </project .resources.sourceEncoding>
38
- <!-- Java -->
39
- <maven .compile.source>17</maven .compile.source>
40
- <deploy >${project.artifactId}-${project.version}</deploy >
41
- <!-- Maven -->
42
- <maven .build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven .build.timestamp.format>
43
- <maven .compiler.version>3.8.1</maven .compiler.version>
44
- <maven-surefire-plugin .version>3.1.2</maven-surefire-plugin .version>
45
- <maven-failsafe-plugin .version>3.1.2</maven-failsafe-plugin .version>
46
- <!-- Test -->
47
- <junit-jupiter-engine .version>5.10.0</junit-jupiter-engine .version>
48
- <!-- coverage report -->
49
- <jacoco .version>0.8.10</jacoco .version>
50
- <!-- Logs -->
33
+ <properties >
34
+ <!-- Encode -->
35
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
+ <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
37
+ <project .resources.sourceEncoding>UTF-8</project .resources.sourceEncoding>
38
+ <!-- Java -->
39
+ <maven .compile.source>21</maven .compile.source>
40
+ <deploy >${project.artifactId}-${project.version}</deploy >
41
+ <!-- Maven -->
42
+ <maven .build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven .build.timestamp.format>
43
+ <maven .compiler.version>3.13.0</maven .compiler.version>
44
+ <maven-surefire-plugin .version>3.5.2</maven-surefire-plugin .version>
45
+ <maven-failsafe-plugin .version>3.5.2</maven-failsafe-plugin .version>
46
+ <!-- Test -->
47
+ <junit-jupiter-engine .version>5.11.4</junit-jupiter-engine .version>
48
+ <!-- coverage report -->
49
+ <jacoco .version>0.8.12</jacoco .version>
50
+ <!-- Logs -->
51
51
<log4j .version>2.20.0</log4j .version>
52
- <!-- project reactor -->
52
+ <!-- project reactor -->
53
53
<projectreactor .version>3.5.10</projectreactor .version>
54
- </properties >
54
+ </properties >
55
55
56
- <dependencies >
57
- <!-- Logs -->
58
- <dependency >
59
- <groupId >org.apache.logging.log4j</groupId >
60
- <artifactId >log4j-api</artifactId >
61
- <version >${log4j.version} </version >
62
- </dependency >
63
- <dependency >
64
- <groupId >org.apache.logging.log4j</groupId >
65
- <artifactId >log4j-core</artifactId >
66
- <version >${log4j.version} </version >
67
- </dependency >
68
- <dependency >
69
- <groupId >org.apache.logging.log4j</groupId >
70
- <artifactId >log4j-slf4j-impl</artifactId >
71
- <version >${log4j.version} </version >
72
- </dependency >
56
+ <dependencies >
57
+ <!-- Logs -->
58
+ <dependency >
59
+ <groupId >org.apache.logging.log4j</groupId >
60
+ <artifactId >log4j-api</artifactId >
61
+ <version >${log4j.version} </version >
62
+ </dependency >
63
+ <dependency >
64
+ <groupId >org.apache.logging.log4j</groupId >
65
+ <artifactId >log4j-core</artifactId >
66
+ <version >${log4j.version} </version >
67
+ </dependency >
68
+ <dependency >
69
+ <groupId >org.apache.logging.log4j</groupId >
70
+ <artifactId >log4j-slf4j-impl</artifactId >
71
+ <version >${log4j.version} </version >
72
+ </dependency >
73
73
<dependency >
74
74
<groupId >io.projectreactor</groupId >
75
75
<artifactId >reactor-core</artifactId >
76
- <version >${projectreactor.version} </version >
76
+ <version >${projectreactor.version} </version >
77
+ </dependency >
78
+ <!-- Test -->
79
+ <dependency >
80
+ <groupId >org.junit.jupiter</groupId >
81
+ <artifactId >junit-jupiter-engine</artifactId >
82
+ <version >${junit-jupiter-engine.version} </version >
83
+ <scope >test</scope >
84
+ </dependency >
85
+ <dependency >
86
+ <groupId >io.projectreactor</groupId >
87
+ <artifactId >reactor-test</artifactId >
88
+ <scope >test</scope >
89
+ <version >${projectreactor.version} </version >
77
90
</dependency >
78
- <!-- Test -->
79
- <dependency >
80
- <groupId >org.junit.jupiter</groupId >
81
- <artifactId >junit-jupiter-engine</artifactId >
82
- <version >${junit-jupiter-engine.version} </version >
83
- <scope >test</scope >
84
- </dependency >
85
- <dependency >
86
- <groupId >io.projectreactor</groupId >
87
- <artifactId >reactor-test</artifactId >
88
- <scope >test</scope >
89
- <version >${projectreactor.version} </version >
90
- </dependency >
91
- </dependencies >
92
- <build >
93
- <plugins >
94
- <plugin >
95
- <groupId >org.apache.maven.plugins</groupId >
96
- <artifactId >maven-compiler-plugin</artifactId >
97
- <version >${maven.compiler.version} </version >
98
- <configuration >
99
- <source >${maven.compile.source} </source >
100
- <target >${maven.compile.source} </target >
101
- <release >${maven.compile.source} </release >
102
- </configuration >
103
- </plugin >
104
- <plugin >
105
- <groupId >org.jacoco</groupId >
106
- <artifactId >jacoco-maven-plugin</artifactId >
107
- <version >${jacoco.version} </version >
108
- <executions >
109
- <execution >
110
- <id >default-prepare-agent</id >
111
- <goals >
112
- <goal >prepare-agent</goal >
113
- </goals >
114
- </execution >
115
- <execution >
116
- <id >default-report</id >
117
- <phase >post-integration-test</phase >
118
- <goals >
119
- <goal >report</goal >
120
- </goals >
121
- </execution >
122
- </executions >
123
- </plugin >
124
- <plugin >
125
- <groupId >org.apache.maven.plugins</groupId >
126
- <artifactId >maven-surefire-plugin</artifactId >
127
- <version >${maven-surefire-plugin.version} </version >
128
- </plugin >
129
- <plugin >
130
- <groupId >org.apache.maven.plugins</groupId >
131
- <artifactId >maven-failsafe-plugin</artifactId >
132
- <version >${maven-failsafe-plugin.version} </version >
133
- <executions >
134
- <execution >
135
- <goals >
136
- <goal >integration-test</goal >
137
- <goal >verify</goal >
138
- </goals >
139
- </execution >
140
- </executions >
141
- </plugin >
142
- </plugins >
143
- </build >
91
+ </dependencies >
92
+ <build >
93
+ <plugins >
94
+ <plugin >
95
+ <groupId >org.apache.maven.plugins</groupId >
96
+ <artifactId >maven-compiler-plugin</artifactId >
97
+ <version >${maven.compiler.version} </version >
98
+ <configuration >
99
+ <source >${maven.compile.source} </source >
100
+ <target >${maven.compile.source} </target >
101
+ <release >${maven.compile.source} </release >
102
+ </configuration >
103
+ </plugin >
104
+ <plugin >
105
+ <groupId >org.jacoco</groupId >
106
+ <artifactId >jacoco-maven-plugin</artifactId >
107
+ <version >${jacoco.version} </version >
108
+ <executions >
109
+ <execution >
110
+ <id >default-prepare-agent</id >
111
+ <goals >
112
+ <goal >prepare-agent</goal >
113
+ </goals >
114
+ </execution >
115
+ <execution >
116
+ <id >default-report</id >
117
+ <phase >post-integration-test</phase >
118
+ <goals >
119
+ <goal >report</goal >
120
+ </goals >
121
+ </execution >
122
+ </executions >
123
+ </plugin >
124
+ <plugin >
125
+ <groupId >org.apache.maven.plugins</groupId >
126
+ <artifactId >maven-surefire-plugin</artifactId >
127
+ <version >${maven-surefire-plugin.version} </version >
128
+ </plugin >
129
+ <plugin >
130
+ <groupId >org.apache.maven.plugins</groupId >
131
+ <artifactId >maven-failsafe-plugin</artifactId >
132
+ <version >${maven-failsafe-plugin.version} </version >
133
+ <executions >
134
+ <execution >
135
+ <goals >
136
+ <goal >integration-test</goal >
137
+ <goal >verify</goal >
138
+ </goals >
139
+ </execution >
140
+ </executions >
141
+ </plugin >
142
+ </plugins >
143
+ </build >
144
144
</project >
0 commit comments