|
|
@ -18,9 +18,10 @@
|
|
|
|
</modules>
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
|
|
|
|
<maven.test.skip>true</maven.test.skip>
|
|
|
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
|
|
|
<spring.maven.artifact.version>5.3.20</spring.maven.artifact.version>
|
|
|
|
<spring.maven.artifact.version>5.3.20</spring.maven.artifact.version>
|
|
|
|
<org.egovframe.rte.version>4.1.0</org.egovframe.rte.version>
|
|
|
|
<org.egovframe.rte.version>4.1.0</org.egovframe.rte.version>
|
|
|
|
<lombok.version>1.18.28</lombok.version>
|
|
|
|
<lombok.version>1.18.28</lombok.version>
|
|
|
@ -102,14 +103,26 @@
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugins>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
|
|
<propertiesEncoding>UTF-8</propertiesEncoding>
|
|
|
|
|
|
|
|
<nonFilteredFileExtensions>
|
|
|
|
|
|
|
|
<nonFilteredFileExtension>pdf</nonFilteredFileExtension>
|
|
|
|
|
|
|
|
<nonFilteredFileExtension>swf</nonFilteredFileExtension>
|
|
|
|
|
|
|
|
<nonFilteredFileExtension>xls</nonFilteredFileExtension>
|
|
|
|
|
|
|
|
<nonFilteredFileExtension>xlsx</nonFilteredFileExtension>
|
|
|
|
|
|
|
|
<nonFilteredFileExtension>zip</nonFilteredFileExtension>
|
|
|
|
|
|
|
|
</nonFilteredFileExtensions>
|
|
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>3.10.1</version>
|
|
|
|
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
<source>${maven.compiler.source}</source>
|
|
|
|
<source>${maven.compiler.source}</source>
|
|
|
|
<target>${maven.compiler.source}</target>
|
|
|
|
<target>${maven.compiler.source}</target>
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
|
|
|
<maxmem>1024m</maxmem>
|
|
|
|
<maxmem>1024m</maxmem>
|
|
|
|
<excludes>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/BouncyUtils.java</exclude>
|
|
|
|
<exclude>**/BouncyUtils.java</exclude>
|
|
|
@ -154,11 +167,9 @@
|
|
|
|
<quiet>true</quiet>
|
|
|
|
<quiet>true</quiet>
|
|
|
|
<verbose>false</verbose>
|
|
|
|
<verbose>false</verbose>
|
|
|
|
<locale>ko_KR</locale>
|
|
|
|
<locale>ko_KR</locale>
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
|
|
|
<show>private</show>
|
|
|
|
<show>private</show>
|
|
|
|
<nohelp>true</nohelp>
|
|
|
|
<nohelp>true</nohelp>
|
|
|
|
<charset>UTF-8</charset>
|
|
|
|
<charset>UTF-8</charset>
|
|
|
|
<docencoding>UTF-8</docencoding>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
<outputDirectory>${basedir}/javadoc</outputDirectory>
|
|
|
|
<outputDirectory>${basedir}/javadoc</outputDirectory>
|
|
|
|
<reportOutputDirectory>${basedir}/javadoc</reportOutputDirectory>
|
|
|
|
<reportOutputDirectory>${basedir}/javadoc</reportOutputDirectory>
|
|
|
|