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.* + + + ... + ++-----