Skip to content

Commit

Permalink
Merge pull request #32 from virtualsatellite/development
Browse files Browse the repository at this point in the history
Release v8
  • Loading branch information
PhilMFischer authored Nov 4, 2024
2 parents dbe1e3f + d12cb75 commit f533d69
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions bash/maven_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ printUsage() {
echo "Jobname:"
echo " dependencies Downloads and installs maven dependencies, e.g. overtarget."
echo " surefire To run all surefire tests including junit and swtbot."
echo " surecoverage To run all surefire tests including junit and swtbot and finally upload reports to codecov."
echo " sureheadless To run all surefire tests including junit and swtbot and finally upload reports to codecov. Alos starts xvfb and metacity."
echo " surecoverage To run all surefire tests including junit and swtbot and perform coverage check."
echo " sureheadless To run all surefire tests including junit and swtbot and perform coverage check. Also starts xvfb and metacity."
echo " spotbugs To run spotbugs static code analysis."
echo " checkstyle To run checkstyle for testing style guidelines."
echo " assemble To run full assemble including the java docs build."
Expand Down Expand Up @@ -99,11 +99,8 @@ callMavenSurefireAndCoverageHeadless() {

callMavenSurefireAndCoverage() {
callMavenSurefire
echo "CodeCov"
bash <(curl -s https://codecov.io/bash)
}


callMavenSpotbugs() {
echo "Maven - Spotbugs - ${MAVEN_PROFILE}"
mvn clean compile -P $MAVEN_PROFILE,target -B -V | tee maven.log
Expand Down

0 comments on commit f533d69

Please sign in to comment.