aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.moe>2023-11-22 23:19:48 -0800
committerPinapelz <yukais@pinapelz.com>2023-11-22 23:19:48 -0800
commit60a320dc9e680868608efbd2e46ae0910b8ba5f2 (patch)
tree6e273ae7dbf6c6f91e1af17cf9fd1331d5666836 /pom.xml
parent499fe2a90287c5a84a4b32ebc43fc7a609e8871c (diff)
Added a Procfile
- change settings config to env vars - allows for easier Heroku deployment Signed-off-by: Pinapelz <yukais@pinapelz.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml28
1 files changed, 3 insertions, 25 deletions
diff --git a/pom.xml b/pom.xml
index f47c925..ddccf53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,39 +68,17 @@
<defaultGoal>clean package</defaultGoal>
<plugins>
<plugin>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>3.3.0</version>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
+ <artifactId>maven-dependency-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
+ <id>copy-dependencies</id>
<phase>package</phase>
- <goals>
- <goal>shade</goal>
- </goals>
- <configuration>
- <transformers>
- <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
- <mainClass>Main</mainClass>
- </transformer>
- </transformers>
- <createDependencyReducedPom>false</createDependencyReducedPom>
- <shadedArtifactAttached>true</shadedArtifactAttached>
- </configuration>
+ <goals><goal>copy-dependencies</goal></goals>
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>10</source>
- <target>10</target>
- </configuration>
- </plugin>
</plugins>
<resources>
<resource>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage