We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7c0eb commit d9efaa3Copy full SHA for d9efaa3
.github/workflows/NMSReportingSuite-deployment.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
# Step 3: Build the JAR
23
- name: Build with Maven
24
- run: mvn clean install
+ run: mvn clean install -f NMSReportingSuite/pom.xml
25
26
# Step 4: Shutdown Tomcat if it is started
27
- name: Shutdown Tomcat if it is up
0 commit comments