Skip to content

Commit

Permalink
use mvn:site
Browse files Browse the repository at this point in the history
  • Loading branch information
siom79 committed Aug 25, 2024
1 parent b0efe81 commit f0d4705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
shell: bash
run: |
mvn -B verify
cat ./japicmp-testbase/japicmp-test-maven-plugin/target/japicmp/github-job-summary.md >$GITHUB_STEP_SUMMARY
mvn -pl japicmp site:site
cat japicmp/target/site/japicmp.md >$GITHUB_STEP_SUMMARY
20 changes: 0 additions & 20 deletions japicmp-testbase/japicmp-test-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,26 +79,6 @@
<artifactId>japicmp-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
<execution>
<id>github-job-summary</id>
<phase>pre-integration-test</phase>
<goals>
<goal>cmp</goal>
</goals>
<configuration>
<newVersion>
<dependency>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp</artifactId>
<version>${project.version}</version>
</dependency>
</newVersion>
<parameter>
<oldVersionPattern>\d+\.\d+\.\d+</oldVersionPattern>
<onlyModified>false</onlyModified>
</parameter>
</configuration>
</execution>
<execution>
<id>single-version</id>
<phase>pre-integration-test</phase>
Expand Down

0 comments on commit f0d4705

Please sign in to comment.