|
@ -5,20 +5,42 @@
|
5
|
5
|
|
6
|
6
|
<groupId>com.ai.ipu</groupId>
|
7
|
7
|
<artifactId>ipu-server-libs</artifactId>
|
8
|
|
<version>3.0</version>
|
|
8
|
<version>3.0-SNAPSHOT</version>
|
9
|
9
|
<packaging>pom</packaging>
|
10
|
10
|
<name>ipu-server-libs</name>
|
11
|
11
|
|
12
|
12
|
<distributionManagement>
|
13
|
13
|
<repository>
|
14
|
|
<id>exus-service-ipu-repository</id>
|
15
|
|
<name>nexus service ipu repository</name>
|
|
14
|
<id>ipu-exus</id>
|
16
|
15
|
<url>http://114.215.100.48:9090/nexus/content/repositories/ipu/</url>
|
17
|
16
|
</repository>
|
|
17
|
<snapshotRepository>
|
|
18
|
<id>ipu-snapshots-nexus</id>
|
|
19
|
<url>http://114.215.100.48:9090/nexus/content/repositories/ipu-snapshots/</url>
|
|
20
|
</snapshotRepository>
|
18
|
21
|
</distributionManagement>
|
|
22
|
|
|
23
|
<repositories>
|
|
24
|
<repository>
|
|
25
|
<id>ipu</id>
|
|
26
|
<name>ipu repository</name>
|
|
27
|
<url>http://114.215.100.48:9090/nexus/content/groups/public/</url>
|
|
28
|
<releases>
|
|
29
|
<enabled>true</enabled>
|
|
30
|
</releases>
|
|
31
|
<snapshots>
|
|
32
|
<enabled>true</enabled>
|
|
33
|
<updatePolicy>always</updatePolicy>
|
|
34
|
</snapshots>
|
|
35
|
</repository>
|
|
36
|
</repositories>
|
19
|
37
|
|
20
|
38
|
<!-- 定义公共变量 -->
|
21
|
39
|
<properties>
|
|
40
|
<!-- ipu jar -->
|
|
41
|
<ipu>3.0-SNAPSHOT</ipu>
|
|
42
|
<wade>1.0</wade>
|
|
43
|
|
22
|
44
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
23
|
45
|
<encoding>UTF-8</encoding>
|
24
|
46
|
|
|
@ -47,9 +69,6 @@
|
47
|
69
|
<java_memcache-release>2.5.3</java_memcache-release>
|
48
|
70
|
<amail>1.0</amail>
|
49
|
71
|
<zxing>1.0</zxing>
|
50
|
|
<!-- ipu jar -->
|
51
|
|
<ipu>3.0</ipu>
|
52
|
|
<wade>1.0</wade>
|
53
|
72
|
|
54
|
73
|
<!-- 公共插件 -->
|
55
|
74
|
<maven-clean-plugin>3.0.0</maven-clean-plugin>
|