forked from RestComm/sip-servlets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexternal-components.xml
230 lines (229 loc) · 13.4 KB
/
external-components.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<artifactId>sip-servlets-external-modules-checkout</artifactId>
<groupId>org.mobicents.servlet.sip</groupId>
<version>1.2-SNAPSHOT</version>
<properties>
<checkout.basedir>${basedir}/target/dependencies</checkout.basedir>
<checkout.username>mobicents-read-only</checkout.username>
<checkout.password></checkout.password>
<media.core.1.x.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/media/core/mobicents-media-server-core-1.0.3.GA</media.core.1.x.connectionURL>
<!--media.core.2.x.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/media/2.x.y/core/mms-core-2.0.0.BETA3</media.core.2.x.connectionURL-->
<!--diameter.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/diameter/core/mux/mobicents-diameter-mux-1.1.0.GA/</diameter.connectionURL-->
<sip.balancer.connectionURL>scm:git:https://code.google.com/p/commscale.load-balancer</sip.balancer.connectionURL>
<!--sip.balancer.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/tools/sip-balancer</sip.balancer.connectionURL-->
<sglc.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/tools/simple-global-logging-configuration/mobicents-simple-global-logging-configuration-1.0.0</sglc.connectionURL>
<snmp.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/tools/snmp/5.1.0</snmp.connectionURL>
<!--snmp.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/tools/snmp-adaptor</snmp.connectionURL-->
</properties>
<profiles>
<profile>
<id>checkout</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.1</version>
<inherited>false</inherited>
<executions>
<execution>
<id>media-core-1.x-checkout</id>
<phase>validate</phase>
<goals>
<goal>checkout</goal>
</goals>
<configuration>
<checkoutDirectory>${checkout.basedir}/media/1.x/core</checkoutDirectory>
<skipCheckoutIfExists>true</skipCheckoutIfExists>
<connectionUrl>${media.core.1.x.connectionURL}</connectionUrl>
<username>${checkout.username}</username>
<password>${checkout.password}</password>
</configuration>
</execution>
<!--execution>
<id>media-core-2.x-checkout</id>
<phase>validate</phase>
<goals>
<goal>checkout</goal>
</goals>
<configuration>
<checkoutDirectory>${checkout.basedir}/media/2.x/core</checkoutDirectory>
<skipCheckoutIfExists>true</skipCheckoutIfExists>
<connectionUrl>${media.core.2.x.connectionURL}</connectionUrl>
<username>${checkout.username}</username>
<password>${checkout.password}</password>
</configuration>
</execution-->
<execution>
<id>sip-balancer-checkout</id>
<phase>validate</phase>
<goals>
<goal>checkout</goal>
</goals>
<configuration>
<checkoutDirectory>${checkout.basedir}/sip-balancer</checkoutDirectory>
<skipCheckoutIfExists>true</skipCheckoutIfExists>
<connectionUrl>${sip.balancer.connectionURL}</connectionUrl>
<username>${checkout.username}</username>
<password>${checkout.password}</password>
<!--scmVersion>sip-balancer-1.5.0.FINAL</scmVersion>
<scmVersionType>tag</scmVersionType-->
</configuration>
</execution>
<!--execution>
<id>diameter-checkout</id>
<phase>validate</phase>
<goals>
<goal>checkout</goal>
</goals>
<configuration>
<checkoutDirectory>${checkout.basedir}/diameter</checkoutDirectory>
<skipCheckoutIfExists>true</skipCheckoutIfExists>
<connectionUrl>${diameter.connectionURL}</connectionUrl>
<username>${checkout.username}</username>
<password>${checkout.password}</password>
</configuration>
</execution-->
<execution>
<id>sglc-checkout</id>
<phase>validate</phase>
<goals>
<goal>checkout</goal>
</goals>
<configuration>
<checkoutDirectory>${checkout.basedir}/sglc</checkoutDirectory>
<skipCheckoutIfExists>true</skipCheckoutIfExists>
<connectionUrl>${sglc.connectionURL}</connectionUrl>
<username>${checkout.username}</username>
<password>${checkout.password}</password>
</configuration>
</execution>
<execution>
<id>snmp-checkout</id>
<phase>validate</phase>
<goals>
<goal>checkout</goal>
</goals>
<configuration>
<checkoutDirectory>${checkout.basedir}/snmp-adaptor</checkoutDirectory>
<skipCheckoutIfExists>true</skipCheckoutIfExists>
<connectionUrl>${snmp.connectionURL}</connectionUrl>
<username>${checkout.username}</username>
<password>${checkout.password}</password>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>update</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<inherited>false</inherited>
<executions>
<!--execution>
<id>media-core-1.x-update</id>
<goals>
<goal>update</goal>
</goals>
<phase>validate</phase>
<configuration>
<basedir>${checkout.basedir}/media/1.x/core</basedir>
<scmVersion>HEAD</scmVersion>
<scmVersionType>revision</scmVersionType>
<connectionUrl>${media.core.1.x.connectionURL}</connectionUrl>
<username>${checkout.username}</username>
<password>${checkout.password}</password>
</configuration>
</execution>
<execution>
<id>media-core-2.x-update</id>
<goals>
<goal>update</goal>
</goals>
<phase>validate</phase>
<configuration>
<basedir>${checkout.basedir}/media/2.x/core</basedir>
<scmVersion>HEAD</scmVersion>
<scmVersionType>revision</scmVersionType>
<connectionUrl>${media.core.2.x.connectionURL}</connectionUrl>
<username>${checkout.username}</username>
<password>${checkout.password}</password>
</configuration>
</execution-->
<!--execution>
<id>sip-balancer-update</id>
<goals>
<goal>update</goal>
</goals>
<phase>validate</phase>
<configuration>
<basedir>${checkout.basedir}/sip-balancer</basedir>
<connectionUrl>${sip.balancer.connectionURL}</connectionUrl>
<username>${checkout.username}</username>
<password>${checkout.password}</password>
<scmVersion>sip-balancer-1.5.0.FINAL</scmVersion>
<scmVersionType>tag</scmVersionType>
</configuration>
</execution-->
<!--execution>
<id>diameter-update</id>
<goals>
<goal>update</goal>
</goals>
<phase>validate</phase>
<configuration>
<basedir>${checkout.basedir}/diameter</basedir>
<scmVersion>HEAD</scmVersion>
<scmVersionType>revision</scmVersionType>
<connectionUrl>${diameter.connectionURL}</connectionUrl>
<username>${checkout.username}</username>
<password>${checkout.password}</password>
</configuration>
</execution>
<execution>
<id>sglc-update</id>
<goals>
<goal>update</goal>
</goals>
<phase>validate</phase>
<configuration>
<basedir>${checkout.basedir}/sglc</basedir>
<scmVersion>HEAD</scmVersion>
<scmVersionType>revision</scmVersionType>
<connectionUrl>${sglc.connectionURL}</connectionUrl>
<username>${checkout.username}</username>
<password>${checkout.password}</password>
</configuration>
</execution>
<execution>
<id>snmp-update</id>
<goals>
<goal>update</goal>
</goals>
<phase>validate</phase>
<configuration>
<basedir>${checkout.basedir}/snmp-adaptor</basedir>
<scmVersion>HEAD</scmVersion>
<scmVersionType>revision</scmVersionType>
<connectionUrl>${snmp.connectionURL}</connectionUrl>
<username>${checkout.username}</username>
<password>${checkout.password}</password>
</configuration>
</execution-->
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>