all
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -27,6 +27,11 @@ jobs:
|
||||
- name: Build with Maven
|
||||
run: mvn -B clean package
|
||||
|
||||
- name: Debug jar output
|
||||
run: |
|
||||
echo "Listing target directory:"
|
||||
ls -la target
|
||||
|
||||
- name: Deploy JAR via native SCP
|
||||
uses: appleboy/ssh-action@v0.1.7
|
||||
with:
|
||||
|
||||
6
pom.xml
6
pom.xml
@@ -69,7 +69,7 @@
|
||||
<target>11</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<!-- <plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>3.2.0</version>
|
||||
@@ -80,7 +80,7 @@
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugin>-->
|
||||
<!-- Maven Assembly Plugin for creating executable JAR with dependencies -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
@@ -89,7 +89,7 @@
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<mainClass>com.auction.TroostwijkScraper</mainClass>
|
||||
<mainClass>com.auction.Main</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
<descriptorRefs>
|
||||
|
||||
Reference in New Issue
Block a user