Commit 05c2525d46f432eb80e3ffcd59186afa85d0a602

Authored by 徐烜
1 parent afad036c

iss更新2

修改pom.xml关于jaxb的插件设置,添加<phase>none</phase>,防止每次mvn compile重新生成相关的xsd映射的java文件
Showing 1 changed file with 1 additions and 0 deletions
@@ -413,6 +413,7 @@ @@ -413,6 +413,7 @@
413 <executions> 413 <executions>
414 <execution> 414 <execution>
415 <id>xjc</id> 415 <id>xjc</id>
  416 + <phase>none</phase>
416 <goals> 417 <goals>
417 <goal>xjc</goal> 418 <goal>xjc</goal>
418 </goals> 419 </goals>