mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 12:48:58 +08:00
✨ Introducing new features. 支持更优雅的打包的方式
This commit is contained in:
parent
9fe2ed3ba4
commit
22e33cf294
7
pom.xml
7
pom.xml
@ -99,7 +99,6 @@
|
||||
</dependencies>
|
||||
|
||||
<modules>
|
||||
<module>pig-boot</module>
|
||||
<module>pig-register</module>
|
||||
<module>pig-gateway</module>
|
||||
<module>pig-auth</module>
|
||||
@ -280,5 +279,11 @@
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>boot</id>
|
||||
<modules>
|
||||
<module>pig-boot</module>
|
||||
</modules>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
Loading…
Reference in New Issue
Block a user