**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** opened **[MSHADE-480](https://issues.apache.org/jira/browse/MSHADE-480?redirect=false)** and commented When we rebuild project old shaded artifact is used. m-jar-p doesn't rebuild a jar and shade plugin try shade again already as workaround we can add ``` <artifactSet> <excludes> <exclude>${project.groupId}:${project.artifactId}</exclude> </excludes> </artifactSet> ``` --- No further details from [MSHADE-480](https://issues.apache.org/jira/browse/MSHADE-480?redirect=false)