Compare commits
2 Commits
0c06bf16c2
...
407dc13ac4
| Author | SHA1 | Date | |
|---|---|---|---|
| 407dc13ac4 | |||
|
|
9762be1244 |
@@ -52,7 +52,7 @@ jobs:
|
||||
|
||||
- name: Build project
|
||||
run: |
|
||||
mvn -B -DskipTests clean package
|
||||
mvn -B -DskipTests clean package -P prod-linux
|
||||
|
||||
- name: Deploy service
|
||||
if: success()
|
||||
|
||||
25
pom.xml
25
pom.xml
@@ -23,13 +23,6 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>apache-maven</id>
|
||||
<url>https://repo.maven.apache.org/maven2/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>dev-windows</id>
|
||||
@@ -112,12 +105,28 @@
|
||||
<configuration>
|
||||
<excludeDevtools>true</excludeDevtools>
|
||||
<mainClass>com.imyeyu.api.TimiServerAPI</mainClass>
|
||||
<finalName>${project.artifactId}</finalName>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>apache-maven</id>
|
||||
<url>https://repo.maven.apache.org/maven2/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>timi_nexus</id>
|
||||
<url>https://nexus.imyeyu.com/repository/maven-public/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.imyeyu.spring</groupId>
|
||||
|
||||
Reference in New Issue
Block a user