You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/01/17 20:36:49 UTC

[maven-shade-plugin] branch master updated: fix typo

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1da558e  fix typo
1da558e is described below

commit 1da558e0322f845ae7d7d6f08a873e7b9a2ebdd4
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Fri Jan 17 14:58:40 2020 -0500

    fix typo
    
    @rfscholte
---
 src/site/apt/examples/includes-excludes.apt.vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/apt/examples/includes-excludes.apt.vm b/src/site/apt/examples/includes-excludes.apt.vm
index 4af01de..40b2e60 100644
--- a/src/site/apt/examples/includes-excludes.apt.vm
+++ b/src/site/apt/examples/includes-excludes.apt.vm
@@ -64,7 +64,7 @@ Selecting Contents for Uber JAR
 +-----
 
   Of course, <<<\<includes\>>>> can be used as well to specify a white list of artifacts. Artifacts are denoted by a
-  composite idenitifer of the form <groupId>:<artifactId>[[:<type>]:<classifier>]. Since plugin version 1.3, the
+  composite identifier of the form <groupId>:<artifactId>[[:<type>]:<classifier>]. Since plugin version 1.3, the
   wildcard characters '*' and '?' can be used to do glob-like pattern matching.
 
 
@@ -203,4 +203,4 @@ Selecting Contents for Uber JAR
   </build>
   ...
 </project>
-+-----
\ No newline at end of file
++-----