Skip to content

Commit baed123

Browse files
Gregory PettGregory Pett
authored andcommitted
Pom file for testing
1 parent 4b68a6e commit baed123

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

pom.xml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.kohsuke</groupId>
4-
<artifactId>github-api</artifactId>
4+
<artifactId>cortexapps-github-api</artifactId>
55
<version>1.312-SNAPSHOT</version>
66
<name>GitHub API for Java</name>
77
<url>https://github-api.kohsuke.org/</url>
@@ -393,32 +393,32 @@
393393
</dependency>
394394
</dependencies>
395395
</plugin>
396-
<plugin>
397-
<groupId>com.github.siom79.japicmp</groupId>
398-
<artifactId>japicmp-maven-plugin</artifactId>
399-
<version>0.16.0</version>
400-
<configuration>
401-
<parameter>
402-
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
403-
<onlyModified>true</onlyModified>
404-
<includeSynthetic>true</includeSynthetic>
405-
<excludes>
406-
<!-- Classes in internal are public but are considered private for API stability purposes -->
407-
<exclude>org.kohsuke.github.internal</exclude>
408-
<!-- TODO: started failing in CI recently. This is part of the multi-release structure. -->
409-
<exclude>org.kohsuke.github.extras.HttpClientGitHubConnector#HttpClientGitHubConnector(java.net.http.HttpClient)</exclude>
410-
</excludes>
411-
</parameter>
412-
</configuration>
413-
<executions>
414-
<execution>
415-
<phase>verify</phase>
416-
<goals>
417-
<goal>cmp</goal>
418-
</goals>
419-
</execution>
420-
</executions>
421-
</plugin>
396+
<!-- <plugin>-->
397+
<!-- <groupId>com.github.siom79.japicmp</groupId>-->
398+
<!-- <artifactId>japicmp-maven-plugin</artifactId>-->
399+
<!-- <version>0.16.0</version>-->
400+
<!-- <configuration>-->
401+
<!-- <parameter>-->
402+
<!-- <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>-->
403+
<!-- <onlyModified>true</onlyModified>-->
404+
<!-- <includeSynthetic>true</includeSynthetic>-->
405+
<!-- <excludes>-->
406+
<!-- &lt;!&ndash; Classes in internal are public but are considered private for API stability purposes &ndash;&gt;-->
407+
<!-- <exclude>org.kohsuke.github.internal</exclude>-->
408+
<!-- &lt;!&ndash; TODO: started failing in CI recently. This is part of the multi-release structure. &ndash;&gt;-->
409+
<!-- <exclude>org.kohsuke.github.extras.HttpClientGitHubConnector#HttpClientGitHubConnector(java.net.http.HttpClient)</exclude>-->
410+
<!-- </excludes>-->
411+
<!-- </parameter>-->
412+
<!-- </configuration>-->
413+
<!-- <executions>-->
414+
<!-- <execution>-->
415+
<!-- <phase>verify</phase>-->
416+
<!-- <goals>-->
417+
<!-- <goal>cmp</goal>-->
418+
<!-- </goals>-->
419+
<!-- </execution>-->
420+
<!-- </executions>-->
421+
<!-- </plugin>-->
422422
</plugins>
423423
</build>
424424

0 commit comments

Comments
 (0)