2013-11-22 80 views
1

只是想知道pom.xml中以下排除模式的含義究竟是什麼?

<configuration> 
       <excludes> 
        <exclude>**/*$*</exclude> 
       </excludes> 
</configuration> 

回答

2

我只能猜測 - 這是爲了從插件中刪除內部類。

+0

只是好奇,爲正則表達式的目的是「**/* $ *」? –

+1

編譯後的內部類看起來像這樣:'Outer $ Inner.class' – MariuszS