This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch update-maven-verifier
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git

commit f2914f91fb721f02a4379accefe97b15bf2a5250
Author: rfscholte <rfscho...@apache.org>
AuthorDate: Tue Mar 31 18:17:34 2020 +0200

    Update maven-verifier to 1.7.0
    Fix MavenITmng3810BadProfileActivationTest, target/profile.properties was 
never created
---
 .../org/apache/maven/it/MavenITmng3810BadProfileActivationTest.java    | 3 ---
 pom.xml                                                                | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3810BadProfileActivationTest.java
 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3810BadProfileActivationTest.java
index a8b10e1..33553fc 100644
--- 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3810BadProfileActivationTest.java
+++ 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3810BadProfileActivationTest.java
@@ -58,9 +58,6 @@ public class MavenITmng3810BadProfileActivationTest
             verifier.verifyTextInLog( "The property name is required to 
activate the profile" );
         }
         verifier.resetStreams();
-
-        Properties props = verifier.loadProperties( 
"target/profile.properties" );
-        assertNull( props.getProperty( "project.properties.pomProperty" ) );
     }
 
 }
diff --git a/pom.xml b/pom.xml
index 7fd0c59..88c391e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@ under the License.
       <dependency>
         <groupId>org.apache.maven.shared</groupId>
         <artifactId>maven-verifier</artifactId>
-        <version>1.6</version>
+        <version>1.7.0</version>
       </dependency>
     </dependencies>
   </dependencyManagement>

Reply via email to