Browse Source

增加私服相关配置:http://114.215.100.48:9090/nexus/content/groups/public/

huangbo 7 years ago
parent
commit
59ab088f9a
2 changed files with 15 additions and 1 deletions
  1. 0 1
      ipu-plugin-basic/.classpath
  2. 15 0
      ipu-plugin-basic/pom.xml

+ 0 - 1
ipu-plugin-basic/.classpath

@ -17,6 +17,5 @@
17 17
			<attribute name="maven.pomderived" value="true"/>
18 18
		</attributes>
19 19
	</classpathentry>
20
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
21 20
	<classpathentry kind="output" path="target/classes"/>
22 21
</classpath>

+ 15 - 0
ipu-plugin-basic/pom.xml

@ -14,6 +14,21 @@
14 14
		<scan-code>1.0</scan-code>
15 15
		<android-lite-http>1.0</android-lite-http>
16 16
	</properties>
17
	
18
	<repositories>
19
		<repository>
20
			<id>ipu</id>
21
			<name>ipu repository</name>
22
			<url>http://114.215.100.48:9090/nexus/content/groups/public/</url>
23
			<releases>
24
				<enabled>true</enabled>
25
			</releases>
26
			<snapshots>
27
				<enabled>true</enabled>
28
				<updatePolicy>always</updatePolicy>
29
			</snapshots>
30
		</repository>
31
	</repositories>
17 32
18 33
	<dependencies>
19 34
		<dependency>