1
0

fix: miss shade phase goal

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
502647092 2018-10-06 00:34:32 +08:00
parent d0549f7694
commit 9ee3662420

View File

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