|
|
|
@ -368,39 +368,8 @@ |
|
|
|
|
<artifactId>maven-artifact</artifactId> |
|
|
|
|
<version>3.3.9</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
<profiles> |
|
|
|
|
<profile> |
|
|
|
|
<id>full</id> |
|
|
|
|
<build> |
|
|
|
|
<plugins> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
|
<artifactId>buildnumber-maven-plugin</artifactId> |
|
|
|
|
<executions> |
|
|
|
|
<execution> |
|
|
|
|
<phase>validate</phase> |
|
|
|
|
<goals> |
|
|
|
|
<goal>create</goal> |
|
|
|
|
</goals> |
|
|
|
|
</execution> |
|
|
|
|
</executions> |
|
|
|
|
<configuration> |
|
|
|
|
<doCheck>false</doCheck> |
|
|
|
|
<doUpdate>false</doUpdate> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
</build> |
|
|
|
|
</profile> |
|
|
|
|
</profiles> |
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
|
<finalName>libresonic</finalName> |
|
|
|
|
<plugins> |
|
|
|
@ -411,6 +380,7 @@ |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
|
<version>1.5.2.RELEASE</version> |
|
|
|
|
<configuration> |
|
|
|
|
<mainClass>org.libresonic.player.boot.Application</mainClass> |
|
|
|
|
<layout>WAR</layout> |
|
|
|
@ -423,6 +393,22 @@ |
|
|
|
|
</execution> |
|
|
|
|
</executions> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
|
<artifactId>buildnumber-maven-plugin</artifactId> |
|
|
|
|
<executions> |
|
|
|
|
<execution> |
|
|
|
|
<phase>validate</phase> |
|
|
|
|
<goals> |
|
|
|
|
<goal>create</goal> |
|
|
|
|
</goals> |
|
|
|
|
</execution> |
|
|
|
|
</executions> |
|
|
|
|
<configuration> |
|
|
|
|
<doCheck>false</doCheck> |
|
|
|
|
<doUpdate>false</doUpdate> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId> |
|
|
|
|