Skip to content

Commit

Permalink
add configuration to nexus-staging-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
chonton committed Jan 23, 2022
1 parent c958201 commit e3ae4e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,13 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<dependencies>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.15</version>
</dependency>
</dependencies>
</plugin>

</plugins>
Expand Down

0 comments on commit e3ae4e6

Please sign in to comment.