elharo commented on pull request #65:
URL: https://github.com/apache/maven-archetype/pull/65#issuecomment-875650892


   Yep: 
   
   ```
   Expected: Expected text value '
     ' but was '
       
     ' - comparing <project ...>
     </project> at /project[1]/text()[1] to <project ...>
       
     </project> at /project[1]/text()[1]:
   <project>
     <packaging>pom</packaging>
   <modules>  <module>myArtifactId1</module>
     </modules>
   </project>
        but: result was: 
   <project>
       
     <packaging>pom</packaging>
     
     <modules>
         
       <module>myArtifactId1</module>
         
     </modules>
   </project>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to