Quellcode durchsuchen

去掉distributionManagement

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@4751 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
yingp vor 9 Jahren
Ursprung
Commit
ca2812d06c
1 geänderte Dateien mit 4 neuen und 18 gelöschten Zeilen
  1. 4 18
      pom.xml

+ 4 - 18
pom.xml

@@ -23,10 +23,6 @@
 				<!-- static plugin -->
 				<static-path>static</static-path>
 			</properties>
-			<!-- 默认 -->
-			<activation>
-				<activeByDefault>true</activeByDefault>
-			</activation>
 		</profile>
 		<profile>
 			<!-- 测试环境 -->
@@ -51,6 +47,10 @@
 				<!-- static plugin -->
 				<static-path>http://static.ubtob.com</static-path>
 			</properties>
+			<!-- 默认 -->
+			<activation>
+				<activeByDefault>true</activeByDefault>
+			</activation>
 		</profile>
 	</profiles>
 	<dependencies>
@@ -476,18 +476,4 @@
 		<maven.compiler.target>1.7</maven.compiler.target>
 		<skipTests>true</skipTests>
 	</properties>
-	<distributionManagement>
-		<!-- 发布release仓库 -->
-		<repository>
-			<id>platform-release</id>
-			<name>platform-release</name>
-			<url>http://192.168.253.111:8001/artifactory/libs-release-local</url>
-		</repository>
-		<!-- 发布快照版本 -->
-		<snapshotRepository>
-			<id>platform-snapshots</id>
-			<name>platform-snapshots</name>
-			<url>http://192.168.253.111:8001/artifactory/libs-snapshot-local</url>
-		</snapshotRepository>
-	</distributionManagement>
 </project>