1
0
Fork 0

fix: miss shade phase goal

Signed-off-by: 502647092 <admin@yumc.pw>
master
502647092 2018-10-06 00:34:32 +08:00
parent d0549f7694
commit 9ee3662420
1 changed files with 9 additions and 0 deletions

View File

@ -80,6 +80,15 @@
</relocation> </relocation>
</relocations> </relocations>
</configuration> </configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<!--suppress MybatisMapperXmlInspection -->
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>