Github user rajivpjs commented on a diff in the pull request:

    https://github.com/apache/maven/pull/88#discussion_r72126082
  
    --- Diff: 
maven-model-builder/src/test/resources/poms/factory/complexEmptyAndMissing.xml 
---
    @@ -31,21 +31,5 @@
                     <profile.file>activated-1</profile.file>
                 </properties>
             </profile>
    -        <profile>
    -            <id>another-two-conditions</id>
    -            <activation>
    -                <property>
    -                    <name>myproperty</name>
    -                    <value>test</value>
    -                </property>
    -                <file>
    -                   <exists>simple.xml</exists>
    -                    <missing>simple.xml</missing>
    -                </file>
    -            </activation>
    -            <properties>
    -                <profile.miss>activated-2</profile.miss>
    -            </properties>
    -        </profile>
         </profiles>
    --- End diff --
    
    Well spotted. Sorry, this was accidental. I will revert this change shortly.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to