Commit 87705ab1 by bianpeng

修改maven资源文件

parent e2bbf6f7
......@@ -5,7 +5,7 @@
<groupId>com.github</groupId>
<artifactId>mybatis-dsc-generator</artifactId>
<version>1.2.0.RELEASE</version>
<version>1.2.1.RELEASE</version>
<packaging>jar</packaging>
<name>mybatis-dsc-generator</name>
......@@ -92,12 +92,6 @@
<profile>
<id>release</id>
<build>
<resources>
<resource>
<directory>${project.basedir}/src/main/resources</directory>
<targetPath>META-INF/resources/</targetPath>
</resource>
</resources>
<plugins>
<!-- Source -->
<plugin>
......@@ -146,12 +140,6 @@
</profiles>
<build>
<resources>
<resource>
<directory>${project.basedir}/src/main/resources</directory>
<targetPath>META-INF/resources/</targetPath>
</resource>
</resources>
<plugins>
<!-- java编译插件 -->
<plugin>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment