pom names consistency
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 06a964a..c394373 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -25,6 +25,7 @@
     </parent>
 
     <artifactId>integration-tests</artifactId>
+    <name>BatchEE :: Integration Tests</name>
     <packaging>pom</packaging>
 
     <modules>
diff --git a/integration-tests/transaction/pom.xml b/integration-tests/transaction/pom.xml
index ff08da9..1e2122d 100644
--- a/integration-tests/transaction/pom.xml
+++ b/integration-tests/transaction/pom.xml
@@ -26,6 +26,7 @@
 
     <artifactId>integration-transaction</artifactId>
     <packaging>jar</packaging>
+    <name>BatchEE :: Integration Tests :: Transaction</name>
 
 
     <dependencies>