Martin Peřina has posted comments on this change.

Change subject: reformat all pom.xml files
......................................................................


Patch Set 8:

(63 comments)

https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/bll/pom.xml
File backend/manager/modules/bll/pom.xml:

Line 1: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 2:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Please use same formatting in all files:

 <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/xsd/maven-4.0.0.xsd";>
Line 3:   <modelVersion>4.0.0</modelVersion>
Line 4: 
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.core</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/branding/pom.xml
File backend/manager/modules/branding/pom.xml:

Line 1: <?xml version="1.0"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>


Line 1: <?xml version="1.0"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Please use same formatting in all files:

 <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/xsd/maven-4.0.0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.core</groupId>
Line 7:     <artifactId>manager-modules</artifactId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/builtin-extensions/pom.xml
File backend/manager/modules/builtin-extensions/pom.xml:

Line 1: <?xml version="1.0"?>
Please remove the line
Line 2: <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
Line 3:          xmlns="http://maven.apache.org/POM/4.0.0";
Line 4:          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
Line 5:   <modelVersion>4.0.0</modelVersion>


Line 1: <?xml version="1.0"?>
Line 2: <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
Line 3:          xmlns="http://maven.apache.org/POM/4.0.0";
Line 4:          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
Please use same formatting in all files:

 <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/xsd/maven-4.0.0.xsd";>
Line 5:   <modelVersion>4.0.0</modelVersion>
Line 6:   <parent>
Line 7:     <groupId>org.ovirt.engine.core</groupId>
Line 8:     <artifactId>manager-modules</artifactId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/common/pom.xml
File backend/manager/modules/common/pom.xml:

Line 1: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 2:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Please use same formatting in all files:

 <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/xsd/maven-4.0.0.xsd";>
Line 3:   <modelVersion>4.0.0</modelVersion>
Line 4: 
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.core</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/compat/pom.xml
File backend/manager/modules/compat/pom.xml:

Line 1: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 2:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Please use same formatting in all files:

 <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/xsd/maven-4.0.0.xsd";>
Line 3:   <modelVersion>4.0.0</modelVersion>
Line 4: 
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.core</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/dal/pom.xml
File backend/manager/modules/dal/pom.xml:

Line 1: <?xml version="1.0"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>


Line 1: <?xml version="1.0"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Please use same formatting in all files:

 <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/xsd/maven-4.0.0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.core</groupId>
Line 7:     <artifactId>manager-modules</artifactId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/docs/pom.xml
File backend/manager/modules/docs/pom.xml:

Line 1: <?xml version="1.0" encoding="UTF-8"?>
Line 2: 
Please remove 2 lines at the beginning
Line 3: <project
Line 4:     xmlns="http://maven.apache.org/POM/4.0.0";
Line 5:     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 6:     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/extensions-api-root/extensions-api/pom.xml
File backend/manager/modules/extensions-api-root/extensions-api/pom.xml:

Line 1: <?xml version="1.0"?>
Please remove the line
Line 2: <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
Line 3:          xmlns="http://maven.apache.org/POM/4.0.0";
Line 4:          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
Line 5:   <modelVersion>4.0.0</modelVersion>


Line 1: <?xml version="1.0"?>
Line 2: <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
Line 3:          xmlns="http://maven.apache.org/POM/4.0.0";
Line 4:          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
Please use the same formatting in all files:

 <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/xsd/maven-4.0.0.xsd";>
Line 5:   <modelVersion>4.0.0</modelVersion>
Line 6:   <parent>
Line 7:     <groupId>org.ovirt.engine.api</groupId>
Line 8:     <artifactId>ovirt-engine-extensions-api-root</artifactId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/extensions-api-root/pom.xml
File backend/manager/modules/extensions-api-root/pom.xml:

Line 1: <?xml version="1.0" encoding="UTF-8"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5: 


Line 1: <?xml version="1.0" encoding="UTF-8"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Please use same formatting in all files:

 <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";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5: 
Line 6:   <artifactId>ovirt-engine-extensions-api-root</artifactId>
Line 7:   <groupId>org.ovirt.engine.api</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/pom.xml
File backend/manager/modules/pom.xml:

