|
8 | 8 | </parent> |
9 | 9 |
|
10 | 10 | <artifactId>protocol-attacker</artifactId> |
11 | | - <version>2.0.6-json</version> |
| 11 | + <version>2.0.6-SNAPSHOT</version> |
12 | 12 |
|
13 | 13 | <name>Protocol-Attacker</name> |
14 | 14 | <description>Protocol-Attacker is a framework for the creation of protocol analysis tools</description> |
|
122 | 122 | <build> |
123 | 123 | <finalName>ProtocolAttacker</finalName> |
124 | 124 | <plugins> |
125 | | - <!--################# |
126 | | - default lifecycle plugins #################--> |
| 125 | + <!--################# default lifecycle plugins #################--> |
127 | 126 | <!-- Formatting --> |
128 | 127 | <plugin> |
129 | 128 | <groupId>com.diffplug.spotless</groupId> |
|
199 | 198 | <includes> |
200 | 199 | <include>**/*.java</include> |
201 | 200 | </includes> |
202 | | - <!-- Allow parallel execution of unit tests (execution in series within test |
203 | | - classes) --> |
| 201 | + <!-- Allow parallel execution of unit tests (execution in series within test classes) --> |
204 | 202 | <parallel>classes</parallel> |
205 | | - <!-- Can be adjusted depending on the local system, 3 should be a fair default |
206 | | - value --> |
| 203 | + <!-- Can be adjusted depending on the local system, 3 should be a fair default value --> |
207 | 204 | <forkCount>3</forkCount> |
208 | 205 | <reuseForks>true</reuseForks> |
209 | 206 | <!-- By default we include all but integration tests during surefire execution --> |
|
260 | 257 | <groupId>org.apache.maven.plugins</groupId> |
261 | 258 | <artifactId>maven-failsafe-plugin</artifactId> |
262 | 259 | <configuration> |
263 | | - <!-- By default, the Failsafe plugin excludes various files. We have to override |
264 | | - that. --> |
| 260 | + <!-- By default, the Failsafe plugin excludes various files. We have to override that. --> |
265 | 261 | <includes> |
266 | 262 | <include>**/*.java</include> |
267 | 263 | </includes> |
|
286 | 282 | </execution> |
287 | 283 | </executions> |
288 | 284 | </plugin> |
289 | | - <!--############ |
290 | | - plugins without lifecycle bindings #############--> |
| 285 | + <!--############ plugins without lifecycle bindings #############--> |
291 | 286 | <!-- Static code analysis --> |
292 | 287 | <plugin> |
293 | 288 | <groupId>com.github.spotbugs</groupId> |
|
309 | 304 | <build> |
310 | 305 | <pluginManagement> |
311 | 306 | <plugins> |
312 | | - <!-- Configure Surefire to run SlowTests during integration-test phase to |
313 | | - speed up the build process --> |
| 307 | + <!-- Configure Surefire to run SlowTests during integration-test phase to speed up the build process --> |
314 | 308 | <plugin> |
315 | 309 | <groupId>org.apache.maven.plugins</groupId> |
316 | 310 | <artifactId>maven-surefire-plugin</artifactId> |
|
0 commit comments