|
@@ -4,9 +4,9 @@
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
- <groupId>BI</groupId>
|
|
|
- <artifactId>BI</artifactId>
|
|
|
- <version>1.0.3-SNAPSHOT</version>
|
|
|
+ <groupId>com.usoftchina.bi</groupId>
|
|
|
+ <artifactId>bi-server</artifactId>
|
|
|
+ <version>1.0.0</version>
|
|
|
<packaging>war</packaging>
|
|
|
|
|
|
<name>BI Maven Webapp</name>
|
|
@@ -18,22 +18,6 @@
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
</properties>
|
|
|
|
|
|
- <repositories>
|
|
|
- <repository>
|
|
|
- <id>maven-ali</id>
|
|
|
- <url>http://maven.aliyun.com/nexus/content/groups/public//</url>
|
|
|
- <releases>
|
|
|
- <enabled>true</enabled>
|
|
|
- </releases>
|
|
|
- <snapshots>
|
|
|
- <enabled>true</enabled>
|
|
|
- <updatePolicy>always</updatePolicy>
|
|
|
- <checksumPolicy>fail</checksumPolicy>
|
|
|
- </snapshots>
|
|
|
- </repository>
|
|
|
- </repositories>
|
|
|
-
|
|
|
-
|
|
|
|
|
|
|
|
|
<parent>
|
|
@@ -230,4 +214,18 @@
|
|
|
</plugins>
|
|
|
</pluginManagement>
|
|
|
</build>
|
|
|
+ <distributionManagement>
|
|
|
+
|
|
|
+ <repository>
|
|
|
+ <id>platform-release</id>
|
|
|
+ <name>platform-release</name>
|
|
|
+ <url>http://10.10.101.21:8081/artifactory/libs-release-local</url>
|
|
|
+ </repository>
|
|
|
+
|
|
|
+ <snapshotRepository>
|
|
|
+ <id>platform-snapshots</id>
|
|
|
+ <name>platform-snapshots</name>
|
|
|
+ <url>http://10.10.101.21:8081/artifactory/libs-snapshot-local</url>
|
|
|
+ </snapshotRepository>
|
|
|
+ </distributionManagement>
|
|
|
</project>
|