You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/12/09 23:12:28 UTC

[maven-archetypes] branch master updated: [MARCHETYPES-65] ignoreEOLStyle=true for ITs on source tarballs

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archetypes.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a688a8  [MARCHETYPES-65] ignoreEOLStyle=true for ITs on source tarballs
2a688a8 is described below

commit 2a688a8ae710c3cee1998a5a77d8bd45c3c47fcf
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Dec 10 00:12:19 2018 +0100

    [MARCHETYPES-65] ignoreEOLStyle=true for ITs on source tarballs
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 109fea3..56d48d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,6 +104,9 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-archetype-plugin</artifactId>
           <version>3.0.1</version>
+          <configuration>
+            <ignoreEOLStyle>true</ignoreEOLStyle>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>