Skip to content

Commit fe9ec41

Browse files
committed
Splits cq profile to formatting and cq
1 parent 06f7c30 commit fe9ec41

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445

446446
<profiles>
447447
<profile>
448-
<id>cq</id>
448+
<id>formatting</id>
449449
<build>
450450
<plugins>
451451
<plugin>
@@ -460,6 +460,13 @@
460460
</execution>
461461
</executions>
462462
</plugin>
463+
</plugins>
464+
</build>
465+
</profile>
466+
<profile>
467+
<id>cq</id>
468+
<build>
469+
<plugins>
463470
<plugin>
464471
<groupId>org.apache.maven.plugins</groupId>
465472
<artifactId>maven-pmd-plugin</artifactId>

0 commit comments

Comments
 (0)