fix #2842. remove duplicate SPI definitions for 2.7.x (#3340)

remove duplicate SPI definitions for 2.7.x
This commit is contained in:
cvictory 2019-01-25 11:17:58 +08:00 committed by 时无两丶
parent e3aac2dd2a
commit ece58a88d4
3 changed files with 13 additions and 3 deletions

View File

@ -614,6 +614,18 @@
</resource>
</transformer>
</transformers>
<filters>
<filter>
<artifact>org.apache.dubbo:dubbo</artifact>
<excludes>
<!-- These two line is optional, it can remove some warn log -->
<exclude>com/**</exclude>
<exclude>org/**</exclude>
<!-- This one is required -->
<exclude>META-INF/dubbo/**</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>

View File

@ -47,9 +47,8 @@
<mainClass>org.apache.dubbo.container.Main</mainClass>
</manifest>
</archive>
<forceCreation>true</forceCreation>
</configuration>
</plugin>
</plugins>
</build>
</project>
</project>

View File

@ -389,7 +389,6 @@
<Implementation-Version>${project.version}</Implementation-Version>
</manifestEntries>
</archive>
<forceCreation>true</forceCreation>
</configuration>
</plugin>
<plugin>