Skip to content

Commit

Permalink
Implementation has same issue
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Thomas <markt@apache.org>
  • Loading branch information
markt-asf committed Jul 1, 2020
1 parent 1fb6bd9 commit b564e61
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,15 @@ Use is subject to <a href="http://www.eclipse.org/legal/epl-2.0" target="_top">l
</execution>
</executions>
</plugin>

<!-- Explicitly define staging profile ID as auto-matching finds wrong one -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<stagingProfileId>1c0c18a0fc339</stagingProfileId>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit b564e61

Please sign in to comment.