parent
bb722b40dd
commit
7a5ec1134f
42
core/pom.xml
42
core/pom.xml
|
@ -74,27 +74,27 @@
|
||||||
<target>21</target>
|
<target>21</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- <plugin>-->
|
<plugin>
|
||||||
<!-- <artifactId>maven-assembly-plugin</artifactId>-->
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
<!-- <executions>-->
|
<executions>
|
||||||
<!-- <execution>-->
|
<execution>
|
||||||
<!-- <phase>package</phase>-->
|
<phase>package</phase>
|
||||||
<!-- <goals>-->
|
<goals>
|
||||||
<!-- <goal>single</goal>-->
|
<goal>single</goal>
|
||||||
<!-- </goals>-->
|
</goals>
|
||||||
<!-- </execution>-->
|
</execution>
|
||||||
<!-- </executions>-->
|
</executions>
|
||||||
<!-- <configuration>-->
|
<configuration>
|
||||||
<!-- <archive>-->
|
<archive>
|
||||||
<!-- <manifest>-->
|
<manifest>
|
||||||
<!-- <mainClass>eu.eudat.EuDatApplication</mainClass>-->
|
<mainClass>eu.eudat.EuDatApplication</mainClass>
|
||||||
<!-- </manifest>-->
|
</manifest>
|
||||||
<!-- </archive>-->
|
</archive>
|
||||||
<!-- <descriptorRefs>-->
|
<descriptorRefs>
|
||||||
<!-- <descriptorRef>jar-with-dependencies</descriptorRef>-->
|
<descriptorRef>jar-with-dependencies</descriptorRef>
|
||||||
<!-- </descriptorRefs>-->
|
</descriptorRefs>
|
||||||
<!-- </configuration>-->
|
</configuration>
|
||||||
<!-- </plugin>-->
|
</plugin>
|
||||||
<!-- <plugin>-->
|
<!-- <plugin>-->
|
||||||
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
||||||
<!-- <artifactId>maven-shade-plugin</artifactId>-->
|
<!-- <artifactId>maven-shade-plugin</artifactId>-->
|
||||||
|
|
33
web/pom.xml
33
web/pom.xml
|
@ -62,39 +62,6 @@
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
|
||||||
<version>2.4</version>
|
|
||||||
<configuration>
|
|
||||||
<archive>
|
|
||||||
<manifest>
|
|
||||||
<addClasspath>true</addClasspath>
|
|
||||||
<mainClass>eu.eudat.deposit.DepositApplication</mainClass>
|
|
||||||
<classpathPrefix>dependency-jars/</classpathPrefix>
|
|
||||||
</manifest>
|
|
||||||
</archive>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-dependency-plugin</artifactId>
|
|
||||||
<version>2.5.1</version>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>copy-dependencies</id>
|
|
||||||
<phase>package</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>copy-dependencies</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<outputDirectory>
|
|
||||||
${project.build.directory}/dependency-jars/
|
|
||||||
</outputDirectory>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue