|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
<version>2.7.18</version>
|
|
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<groupId>xit-app</groupId>
|
|
|
|
|
<artifactId>fims</artifactId>
|
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
@ -17,9 +17,8 @@
|
|
|
|
|
<description>과태료통합관리시스템</description>
|
|
|
|
|
<packaging>war</packaging>
|
|
|
|
|
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
<java.version>17</java.version>
|
|
|
|
|
<sggCd>41480</sggCd>
|
|
|
|
|
<instCd>4060000</instCd>
|
|
|
|
@ -185,6 +184,7 @@
|
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>ant-execute</id>
|
|
|
|
|
<phase>compile</phase>
|
|
|
|
|
<configuration>
|
|
|
|
|
<target>
|
|
|
|
@ -209,6 +209,9 @@
|
|
|
|
|
overwrite="true"/>
|
|
|
|
|
</target>
|
|
|
|
|
</configuration>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>run</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|