Line 1: <?xml version="1.0" encoding="UTF-8"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5: 


Line 1: <?xml version="1.0" encoding="UTF-8"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Please use same formatting in all files:

 <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";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5: 
Line 6:   <parent>
Line 7:     <groupId>org.ovirt.engine.core</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/restapi/interface/common/jaxrs/pom.xml
File backend/manager/modules/restapi/interface/common/jaxrs/pom.xml:

Line 1: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 2:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Please use same formatting in all files:

 <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";>
Line 3:   <modelVersion>4.0.0</modelVersion>
Line 4: 
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.api</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/restapi/interface/common/pom.xml
File backend/manager/modules/restapi/interface/common/pom.xml:

Line 1: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 2:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Please use same formatting in all files:

 <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";>
Line 3:   <modelVersion>4.0.0</modelVersion>
Line 4: 
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.api</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/restapi/interface/definition/pom.xml
File backend/manager/modules/restapi/interface/definition/pom.xml:

Line 1: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 2:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Please use same formatting in all files:

 <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";>
Line 3:   <modelVersion>4.0.0</modelVersion>
Line 4: 
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.api</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/restapi/interface/pom.xml
File backend/manager/modules/restapi/interface/pom.xml:

Line 1: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 2:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://ma
Line 3: ven.apache.org/xsd/maven-4.0.0.xsd">
Please use same formatting in all files:

 <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/xsd/maven-4.0.0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5: 
Line 6:   <parent>
Line 7:     <groupId>org.ovirt.engine.api</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/restapi/jaxrs/pom.xml
File backend/manager/modules/restapi/jaxrs/pom.xml:

Line 1: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 2:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Please use same formatting in all files:

 <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/xsd/maven-4.0.0.xsd";>
Line 3:   <modelVersion>4.0.0</modelVersion>
Line 4: 
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.api</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/restapi/pom.xml
File backend/manager/modules/restapi/pom.xml:

Line 1: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 2:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Please use same formatting in all files:

 <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/xsd/maven-4.0.0.xsd";>
Line 3:   <modelVersion>4.0.0</modelVersion>
Line 4: 
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.core</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/restapi/types/pom.xml
File backend/manager/modules/restapi/types/pom.xml:

Line 1: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 2:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Please use same formatting in all files:

 <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/xsd/maven-4.0.0.xsd";>
Line 3:   <modelVersion>4.0.0</modelVersion>
Line 4: 
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.api</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/root/pom.xml
File backend/manager/modules/root/pom.xml:

Line 1: <?xml version="1.0" encoding="UTF-8"?>
Line 2: 
Please remove 2 lines at the beginning
Line 3: <project
Line 4:     xmlns="http://maven.apache.org/POM/4.0.0";
Line 5:     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 6:     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/scheduler/pom.xml
File backend/manager/modules/scheduler/pom.xml:

Line 1: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 2:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Please use same formatting in all files:

 <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/xsd/maven-4.0.0.xsd";>
Line 3:   <modelVersion>4.0.0</modelVersion>
Line 4: 
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.core</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/searchbackend/pom.xml
File backend/manager/modules/searchbackend/pom.xml:

Line 1: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 2:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Please use same formatting in all files:

 <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/xsd/maven-4.0.0.xsd";>
Line 3:   <modelVersion>4.0.0</modelVersion>
Line 4: 
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.core</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/services/pom.xml
File backend/manager/modules/services/pom.xml:

Line 1: <?xml version="1.0" encoding="UTF-8"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5: 


Line 1: <?xml version="1.0" encoding="UTF-8"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Please use same formatting in all files:

 <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";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5: 
Line 6:   <parent>
Line 7:     <groupId>org.ovirt.engine.core</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/utils/pom.xml
File backend/manager/modules/utils/pom.xml:

Line 1: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 2:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Please use same formatting in all files:

 <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/xsd/maven-4.0.0.xsd";>
Line 3:   <modelVersion>4.0.0</modelVersion>
Line 4: 
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.core</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/uutils/pom.xml
File backend/manager/modules/uutils/pom.xml:

Line 1: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 2:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Please use same formatting in all files:

 <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/xsd/maven-4.0.0.xsd";>
