Skip to content

Commit a16e8ed

Browse files
committed
Added pom dev profile
1 parent a888944 commit a16e8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<profile> <!-- Use with `mvn clean test -Pdev` to generate PIT coverage reports for your tests -->
167167
<id>dev</id>
168168

169-
<properties> <!-- Change these to select target -->
169+
<properties> <!-- Modify this section to change target(s) -->
170170
<modulename>datastructures</modulename>
171171
<packagename>trees</packagename>
172172
<classname>AVLSimple</classname>

0 commit comments

Comments
 (0)