Skip to content

Commit

Permalink
修改maven资源文件
Browse files Browse the repository at this point in the history
  • Loading branch information
bianpeng committed Jul 6, 2018
1 parent e2bbf6f commit 87705ab
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 87705ab

Please sign in to comment.