Skip to content

Commit

Permalink
try another diff
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan committed Oct 28, 2024
1 parent 109cc3f commit 22dcb7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
env:
JAVA_VERSION: ${{ matrix.java_version }}
run: |
mvn clean install -DskipTests -Ptest && mvn clean package -Ptest -DskipTests artifact:compare || mkdir ./target/core && mkdir ./target/compare && cd ./target/core && jar xvf ../../http-generator-core/target/avaje-http-generator-core-2.8-RC5.jar && cd ../compare && ls ../reference/io.avaje && jar xvf ../reference/io.avaje/avaje-http-generator-core-2.8-RC5.jar && cd .. && diff -r core compare
mvn clean install -DskipTests -Ptest && mvn clean package -Ptest -DskipTests artifact:compare || cd http-generator-core/target && mkdir ./core && mkdir ./compare && cd ./core && jar xvf ../avaje-http-generator-core-2.8-RC5.jar && cd ../compare && jar xvf ../reference/io.avaje/avaje-http-generator-core-2.8-RC5.jar && cd .. && diff -r core compare
7 changes: 0 additions & 7 deletions http-generator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,6 @@
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-artifact-plugin</artifactId>
<configuration>
<fail>false</fail>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 22dcb7b

Please sign in to comment.