Skip to content

Commit ef90954

Browse files
committed
Skip API validation on tooling projects
Signed-off-by: Marvin Froeder <[email protected]>
1 parent 7f9b0b5 commit ef90954

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -473,14 +473,6 @@
473473
<accessModifier>public</accessModifier>
474474
</parameter>
475475
</configuration>
476-
<executions>
477-
<execution>
478-
<goals>
479-
<goal>cmp</goal>
480-
</goals>
481-
<phase>verify</phase>
482-
</execution>
483-
</executions>
484476
</plugin>
485477
<plugin>
486478
<groupId>org.apache.maven.plugins</groupId>

querydsl-libraries/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,18 @@
138138
</execution>
139139
</executions>
140140
</plugin>
141+
<plugin>
142+
<groupId>com.github.siom79.japicmp</groupId>
143+
<artifactId>japicmp-maven-plugin</artifactId>
144+
<executions>
145+
<execution>
146+
<goals>
147+
<goal>cmp</goal>
148+
</goals>
149+
<phase>verify</phase>
150+
</execution>
151+
</executions>
152+
</plugin>
141153
</plugins>
142154
</build>
143155

0 commit comments

Comments
 (0)