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