Allon Mureinik has uploaded a new change for review.

Change subject: tools: move profile to the end of the pom
......................................................................

tools: move profile to the end of the pom

Moved the optional itests profile to the end of the pom file to make it
more readable.

Now, the regular build flow can be read without the conceptual
interruption of an optional profile.

Change-Id: I611035ea98c5254c1e5b86d057255447d1ce313e
Signed-off-by: Allon Mureinik <amure...@redhat.com>
---
M backend/manager/tools/pom.xml
1 file changed, 15 insertions(+), 17 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/72/14272/1

diff --git a/backend/manager/tools/pom.xml b/backend/manager/tools/pom.xml
index e231854..d1f8697 100644
--- a/backend/manager/tools/pom.xml
+++ b/backend/manager/tools/pom.xml
@@ -62,22 +62,6 @@
 
   </dependencies>
 
-  <profiles>
-    <profile>
-      <id>enable-tools-itests</id>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration combine.self="override">
-              <excludes/>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-
   <build>
     <plugins>
       <plugin>
@@ -102,8 +86,22 @@
         <groupId>org.ovirt.engine</groupId>
         <artifactId>jboss-modules-maven-plugin</artifactId>
       </plugin>
-
     </plugins>
   </build>
 
+  <profiles>
+    <profile>
+      <id>enable-tools-itests</id>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration combine.self="override">
+              <excludes/>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>


--
To view, visit http://gerrit.ovirt.org/14272
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I611035ea98c5254c1e5b86d057255447d1ce313e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amure...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to