fix: miss shade phase goal
Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
parent
d0549f7694
commit
9ee3662420
9
pom.xml
9
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user