Commit 6a83f369ecc6e4ed718e5aba0cc9d6a3afd64edf
idea
Showing
2 changed files
with
0 additions
and
27 deletions
pom.xml
... | ... | @@ -466,32 +466,7 @@ |
466 | 466 | <directory>src/main/resources</directory> |
467 | 467 | </resource> |
468 | 468 | </resources> |
469 | - <pluginManagement> | |
470 | 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 | 470 | <!-- war --> |
496 | 471 | <plugin> |
497 | 472 | <artifactId>maven-war-plugin</artifactId> |
... | ... | @@ -551,6 +526,5 @@ |
551 | 526 | </configuration> |
552 | 527 | </plugin> |
553 | 528 | </plugins> |
554 | - </pluginManagement> | |
555 | 529 | </build> |
556 | 530 | </project> | ... | ... |
src/test/resources/mbg/generatorConfig.xml
... | ... | @@ -4,7 +4,6 @@ |
4 | 4 | "http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd"> |
5 | 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 | 7 | <context id="corecenter"> |
9 | 8 | |
10 | 9 | <!--<plugin type="plugin.SelectByPagePlugin" />--> | ... | ... |