Line 3:   <modelVersion>4.0.0</modelVersion>
Line 4: 
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.core</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/vdsbroker/pom.xml
File backend/manager/modules/vdsbroker/pom.xml:

Line 1: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 2:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Please use same formatting in all files:

 <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/xsd/maven-4.0.0.xsd";>
Line 3:   <modelVersion>4.0.0</modelVersion>
Line 4: 
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.core</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/modules/welcome/pom.xml
File backend/manager/modules/welcome/pom.xml:

Line 1: <?xml version="1.0" encoding="UTF-8"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5: 


Line 1: <?xml version="1.0" encoding="UTF-8"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Please use same formatting in all files:

 <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";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5: 
Line 6:   <parent>
Line 7:     <groupId>org.ovirt.engine.core</groupId>


https://gerrit.ovirt.org/#/c/40336/8/backend/manager/pom.xml
File backend/manager/pom.xml:

Line 1: <?xml version="1.0"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>


Line 1: <?xml version="1.0"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Please use same formatting in all files:

 <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";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.core</groupId>
Line 7:     <artifactId>backend</artifactId>


https://gerrit.ovirt.org/#/c/40336/8/build-tools-root/checkstyles/pom.xml
File build-tools-root/checkstyles/pom.xml:

Line 1: <?xml version="1.0"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>


Line 1: <?xml version="1.0"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Please use same formatting in all files:

 <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";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine</groupId>
Line 7:     <artifactId>build-tools-root</artifactId>


https://gerrit.ovirt.org/#/c/40336/8/build-tools-root/jboss-modules-maven-plugin/pom.xml
File build-tools-root/jboss-modules-maven-plugin/pom.xml:

Line 1: <?xml version="1.0"?>
Line 2: 
Please remove 2 line at the beginning
Line 3: <project
Line 4:     xmlns="http://maven.apache.org/POM/4.0.0";
Line 5:     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 6:     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>


https://gerrit.ovirt.org/#/c/40336/8/build-tools-root/ovirt-checkstyle-extension/pom.xml
File build-tools-root/ovirt-checkstyle-extension/pom.xml:

Line 1: <?xml version="1.0"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>


Line 1: <?xml version="1.0"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Please use same formatting in all files:

 <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";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine</groupId>
Line 7:     <artifactId>build-tools-root</artifactId>


https://gerrit.ovirt.org/#/c/40336/8/build-tools-root/pom.xml
File build-tools-root/pom.xml:

Line 1: <?xml version="1.0"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>


Line 1: <?xml version="1.0"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Please use same formatting in all files:

 <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";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine</groupId>
Line 7:     <artifactId>root</artifactId>


https://gerrit.ovirt.org/#/c/40336/8/build/validations/pom.xml
File build/validations/pom.xml:

Line 1: <project>
Please add proper header:

 <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";>
Line 2:   <modelVersion>4.0.0</modelVersion>
Line 3: 
Line 4:   <name>build-validations</name>
Line 5:   <artifactId>build-validations</artifactId>


https://gerrit.ovirt.org/#/c/40336/8/ear/pom.xml
File ear/pom.xml:

Line 1: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 2:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Please use same formatting in all files:

 <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";>
Line 3:   <modelVersion>4.0.0</modelVersion>
Line 4: 
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine</groupId>


https://gerrit.ovirt.org/#/c/40336/8/frontend/pom.xml
File frontend/pom.xml:

Line 1: <?xml version="1.0"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>


Line 1: <?xml version="1.0"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Please use same formatting in all files:

 <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";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine</groupId>
Line 7:     <artifactId>root</artifactId>


https://gerrit.ovirt.org/#/c/40336/8/frontend/webadmin/modules/frontend-symbols/pom.xml
File frontend/webadmin/modules/frontend-symbols/pom.xml:

Line 1: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 2:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Please use same formatting in all files:

 <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";>
Line 3:   <modelVersion>4.0.0</modelVersion>
Line 4: 
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.ui</groupId>


https://gerrit.ovirt.org/#/c/40336/8/frontend/webadmin/modules/frontend/pom.xml
File frontend/webadmin/modules/frontend/pom.xml:

