diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 15737a4..901966b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,10 +26,10 @@ jobs: run: sudo apt-get install -y ant - name: Build with Ant - run: ant -f proyecto/java_microservice/build.xml + run: ant -f proyecto/java_microservice/build.xml war - name: Upload Build Artifacts uses: actions/upload-artifact@v3 with: name: build-artifacts - path: proyecto/java_microservice/build/classes # Adjust this to the path of your build output + path: proyecto/java_microservice/build/ # Adjust this to point to your .war file diff --git a/proyecto/java_microservice/build.xml b/proyecto/java_microservice/build.xml index 6355794..3c20d5c 100644 --- a/proyecto/java_microservice/build.xml +++ b/proyecto/java_microservice/build.xml @@ -3,13 +3,15 @@ Any modifications will be overwritten. To include a user specific buildfile here, simply create one in the same directory with the processing instruction - as the first entry and export the buildfile again. --> + as the first entry and export the buildfile again. --> + + @@ -17,7 +19,9 @@ + + @@ -28,6 +32,7 @@ + @@ -37,12 +42,18 @@ + + + + + + @@ -50,7 +61,25 @@ + + + + + + + + + + + + + + + + + + @@ -60,6 +89,7 @@ +