|
|
@ -62,6 +62,7 @@ |
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
<build> |
|
|
|
|
|
|
|
<finalName>hzims-${project.name}-${project.version}</finalName> |
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>com.spotify</groupId> |
|
|
|
<groupId>com.spotify</groupId> |
|
|
@ -78,19 +79,6 @@ |
|
|
|
<skip>false</skip> |
|
|
|
<skip>false</skip> |
|
|
|
</configuration> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.mybatis.generator</groupId> |
|
|
|
|
|
|
|
<artifactId>mybatis-generator-maven-plugin</artifactId> |
|
|
|
|
|
|
|
<version>1.3.2</version> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
|
|
|
|
<verbose>true</verbose> |
|
|
|
|
|
|
|
<overwrite>true</overwrite> |
|
|
|
|
|
|
|
</configuration> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
</plugins> |
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
</build> |
|
|
|
|
|
|
|
|
|
|
|