You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/06/03 21:29:28 UTC

[maven-archetype] 01/01: -a

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

elharo pushed a commit to branch dom4j
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git

commit 82ea46470227a53f175a7291f77321550d06e0e5
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed Jun 3 17:29:10 2020 -0400

    -a
    
    these classes are from JDOM, not dom4j
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bb2798f..7aae737 100644
--- a/pom.xml
+++ b/pom.xml
@@ -301,7 +301,7 @@
             <exclude>**/*.sha1</exclude>
             <!-- exclude template files for generated content -->
             <exclude>src/main/resources/org/apache/maven/archetype/creator/*</exclude>
-            <!-- exclude some classes coming from dom4j -->
+            <!-- exclude some classes coming from JDOM -->
             <exclude>**/Format.java</exclude>
             <exclude>**/NamespaceStack.java</exclude>
             <exclude>**/XMLOutputter.java</exclude>