From 3b68fe4796ad03301d3d21a4640fbc52b3b36123 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Martin Date: Fri, 17 Aug 2018 14:01:39 -0700 Subject: [PATCH] mention include tag --- src/site/apt/examples/class-relocation.apt.vm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/site/apt/examples/class-relocation.apt.vm b/src/site/apt/examples/class-relocation.apt.vm index e55634f7..d895fee1 100644 --- a/src/site/apt/examples/class-relocation.apt.vm +++ b/src/site/apt/examples/class-relocation.apt.vm @@ -70,3 +70,20 @@ Relocating Classes into the package <<>> by moving the corresponding JAR file entries and rewritting the affected bytecode. The class <<>> and some others will remain in their original package. + + It's also possible to narrow the pattern with the <<>> tag: + + ++----- + + ... + + org.codehaus.plexus.util + org.shaded.plexus.util + + org.codehaud.plexus.util.io.* + + + ... + ++-----