Commit 6a83f369ecc6e4ed718e5aba0cc9d6a3afd64edf
idea
Showing
2 changed files
with
0 additions
and
27 deletions
pom.xml
@@ -466,32 +466,7 @@ | @@ -466,32 +466,7 @@ | ||
466 | <directory>src/main/resources</directory> | 466 | <directory>src/main/resources</directory> |
467 | </resource> | 467 | </resource> |
468 | </resources> | 468 | </resources> |
469 | - <pluginManagement> | ||
470 | <plugins> | 469 | <plugins> |
471 | - <plugin> | ||
472 | - <groupId>org.eclipse.m2e</groupId> | ||
473 | - <artifactId>lifecycle-mapping</artifactId> | ||
474 | - <version>1.0.0</version> | ||
475 | - <configuration> | ||
476 | - <lifecycleMappingMetadata> | ||
477 | - <pluginExecutions> | ||
478 | - <pluginExecution> | ||
479 | - <pluginExecutionFilter> | ||
480 | - <groupId>org.apache.maven.plugins</groupId> | ||
481 | - <artifactId>maven-enforcer-plugin</artifactId> | ||
482 | - <versionRange>[1.0.0,)</versionRange> | ||
483 | - <goals> | ||
484 | - <goal>enforce</goal> | ||
485 | - </goals> | ||
486 | - </pluginExecutionFilter> | ||
487 | - <action> | ||
488 | - <ignore /> | ||
489 | - </action> | ||
490 | - </pluginExecution> | ||
491 | - </pluginExecutions> | ||
492 | - </lifecycleMappingMetadata> | ||
493 | - </configuration> | ||
494 | - </plugin> | ||
495 | <!-- war --> | 470 | <!-- war --> |
496 | <plugin> | 471 | <plugin> |
497 | <artifactId>maven-war-plugin</artifactId> | 472 | <artifactId>maven-war-plugin</artifactId> |
@@ -551,6 +526,5 @@ | @@ -551,6 +526,5 @@ | ||
551 | </configuration> | 526 | </configuration> |
552 | </plugin> | 527 | </plugin> |
553 | </plugins> | 528 | </plugins> |
554 | - </pluginManagement> | ||
555 | </build> | 529 | </build> |
556 | </project> | 530 | </project> |
src/test/resources/mbg/generatorConfig.xml
@@ -4,7 +4,6 @@ | @@ -4,7 +4,6 @@ | ||
4 | "http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd"> | 4 | "http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd"> |
5 | <generatorConfiguration> | 5 | <generatorConfiguration> |
6 | <!-- 数据库驱动 --> | 6 | <!-- 数据库驱动 --> |
7 | - <classPathEntry location="/Users/ouyangmao/.m2/repository/mysql/mysql-connector-java/5.1.34/mysql-connector-java-5.1.34.jar"/> | ||
8 | <context id="corecenter"> | 7 | <context id="corecenter"> |
9 | 8 | ||
10 | <!--<plugin type="plugin.SelectByPagePlugin" />--> | 9 | <!--<plugin type="plugin.SelectByPagePlugin" />--> |