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:27 UTC

[maven-archetype] branch dom4j created (now 82ea464)

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

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


      at 82ea464  -a

This branch includes the following new commits:

     new 82ea464  -a

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-archetype] 01/01: -a

Posted by el...@apache.org.
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>