Skip to content

Commit bd0c6b9

Browse files
committed
formatted
1 parent ccb1862 commit bd0c6b9

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

pom.xml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99

1010
<artifactId>protocol-attacker</artifactId>
11-
<version>2.0.6-json</version>
11+
<version>2.0.6-SNAPSHOT</version>
1212

1313
<name>Protocol-Attacker</name>
1414
<description>Protocol-Attacker is a framework for the creation of protocol analysis tools</description>
@@ -122,8 +122,7 @@
122122
<build>
123123
<finalName>ProtocolAttacker</finalName>
124124
<plugins>
125-
<!--#################
126-
default lifecycle plugins #################-->
125+
<!--################# default lifecycle plugins #################-->
127126
<!-- Formatting -->
128127
<plugin>
129128
<groupId>com.diffplug.spotless</groupId>
@@ -199,11 +198,9 @@
199198
<includes>
200199
<include>**/*.java</include>
201200
</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) -->
204202
<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 -->
207204
<forkCount>3</forkCount>
208205
<reuseForks>true</reuseForks>
209206
<!-- By default we include all but integration tests during surefire execution -->
@@ -260,8 +257,7 @@
260257
<groupId>org.apache.maven.plugins</groupId>
261258
<artifactId>maven-failsafe-plugin</artifactId>
262259
<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. -->
265261
<includes>
266262
<include>**/*.java</include>
267263
</includes>
@@ -286,8 +282,7 @@
286282
</execution>
287283
</executions>
288284
</plugin>
289-
<!--############
290-
plugins without lifecycle bindings #############-->
285+
<!--############ plugins without lifecycle bindings #############-->
291286
<!-- Static code analysis -->
292287
<plugin>
293288
<groupId>com.github.spotbugs</groupId>
@@ -309,8 +304,7 @@
309304
<build>
310305
<pluginManagement>
311306
<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 -->
314308
<plugin>
315309
<groupId>org.apache.maven.plugins</groupId>
316310
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)