Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GarlandNic authored Mar 2, 2024
1 parent ccfbf35 commit 89e3cfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
run: mvn org.apache.maven.plugins:maven-install-plugin:3.1.1:install-file -Dfile=TourGuide/libs/gpsUtil.jar
- name: Build with Maven
run: |
mvn org.apache.maven.plugins:maven-install-plugin:3.1.1:install-file -Dfile=TourGuide/libs/RewardCentral.jar
mvn org.apache.maven.plugins:maven-install-plugin:3.1.1:install-file -Dfile=TourGuide/libs/TripPricer.jar
mvn org.apache.maven.plugins:maven-install-plugin:3.1.1:install-file -Dfile=TourGuide/libs/gpsUtil.jar
mvn install:install-file -Dfile=TourGuide/libs/RewardCentral.jar
mvn install:install-file -Dfile=TourGuide/libs/TripPricer.jar
mvn install:install-file -Dfile=TourGuide/libs/gpsUtil.jar
mvn -B package --file TourGuide/pom.xml
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
Expand Down

0 comments on commit 89e3cfd

Please sign in to comment.