Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
MULE-10719: Double Upload When Releasing With mule-domain-maven-plugin (
Browse files Browse the repository at this point in the history
#21)

Removing duplicated project artifact assignment.
  • Loading branch information
Ale Sequeira authored and afelisatti committed Oct 12, 2016
1 parent ac295a5 commit 04d07f7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public void execute() throws MojoExecutionException, MojoFailureException
}

this.projectHelper.attachArtifact(this.project, "zip", domain);
this.project.getArtifact().setFile(domain);
}

protected Logger createLogger()
Expand Down

0 comments on commit 04d07f7

Please sign in to comment.