We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06f7c30 + fe9ec41 commit 8001499Copy full SHA for 8001499
.gitignore
@@ -0,0 +1,13 @@
1
+# eclipse
2
+.classpath
3
+.project
4
+.settings
5
+
6
+# idea
7
+.idea
8
+*.iml
9
+*.iws
10
+*.ipr
11
12
+# mac
13
+*.DS_Store
pom.xml
@@ -445,7 +445,7 @@
445
446
<profiles>
447
<profile>
448
- <id>cq</id>
+ <id>formatting</id>
449
<build>
450
<plugins>
451
<plugin>
@@ -460,6 +460,13 @@
460
</execution>
461
</executions>
462
</plugin>
463
+ </plugins>
464
+ </build>
465
+ </profile>
466
+ <profile>
467
+ <id>cq</id>
468
+ <build>
469
+ <plugins>
470
471
<groupId>org.apache.maven.plugins</groupId>
472
<artifactId>maven-pmd-plugin</artifactId>
0 commit comments