|
|
|
|
@ -3,22 +3,24 @@
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<groupId>org.egovframe.template</groupId>
|
|
|
|
|
<artifactId>simpleHomePage</artifactId>
|
|
|
|
|
<artifactId>simpleHomePage</artifactId>
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
<version>1.0.0</version>
|
|
|
|
|
<name>egovframework</name>
|
|
|
|
|
<url>example.egovframework.com</url>
|
|
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
|
<license>
|
|
|
|
|
<name>The Apache Software License, Version 2.0</name>
|
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
|
|
|
</license>
|
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<spring.maven.artifact.version>5.3.27</spring.maven.artifact.version>
|
|
|
|
|
<org.egovframe.rte.version>4.2.0</org.egovframe.rte.version>
|
|
|
|
|
<selenium.version>4.23.1</selenium.version>
|
|
|
|
|
<org.egovframe.rte.version>4.2.0</org.egovframe.rte.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>mvn2s</id>
|
|
|
|
|
@ -41,12 +43,14 @@
|
|
|
|
|
</snapshots>
|
|
|
|
|
</repository>
|
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
<!-- spring Boot Parent 설정 -->
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
|
<version>2.7.12</version>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<!-- spring boot dependency start -->
|
|
|
|
|
<dependency>
|
|
|
|
|
@ -80,29 +84,29 @@
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
|
|
|
|
<artifactId>tomcat-embed-core</artifactId>
|
|
|
|
|
<version>9.0.73</version>
|
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
|
|
|
|
<artifactId>tomcat-embed-core</artifactId>
|
|
|
|
|
<version>9.0.73</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
|
|
|
|
<artifactId>tomcat-embed-el</artifactId>
|
|
|
|
|
<version>9.0.73</version>
|
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
|
|
|
|
<artifactId>tomcat-embed-el</artifactId>
|
|
|
|
|
<version>9.0.73</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
|
|
|
|
<artifactId>tomcat-embed-jasper</artifactId>
|
|
|
|
|
<version>9.0.73</version>
|
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
|
|
|
|
<artifactId>tomcat-embed-jasper</artifactId>
|
|
|
|
|
<version>9.0.73</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
|
|
|
|
<artifactId>tomcat-embed-websocket</artifactId>
|
|
|
|
|
<version>9.0.73</version>
|
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
|
|
|
|
<artifactId>tomcat-embed-websocket</artifactId>
|
|
|
|
|
<version>9.0.73</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
|
|
<artifactId>tomcat-annotations-api</artifactId>
|
|
|
|
|
<version>9.0.73</version>
|
|
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
|
|
<artifactId>tomcat-annotations-api</artifactId>
|
|
|
|
|
<version>9.0.73</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
@ -121,12 +125,14 @@
|
|
|
|
|
</dependency>
|
|
|
|
|
-->
|
|
|
|
|
<!-- spring boot dependency end -->
|
|
|
|
|
|
|
|
|
|
<!-- swagger -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springdoc</groupId>
|
|
|
|
|
<artifactId>springdoc-openapi-ui</artifactId>
|
|
|
|
|
<version>1.7.0</version>
|
|
|
|
|
<groupId>org.springdoc</groupId>
|
|
|
|
|
<artifactId>springdoc-openapi-ui</artifactId>
|
|
|
|
|
<version>1.7.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
|
<artifactId>org.egovframe.rte.ptl.mvc</artifactId>
|
|
|
|
|
@ -158,25 +164,28 @@
|
|
|
|
|
<version>${org.egovframe.rte.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
|
<artifactId>org.egovframe.rte.fdl.security</artifactId>
|
|
|
|
|
<version>${org.egovframe.rte.version}</version>
|
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
|
<artifactId>org.egovframe.rte.fdl.security</artifactId>
|
|
|
|
|
<version>${org.egovframe.rte.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
|
<version>4.0.1</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.servlet.jsp.jstl</groupId>
|
|
|
|
|
<artifactId>jstl-api</artifactId>
|
|
|
|
|
<version>1.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<groupId>javax.servlet.jsp.jstl</groupId>
|
|
|
|
|
<artifactId>jstl-api</artifactId>
|
|
|
|
|
<version>1.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-dbcp2</artifactId>
|
|
|
|
|
<version>2.9.0</version>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-dbcp2</artifactId>
|
|
|
|
|
<version>2.9.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
@ -184,53 +193,64 @@
|
|
|
|
|
<version>1.18.28</version>
|
|
|
|
|
<optional>true</optional>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
|
<version>1.15</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-validator</groupId>
|
|
|
|
|
<artifactId>commons-validator</artifactId>
|
|
|
|
|
<version>1.7</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springmodules</groupId>
|
|
|
|
|
<artifactId>spring-modules-validation</artifactId>
|
|
|
|
|
<version>0.8</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.taglibs</groupId>
|
|
|
|
|
<artifactId>taglibs-standard-impl</artifactId>
|
|
|
|
|
<version>1.2.5</version>
|
|
|
|
|
<artifactId>taglibs-standard-impl</artifactId>
|
|
|
|
|
<version>1.2.5</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cglib</groupId>
|
|
|
|
|
<artifactId>cglib</artifactId>
|
|
|
|
|
<version>3.3.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.antlr</groupId>
|
|
|
|
|
<artifactId>antlr</artifactId>
|
|
|
|
|
<version>3.5</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-compress</artifactId>
|
|
|
|
|
<version>1.23.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.hsqldb</groupId>
|
|
|
|
|
<artifactId>hsqldb</artifactId>
|
|
|
|
|
<version>2.7.2</version>
|
|
|
|
|
<classifier>jdk8</classifier>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- mysql driver -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
|
<version>8.0.33</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
|
<version>8.0.33</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- oracle 10g driver -->
|
|
|
|
|
<!--
|
|
|
|
|
<dependency>
|
|
|
|
|
@ -239,6 +259,7 @@
|
|
|
|
|
<version>14</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<!-- altibase driver -->
|
|
|
|
|
<!--
|
|
|
|
|
<dependency>
|
|
|
|
|
@ -247,6 +268,7 @@
|
|
|
|
|
<version>5.1.3.18</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<!-- tibero driver -->
|
|
|
|
|
<!--
|
|
|
|
|
<dependency>
|
|
|
|
|
@ -255,6 +277,7 @@
|
|
|
|
|
<version>3.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<!-- cubrid driver -->
|
|
|
|
|
<!--
|
|
|
|
|
<dependency>
|
|
|
|
|
@ -263,12 +286,14 @@
|
|
|
|
|
<version>8.4</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<!-- validator -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.hibernate</groupId>
|
|
|
|
|
<artifactId>hibernate-validator</artifactId>
|
|
|
|
|
<version>7.0.4.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- log4jdbc driver -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.googlecode.log4jdbc</groupId>
|
|
|
|
|
@ -281,32 +306,38 @@
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
<artifactId>log4j-core</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- JWT 2022.07.27 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
|
|
|
<artifactId>jjwt</artifactId>
|
|
|
|
|
<version>0.9.1</version>
|
|
|
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
|
|
|
<artifactId>jjwt</artifactId>
|
|
|
|
|
<version>0.9.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
|
|
<version>1.5</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.servlet.jsp</groupId>
|
|
|
|
|
<artifactId>javax.servlet.jsp-api</artifactId>
|
|
|
|
|
<version>2.3.3</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.ibm.icu</groupId>
|
|
|
|
|
<artifactId>icu4j</artifactId>
|
|
|
|
|
<version>73.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse</groupId>
|
|
|
|
|
<artifactId>yasson</artifactId>
|
|
|
|
|
@ -317,13 +348,9 @@
|
|
|
|
|
<artifactId>javax.json</artifactId>
|
|
|
|
|
<version>1.1.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.seleniumhq.selenium</groupId>
|
|
|
|
|
<artifactId>selenium-java</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<defaultGoal>install</defaultGoal>
|
|
|
|
|
<directory>${basedir}/target</directory>
|
|
|
|
|
@ -340,11 +367,11 @@
|
|
|
|
|
<type>embedded</type>
|
|
|
|
|
</container>
|
|
|
|
|
<configuration>
|
|
|
|
|
<property name="cargo.servlet.port" value="8080" />
|
|
|
|
|
<property name="cargo.servlet.port" value="8080"/>
|
|
|
|
|
</configuration>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<version>3.11.0</version>
|
|
|
|
|
@ -356,48 +383,49 @@
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
|
|
<version>3.3.2</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>hibernate3-maven-plugin</artifactId>
|
|
|
|
|
<version>3.0</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<components>
|
|
|
|
|
<component>
|
|
|
|
|
<name>hbm2ddl</name>
|
|
|
|
|
<implementation>annotationconfiguration</implementation>
|
|
|
|
|
</component>
|
|
|
|
|
</components>
|
|
|
|
|
</configuration>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.hsqldb</groupId>
|
|
|
|
|
<artifactId>hsqldb</artifactId>
|
|
|
|
|
<version>2.7.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- EMMA -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>emma-maven-plugin</artifactId>
|
|
|
|
|
<version>1.0-alpha-3</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- PMD manven plugin -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
|
|
|
<version>3.21.0</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</pluginManagement>
|
|
|
|
|
<plugins>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
|
|
<version>3.3.2</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>hibernate3-maven-plugin</artifactId>
|
|
|
|
|
<version>3.0</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<components>
|
|
|
|
|
<component>
|
|
|
|
|
<name>hbm2ddl</name>
|
|
|
|
|
<implementation>annotationconfiguration</implementation>
|
|
|
|
|
</component>
|
|
|
|
|
</components>
|
|
|
|
|
</configuration>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.hsqldb</groupId>
|
|
|
|
|
<artifactId>hsqldb</artifactId>
|
|
|
|
|
<version>2.7.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- EMMA -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>emma-maven-plugin</artifactId>
|
|
|
|
|
<version>1.0-alpha-3</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- PMD manven plugin -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
|
|
|
<version>3.21.0</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</pluginManagement>
|
|
|
|
|
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>com.mysema.maven</groupId>
|
|
|
|
|
<artifactId>apt-maven-plugin</artifactId>
|
|
|
|
|
@ -411,7 +439,9 @@
|
|
|
|
|
<outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
|
|
|
|
|
<processor>com.querydsl.apt.jpa.JPAAnnotationProcessor</processor>
|
|
|
|
|
</configuration>
|
|
|
|
|
|
|
|
|
|
</execution>
|
|
|
|
|
|
|
|
|
|
<execution>
|
|
|
|
|
<id>generate-test-entities</id>
|
|
|
|
|
<phase>generate-test-sources</phase>
|
|
|
|
|
@ -435,108 +465,109 @@
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- EMMA -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
<version>3.1.2</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<skipTests>true</skipTests>
|
|
|
|
|
<forkMode>once</forkMode>
|
|
|
|
|
<reportFormat>xml</reportFormat>
|
|
|
|
|
<excludes>
|
|
|
|
|
<exclude>**/Abstract*.java</exclude>
|
|
|
|
|
<exclude>**/*Suite.java</exclude>
|
|
|
|
|
</excludes>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/*Test.java</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>emma-maven-plugin</artifactId>
|
|
|
|
|
<inherited>true</inherited>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- JavaDoc -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
|
<version>3.5.0</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- spring-boot-maven-plugin -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<executable>true</executable>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
<reporting>
|
|
|
|
|
<outputDirectory>${basedir}/target/site</outputDirectory>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
|
|
<version>3.4.4</version>
|
|
|
|
|
<reportSets>
|
|
|
|
|
<reportSet>
|
|
|
|
|
<id>sunlink</id>
|
|
|
|
|
<reports>
|
|
|
|
|
<report>javadoc</report>
|
|
|
|
|
</reports>
|
|
|
|
|
<inherited>true</inherited>
|
|
|
|
|
<configuration>
|
|
|
|
|
<links>
|
|
|
|
|
<link>https://docs.oracle.com/javase/8/docs/api/</link>
|
|
|
|
|
</links>
|
|
|
|
|
</configuration>
|
|
|
|
|
</reportSet>
|
|
|
|
|
</reportSets>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- JUnit Test Results & EMMA Coverage Reporting -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>emma-maven-plugin</artifactId>
|
|
|
|
|
<inherited>true</inherited>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>surefire-report-maven-plugin</artifactId>
|
|
|
|
|
<inherited>true</inherited>
|
|
|
|
|
<reportSets>
|
|
|
|
|
<reportSet>
|
|
|
|
|
<reports>
|
|
|
|
|
<report>report-only</report>
|
|
|
|
|
</reports>
|
|
|
|
|
</reportSet>
|
|
|
|
|
</reportSets>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- Generating JavaDoc Report -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<minmemory>128m</minmemory>
|
|
|
|
|
<maxmemory>512m</maxmemory>
|
|
|
|
|
<encoding>${encoding}</encoding>
|
|
|
|
|
<docencoding>${encoding}</docencoding>
|
|
|
|
|
<charset>${encoding}</charset>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- Generating Java Source in HTML -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<inputEncoding>${encoding}</inputEncoding>
|
|
|
|
|
<outputEncoding>${encoding}</outputEncoding>
|
|
|
|
|
<linkJavadoc>true</linkJavadoc>
|
|
|
|
|
<javadocDir>apidocs</javadocDir>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</reporting>
|
|
|
|
|
<!-- EMMA -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
<version>3.1.2</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<skipTests>true</skipTests>
|
|
|
|
|
<forkMode>once</forkMode>
|
|
|
|
|
<reportFormat>xml</reportFormat>
|
|
|
|
|
<excludes>
|
|
|
|
|
<exclude>**/Abstract*.java</exclude>
|
|
|
|
|
<exclude>**/*Suite.java</exclude>
|
|
|
|
|
</excludes>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/*Test.java</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>emma-maven-plugin</artifactId>
|
|
|
|
|
<inherited>true</inherited>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- JavaDoc -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
|
<version>3.5.0</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- spring-boot-maven-plugin -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<executable>true</executable>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
<reporting>
|
|
|
|
|
<outputDirectory>${basedir}/target/site</outputDirectory>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
|
|
<version>3.4.4</version>
|
|
|
|
|
<reportSets>
|
|
|
|
|
<reportSet>
|
|
|
|
|
<id>sunlink</id>
|
|
|
|
|
<reports>
|
|
|
|
|
<report>javadoc</report>
|
|
|
|
|
</reports>
|
|
|
|
|
<inherited>true</inherited>
|
|
|
|
|
<configuration>
|
|
|
|
|
<links>
|
|
|
|
|
<link>https://docs.oracle.com/javase/8/docs/api/</link>
|
|
|
|
|
</links>
|
|
|
|
|
</configuration>
|
|
|
|
|
</reportSet>
|
|
|
|
|
</reportSets>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- JUnit Test Results & EMMA Coverage Reporting -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>emma-maven-plugin</artifactId>
|
|
|
|
|
<inherited>true</inherited>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>surefire-report-maven-plugin</artifactId>
|
|
|
|
|
<inherited>true</inherited>
|
|
|
|
|
<reportSets>
|
|
|
|
|
<reportSet>
|
|
|
|
|
<reports>
|
|
|
|
|
<report>report-only</report>
|
|
|
|
|
</reports>
|
|
|
|
|
</reportSet>
|
|
|
|
|
</reportSets>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- Generating JavaDoc Report -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<minmemory>128m</minmemory>
|
|
|
|
|
<maxmemory>512m</maxmemory>
|
|
|
|
|
<encoding>${encoding}</encoding>
|
|
|
|
|
<docencoding>${encoding}</docencoding>
|
|
|
|
|
<charset>${encoding}</charset>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- Generating Java Source in HTML -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<inputEncoding>${encoding}</inputEncoding>
|
|
|
|
|
<outputEncoding>${encoding}</outputEncoding>
|
|
|
|
|
<linkJavadoc>true</linkJavadoc>
|
|
|
|
|
<javadocDir>apidocs</javadocDir>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</reporting>
|
|
|
|
|
</project>
|
|
|
|
|
|