user maven 项目结构调整
ops 增加打包 build admin application 增加 profile
This commit is contained in:
20
pom.xml
20
pom.xml
@@ -23,4 +23,24 @@
|
||||
</modules>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>dubbo</artifactId>
|
||||
<version>2.6.5</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
||||
|
||||
<!--<distributionManagement>-->
|
||||
<!--<snapshotRepository>-->
|
||||
<!--<id>apache-snapshots</id>-->
|
||||
<!--<url>http://repository.apache.org/snapshots/</url>-->
|
||||
<!--</snapshotRepository>-->
|
||||
<!--</distributionManagement>-->
|
||||
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user