1
只是想知道pom.xml中以下排除模式的含義究竟是什麼?
<configuration>
<excludes>
<exclude>**/*$*</exclude>
</excludes>
</configuration>
只是想知道pom.xml中以下排除模式的含義究竟是什麼?
<configuration>
<excludes>
<exclude>**/*$*</exclude>
</excludes>
</configuration>
我只能猜測 - 這是爲了從插件中刪除內部類。
只是好奇,爲正則表達式的目的是「**/* $ *」? –
編譯後的內部類看起來像這樣:'Outer $ Inner.class' – MariuszS