Skip to content

[MSHADE-480] Rebuild problem - old shaded artifact is shaded again #677

Open
@jira-importer

Description

@jira-importer

Slawomir Jaranowski opened MSHADE-480 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:majorMajor loss of function

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions