You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/03/31 16:17:43 UTC

[maven-integration-testing] branch update-maven-verifier created (now f2914f9)

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

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


      at f2914f9  Update maven-verifier to 1.7.0 Fix MavenITmng3810BadProfileActivationTest, target/profile.properties was never created

This branch includes the following new commits:

     new f2914f9  Update maven-verifier to 1.7.0 Fix MavenITmng3810BadProfileActivationTest, target/profile.properties was never created

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-integration-testing] 01/01: Update maven-verifier to 1.7.0 Fix MavenITmng3810BadProfileActivationTest, target/profile.properties was never created

Posted by rf...@apache.org.
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 <rf...@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>