<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<excludes>
<exclude>dubbo.properties</exclude>
<exclude>META-INF</exclude>
</excludes>
</configuration>
</plugin>