Line 1: <?xml version="1.0"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>


Line 1: <?xml version="1.0"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Please use same formatting in all files:

 <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";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.ui</groupId>
Line 7:     <artifactId>webadmin-modules</artifactId>


https://gerrit.ovirt.org/#/c/40336/8/frontend/webadmin/modules/gwt-common/pom.xml
File frontend/webadmin/modules/gwt-common/pom.xml:

Line 1: <?xml version="1.0"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>


Line 1: <?xml version="1.0"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Please use same formatting in all files:

 <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";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.ui</groupId>
Line 7:     <artifactId>webadmin-modules</artifactId>


https://gerrit.ovirt.org/#/c/40336/8/frontend/webadmin/modules/gwt-extension/pom.xml
File frontend/webadmin/modules/gwt-extension/pom.xml:

Line 1: <?xml version="1.0"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>


Line 1: <?xml version="1.0"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Please use same formatting in all files:

 <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";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.ui</groupId>
Line 7:     <artifactId>webadmin-modules</artifactId>


https://gerrit.ovirt.org/#/c/40336/8/frontend/webadmin/modules/pom.xml
File frontend/webadmin/modules/pom.xml:

Line 1: <?xml version="1.0" encoding="UTF-8"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>


Line 1: <?xml version="1.0" encoding="UTF-8"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Please use same formatting in all files:

 <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";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.ui</groupId>
Line 7:     <artifactId>webadmin-all</artifactId>


https://gerrit.ovirt.org/#/c/40336/8/frontend/webadmin/modules/userportal-gwtp/pom.xml
File frontend/webadmin/modules/userportal-gwtp/pom.xml:

Line 1: <?xml version="1.0" encoding="UTF-8"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>


Line 1: <?xml version="1.0" encoding="UTF-8"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Please use same formatting in all files:

 <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";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>
Line 6:     <artifactId>webadmin-modules</artifactId>
Line 7:     <groupId>org.ovirt.engine.ui</groupId>


https://gerrit.ovirt.org/#/c/40336/8/frontend/webadmin/modules/webadmin/pom.xml
File frontend/webadmin/modules/webadmin/pom.xml:

Line 1: <?xml version="1.0" encoding="UTF-8"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>


Line 1: <?xml version="1.0" encoding="UTF-8"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Please use same formatting in all files:

 <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";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>
Line 6:     <artifactId>webadmin-modules</artifactId>
Line 7:     <groupId>org.ovirt.engine.ui</groupId>


https://gerrit.ovirt.org/#/c/40336/8/frontend/webadmin/pom.xml
File frontend/webadmin/pom.xml:

Line 1: <?xml version="1.0" encoding="UTF-8"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>


Line 1: <?xml version="1.0" encoding="UTF-8"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
Please use same formatting in all files:

 <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";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <parent>
Line 6:     <groupId>org.ovirt.engine.ui</groupId>
Line 7:     <artifactId>frontend-all</artifactId>


https://gerrit.ovirt.org/#/c/40336/8/pom.xml
File pom.xml:

Line 1: <?xml version="1.0"?>
Please remove the line
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <groupId>org.ovirt.engine</groupId>


Line 1: <?xml version="1.0"?>
Line 2: <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Line 3:          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
Please use same formatting in all files:

 <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";>
Line 4:   <modelVersion>4.0.0</modelVersion>
Line 5:   <groupId>org.ovirt.engine</groupId>
Line 6:   <artifactId>root</artifactId>
Line 7:   <version>3.6.0-SNAPSHOT</version>


-- 
To view, visit https://gerrit.ovirt.org/40336
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I2b09be7d4ff7ced323cf1894280037edee87638a
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Max Kovgan <m...@redhat.com>
Gerrit-Reviewer: David Caro <dcaro...@redhat.com>
Gerrit-Reviewer: Eyal Edri <ee...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com>
Gerrit-Reviewer: Lior Vernia <lver...@redhat.com>
Gerrit-Reviewer: Martin Peřina <mper...@redhat.com>
Gerrit-Reviewer: Max Kovgan <m...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbona...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: eyal edri <eyal.e...@gmail.com>
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to