mirror of https://github.com/apache/maven.git
[MNG-7792] Fix shaded javaagent to relocate the asm package (#290)
This commit is contained in:
parent
433611003b
commit
1ed2264c17
|
@ -78,6 +78,12 @@ under the License.
|
||||||
</excludes>
|
</excludes>
|
||||||
</filter>
|
</filter>
|
||||||
</filters>
|
</filters>
|
||||||
|
<relocations>
|
||||||
|
<relocation>
|
||||||
|
<pattern>org.objectweb.asm</pattern>
|
||||||
|
<shadedPattern>shaded.org.objectweb.asm</shadedPattern>
|
||||||
|
</relocation>
|
||||||
|
</relocations>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|
Loading…
Reference in New Issue