Skip to content

Commit

Permalink
[NO JIRA] Improve CI, build java-custom-rules-example only one time a…
Browse files Browse the repository at this point in the history
…nd download it for the "plugin" IT
  • Loading branch information
alban-auzeill committed Nov 23, 2023
1 parent b4ab8a3 commit c571291
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ plugin_qa_task:
qa_script:
- source cirrus-env QA
- source set_maven_build_version $BUILD_NUMBER
- cd docs/java-custom-rules-example
- mvn clean install -B -e -V
- cd ../../its/plugin
- cd its/plugin
- mvn package -Pit-plugin -Dsonar.runtimeVersion=${SQ_VERSION} -Dmaven.test.redirectTestOutputToFile=false -B -e -V -Dparallel=classes -DuseUnlimitedThreads=true
cleanup_before_cache_script: cleanup_maven_repository

Expand Down
1 change: 0 additions & 1 deletion docs/java-custom-rules-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<properties>
<jacoco.version>0.8.10</jacoco.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.deploy.skip>false</maven.deploy.skip>
</properties>

<dependencies>
Expand Down

0 comments on commit c571291

Please sign in to comment.