[ 
https://issues.apache.org/jira/browse/MNG-7078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17268487#comment-17268487
 ] 

Guillaume Nodet commented on MNG-7078:
--------------------------------------

[~michael-o]not related to MNG-6772

I had this profile definition in my {{~/.m2/settings.xml}}
{code:xml}
    <profile>
         <id>disable-java8-doclint</id>
         <activation>
             <jdk>[1.8,)</jdk>
         </activation>
         <properties>
             <additionalparam>-Xdoclint:none</additionalparam>
         </properties>
     </profile>
{code}

and this caused the 
{{MavenITmng3746POMPropertyOverrideTest.testitMNG3746_UsingCLIProperty}} test 
to fail.

> The integration tests use the default maven settings
> ----------------------------------------------------
>
>                 Key: MNG-7078
>                 URL: https://issues.apache.org/jira/browse/MNG-7078
>             Project: Maven
>          Issue Type: Improvement
>          Components: Integration Tests
>            Reporter: Guillaume Nodet
>            Assignee: Michael Osipov
>            Priority: Major
>
> I have a profile that caused one integration test to fail, but it took me 
> some time to realise the problem came from my {{~/.m2/settings.xml}} file.  
> It would be better to have the tests use an empty settings file.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to