Skip to content

Commit 6dd964e

Browse files
Identention corrected to use spaces instead of tabs in XML files
1 parent 0903d07 commit 6dd964e

1 file changed

Lines changed: 77 additions & 76 deletions

File tree

plugins/hypervisors/ovm3/pom.xml

Lines changed: 77 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,81 @@
11
<!-- 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. -->
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. -->
1111
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13-
<modelVersion>4.0.0</modelVersion>
14-
<artifactId>cloud-plugin-hypervisor-ovm3</artifactId>
15-
<name>Apache CloudStack Plugin - Hypervisor OracleVM3</name>
16-
<parent>
17-
<groupId>org.apache.cloudstack</groupId>
18-
<artifactId>cloudstack-plugins</artifactId>
19-
<version>4.12.0.0-SNAPSHOT</version>
20-
<relativePath>../../pom.xml</relativePath>
21-
</parent>
12+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13+
<modelVersion>4.0.0</modelVersion>
14+
<artifactId>cloud-plugin-hypervisor-ovm3</artifactId>
15+
<name>Apache CloudStack Plugin - Hypervisor OracleVM3</name>
2216

23-
<dependencies>
24-
<dependency>
25-
<groupId>org.apache.xmlrpc</groupId>
26-
<artifactId>xmlrpc-client</artifactId>
27-
<version>${cs.xmlrpc.version}</version>
28-
</dependency>
29-
<dependency>
30-
<groupId>org.apache.xmlrpc</groupId>
31-
<artifactId>xmlrpc-common</artifactId>
32-
<version>${cs.xmlrpc.version}</version>
33-
</dependency>
34-
<dependency>
35-
<groupId>org.apache.commons</groupId>
36-
<artifactId>commons-lang3</artifactId>
37-
<version>${cs.commons-lang3.version}</version>
38-
</dependency>
39-
<dependency>
40-
<groupId>log4j</groupId>
41-
<artifactId>log4j</artifactId>
42-
<version>${cs.log4j.version}</version>
43-
</dependency>
44-
</dependencies>
45-
46-
<build>
47-
<pluginManagement>
48-
<plugins>
49-
<plugin>
50-
<artifactId>maven-surefire-plugin</artifactId>
51-
<configuration>
52-
<skipTests>true</skipTests>
53-
</configuration>
54-
</plugin>
55-
</plugins>
56-
</pluginManagement>
57-
</build>
58-
59-
<profiles>
60-
<profile>
61-
<id>integration</id>
62-
<build>
63-
<plugins>
64-
<plugin>
65-
<groupId>org.apache.maven.plugins</groupId>
66-
<artifactId>maven-failsafe-plugin</artifactId>
67-
<executions>
68-
<execution>
69-
<goals>
70-
<goal>integration-test</goal>
71-
<goal>verify</goal>
72-
</goals>
73-
</execution>
74-
</executions>
75-
</plugin>
76-
</plugins>
77-
</build>
78-
</profile>
79-
</profiles>
17+
<parent>
18+
<groupId>org.apache.cloudstack</groupId>
19+
<artifactId>cloudstack-plugins</artifactId>
20+
<version>4.12.0.0-SNAPSHOT</version>
21+
<relativePath>../../pom.xml</relativePath>
22+
</parent>
23+
24+
<dependencies>
25+
<dependency>
26+
<groupId>org.apache.xmlrpc</groupId>
27+
<artifactId>xmlrpc-client</artifactId>
28+
<version>${cs.xmlrpc.version}</version>
29+
</dependency>
30+
<dependency>
31+
<groupId>org.apache.xmlrpc</groupId>
32+
<artifactId>xmlrpc-common</artifactId>
33+
<version>${cs.xmlrpc.version}</version>
34+
</dependency>
35+
<dependency>
36+
<groupId>org.apache.commons</groupId>
37+
<artifactId>commons-lang3</artifactId>
38+
<version>${cs.commons-lang3.version}</version>
39+
</dependency>
40+
<dependency>
41+
<groupId>log4j</groupId>
42+
<artifactId>log4j</artifactId>
43+
<version>${cs.log4j.version}</version>
44+
</dependency>
45+
</dependencies>
46+
47+
<build>
48+
<pluginManagement>
49+
<plugins>
50+
<plugin>
51+
<artifactId>maven-surefire-plugin</artifactId>
52+
<configuration>
53+
<skipTests>true</skipTests>
54+
</configuration>
55+
</plugin>
56+
</plugins>
57+
</pluginManagement>
58+
</build>
59+
60+
<profiles>
61+
<profile>
62+
<id>integration</id>
63+
<build>
64+
<plugins>
65+
<plugin>
66+
<groupId>org.apache.maven.plugins</groupId>
67+
<artifactId>maven-failsafe-plugin</artifactId>
68+
<executions>
69+
<execution>
70+
<goals>
71+
<goal>integration-test</goal>
72+
<goal>verify</goal>
73+
</goals>
74+
</execution>
75+
</executions>
76+
</plugin>
77+
</plugins>
78+
</build>
79+
</profile>
80+
</profiles>
8081
</project>

0 commit comments

Comments
 (0)