Skip to content

Instantly share code, notes, and snippets.

@hotoo
Created February 28, 2013 01:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hotoo/5053449 to your computer and use it in GitHub Desktop.
Save hotoo/5053449 to your computer and use it in GitHub Desktop.
--- .m2/settings.xml 2012-08-07 17:56:02.000000000 +0800
+++ .m3/settings.xml 2013-02-27 19:43:16.000000000 +0800
@@ -37,8 +37,8 @@
</server>
<server>
<id>arale.assets.dev.id</id>
- <username>dev</username>
- <password>dev123</password>
+ <username>admin</username>
+ <password>alipaydev</password>
</server>
<server>
<id>static-arale-server-id</id>
@@ -290,116 +290,6 @@
<arale.dev.asset.context>other/p36</arale.dev.asset.context>
</properties>
</profile>
-
-
- <!-- for Alipay SofaMVC -->
-
- <profile>
- <id>dev</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <repositories>
- <repository>
- <id>central_prod</id>
- <url>http://mvn.test.alipay.net:8080/artifactory/repo</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>central</id>
- <url>http://mvn.dev.alipay.net:8080/artifactory/repo</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>snapshots</id>
- <url>http://mvn.dev.alipay.net:8080/artifactory/repo</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>central</id>
- <url>http://mvn.dev.alipay.net:8080/artifactory/repo</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
- </profile>
- <profile>
- <id>test</id>
- <activation>
- <property>
- <name>env</name>
- <value>test</value>
- </property>
- </activation>
- <repositories>
- <repository>
- <id>central</id>
- <url>http://mvn.test.alipay.net:8080/artifactory/repo</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>snapshots</id>
- <url>http://mvn.test.alipay.net:8080/artifactory/repo</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>central</id>
- <url>http://mvn.test.alipay.net:8080/artifactory/repo</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
- </profile>
- <profile>
- <id>prod</id>
- <activation>
- <property>
- <name>env</name>
- <value>prod</value>
- </property>
- </activation>
- <repositories>
- <repository>
- <id>central</id>
- <url>http://mvn.test.alipay.net:8080/artifactory/repo</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>snapshots</id>
- <url>http://mvn.test.alipay.net:8080/artifactory/repo</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>central</id>
- <url>http://mvn.test.alipay.net:8080/artifactory/repo</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
- </profile>
</profiles>
<!-- activeProfiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment