Skip to content

Commit

Permalink
update deploy plugin; was under the impression the sonatype oss paren…
Browse files Browse the repository at this point in the history
…t setup the nexus-staging deploy integration; but its not.
  • Loading branch information
jdillon committed Apr 25, 2017
1 parent d7574c5 commit ef41f60
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@
<slf4j.version>1.7.21</slf4j.version>

<surefire.argLine/>

<deployAtEnd>true</deployAtEnd>
</properties>

<prerequisites>
Expand Down Expand Up @@ -213,6 +211,15 @@

<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<deployAtEnd>true</deployAtEnd>
</configuration>
</plugin>

<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
Expand Down

0 comments on commit ef41f60

Please sign in to comment.