|
1 | | -<!-- |
2 | | - Licensed to the Apache Software Foundation (ASF) under one |
3 | | - or more contributor license agreements. See the NOTICE file |
4 | | - distributed with this work for additional information |
5 | | - regarding copyright ownership. The ASF licenses this file |
6 | | - to you under the Apache License, Version 2.0 (the |
7 | | - "License"); you may not use this file except in compliance |
8 | | - with the License. You may obtain a copy of the License at |
9 | | -
|
10 | | - http://www.apache.org/licenses/LICENSE-2.0 |
11 | | -
|
12 | | - Unless required by applicable law or agreed to in writing, |
13 | | - software distributed under the License is distributed on an |
14 | | - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
15 | | - KIND, either express or implied. See the License for the |
16 | | - specific language governing permissions and limitations |
17 | | - under the License. |
18 | | ---> |
| 1 | +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor |
| 2 | + license agreements. See the NOTICE file distributed with this work for additional |
| 3 | + information regarding copyright ownership. The ASF licenses this file to |
| 4 | + you under the Apache License, Version 2.0 (the "License"); you may not use |
| 5 | + this file except in compliance with the License. You may obtain a copy of |
| 6 | + the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required |
| 7 | + by applicable law or agreed to in writing, software distributed under the |
| 8 | + License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS |
| 9 | + OF ANY KIND, either express or implied. See the License for the specific |
| 10 | + language governing permissions and limitations under the License. --> |
19 | 11 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
20 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 12 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
21 | 13 | <modelVersion>4.0.0</modelVersion> |
22 | 14 |
|
23 | 15 | <parent> |
|
34 | 26 | <description>Apache CloudStack is an IaaS (“Infrastracture as a Service”) cloud orchestration platform.</description> |
35 | 27 | <url>http://www.cloudstack.org</url> |
36 | 28 | <scm> |
37 | | - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git</connection> |
38 | | - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git</developerConnection> |
| 29 | + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/cloudstack.git</connection> |
| 30 | + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cloudstack.git</developerConnection> |
39 | 31 | </scm> |
40 | 32 | <issueManagement> |
41 | 33 | <system>jira</system> |
42 | 34 | <url>https://issues.apache.org/jira/browse/CLOUDSTACK</url> |
43 | 35 | </issueManagement> |
44 | 36 |
|
45 | 37 | <properties> |
46 | | - <!--skipTests>true</skipTests--> |
| 38 | + <!--skipTests>true</skipTests --> |
47 | 39 | <cs.jdk.version>1.6</cs.jdk.version> |
48 | 40 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
49 | 41 |
|
|
92 | 84 | <cs.java-ipv6.version>0.10</cs.java-ipv6.version> |
93 | 85 | <cs.replace.properties>build/replace.properties</cs.replace.properties> |
94 | 86 | <cs.libvirt-java.version>0.4.9</cs.libvirt-java.version> |
| 87 | + <cs.target.dir>target</cs.target.dir> |
95 | 88 | </properties> |
96 | 89 |
|
97 | 90 | <distributionManagement> |
|
106 | 99 | <mailingLists> |
107 | 100 | <mailingList> |
108 | 101 | <name>Apache CloudStack User List</name> |
109 | | - <subscribe>cloudstack-users-subscribe@incubator.apache.org</subscribe> |
110 | | - <unsubscribe>cloudstack-users-unsubscribe@incubator.apache.org</unsubscribe> |
111 | | - <post>cloudstack-users@incubator.apache.org</post> |
112 | | - <archive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-users</archive> |
| 102 | + <subscribe>users-subscribe@cloudstack.apache.org</subscribe> |
| 103 | + <unsubscribe>users-unsubscribe@cloudstack.apache.org</unsubscribe> |
| 104 | + <post>users@cloudstack.apache.org</post> |
| 105 | + <archive>http://mail-archives.apache.org/mod_mbox/cloudstack-users</archive> |
| 106 | + <otherArchives> |
| 107 | + <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-users</otherArchive> |
| 108 | + </otherArchives> |
113 | 109 | </mailingList> |
114 | 110 | <mailingList> |
115 | 111 | <name>Apache CloudStack Developer List</name> |
116 | | - <subscribe>cloudstack-dev-subscribe@incubator.apache.org</subscribe> |
117 | | - <unsubscribe>cloudstack-dev-unsubscribe@incubator.apache.org</unsubscribe> |
118 | | - <post>cloudstack-dev@incubator.apache.org</post> |
119 | | - <archive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev</archive> |
| 112 | + <subscribe>dev-subscribe@cloudstack.apache.org</subscribe> |
| 113 | + <unsubscribe>dev-unsubscribe@cloudstack.apache.org</unsubscribe> |
| 114 | + <post>dev@cloudstack.apache.org</post> |
| 115 | + <archive>http://mail-archives.apache.org/mod_mbox/cloudstack-dev</archive> |
| 116 | + <otherArchives> |
| 117 | + <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev</otherArchive> |
| 118 | + </otherArchives> |
120 | 119 | </mailingList> |
121 | 120 | <mailingList> |
122 | 121 | <name>Apache CloudStack Commits List</name> |
123 | | - <subscribe>cloudstack-commits-subscribe@incubator.apache.org</subscribe> |
124 | | - <unsubscribe>cloudstack-commits-unsubscribe@incubator.apache.org</unsubscribe> |
125 | | - <post>cloudstack-commits@incubator.apache.org</post> |
126 | | - <archive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-commits</archive> |
| 122 | + <subscribe>commits-subscribe@cloudstack.apache.org</subscribe> |
| 123 | + <unsubscribe>commits-unsubscribe@cloudstack.apache.org</unsubscribe> |
| 124 | + <post>commits@cloudstack.apache.org</post> |
| 125 | + <archive>http://mail-archives.apache.org/mod_mbox/cloudstack-commits</archive> |
| 126 | + <otherArchives> |
| 127 | + <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-commits</otherArchive> |
| 128 | + </otherArchives> |
127 | 129 | </mailingList> |
128 | 130 | </mailingLists> |
129 | 131 |
|
130 | 132 | <developers> |
131 | 133 | <developer> |
132 | 134 | <name>The Apache CloudStack Team</name> |
133 | | - <email>cloudstack-dev@incubator.apache.org</email> |
134 | | - <url>http://incubator.apache.org/projects/cloudstack.html</url> |
| 135 | + <email>dev@cloudstack.apache.org</email> |
| 136 | + <url>http://cloudstack.apache.org/</url> |
135 | 137 | <organization>Apache Software Foundation</organization> |
136 | 138 | <organizationUrl>http://apache.org/</organizationUrl> |
137 | 139 | </developer> |
138 | 140 | </developers> |
139 | 141 |
|
140 | 142 | <ciManagement> |
141 | | - <system>Jenkin</system> |
142 | | - <url>http://jenkins.cloudstack.org/</url> |
| 143 | + <system>Jenkins</system> |
| 144 | + <url>http://builds.apache.org/</url> |
143 | 145 | </ciManagement> |
144 | 146 |
|
145 | 147 | <licenses> |
|
204 | 206 | <artifactId>spring-web</artifactId> |
205 | 207 | <version>${org.springframework.version}</version> |
206 | 208 | </dependency> |
| 209 | + <!-- <dependency> <groupId>org.springframework</groupId> <artifactId>spring-expression</artifactId> |
| 210 | + <version>${org.springframework.version}</version> </dependency> <dependency> |
| 211 | + <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> |
| 212 | + <version>${org.springframework.version}</version> </dependency> <dependency> |
| 213 | + <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> |
| 214 | + <version>${org.springframework.version}</version> </dependency> <dependency> |
| 215 | + <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> |
| 216 | + <version>${org.springframework.version}</version> </dependency> <dependency> |
| 217 | + <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> |
| 218 | + <version>${org.springframework.version}</version> </dependency> <dependency> |
| 219 | + <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> |
| 220 | + <version>${org.springframework.version}</version> </dependency> <dependency> |
| 221 | + <groupId>org.springframework</groupId> <artifactId>spring-orm</artifactId> |
| 222 | + <version>${org.springframework.version}</version> </dependency> <dependency> |
| 223 | + <groupId>org.springframework</groupId> <artifactId>spring-oxm</artifactId> |
| 224 | + <version>${org.springframework.version}</version> </dependency> <dependency> |
| 225 | + <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> |
| 226 | + <version>${org.springframework.version}</version> </dependency> --> |
207 | 227 | <dependency> |
208 | 228 | <groupId>org.mockito</groupId> |
209 | 229 | <artifactId>mockito-all</artifactId> |
|
235 | 255 |
|
236 | 256 | <build> |
237 | 257 | <defaultGoal>install</defaultGoal> |
| 258 | + <outputDirectory>${basedir}/${cs.target.dir}/classes</outputDirectory> |
| 259 | + <testOutputDirectory>${basedir}/${cs.target.dir}/test-classes</testOutputDirectory> |
238 | 260 | <pluginManagement> |
239 | 261 | <plugins> |
240 | 262 | <plugin> |
|
471 | 493 | </modules> |
472 | 494 | </profile> |
473 | 495 | <profile> |
| 496 | + <id>eclipse</id> |
| 497 | + <properties> |
| 498 | + <cs.target.dir>target-eclipse</cs.target.dir> |
| 499 | + </properties> |
| 500 | + </profile> |
| 501 | + <profile> |
474 | 502 | <id>developer</id> |
475 | 503 | <properties> |
476 | 504 | <marvin.config>tools/devcloud/devcloud.cfg</marvin.config> |
|
480 | 508 | <module>tools</module> |
481 | 509 | </modules> |
482 | 510 | </profile> |
| 511 | + <profile> |
| 512 | + <id>impatient</id> |
| 513 | + <properties> |
| 514 | + <marvin.config>tools/devcloud/devcloud.cfg</marvin.config> |
| 515 | + </properties> |
| 516 | + <modules> |
| 517 | + <module>developer</module> |
| 518 | + <!--module>tools/devcloud</module--> |
| 519 | + </modules> |
| 520 | + </profile> |
483 | 521 | <profile> |
484 | 522 | <id>vmware</id> |
485 | 523 | <activation> |
|
0 commit comments