Skip to content

Commit 3febc56

Browse files
authored
Merge pull request #130 from sgala/deploy-snapshot
Changes to be able to deploy snapshots in the internal nexus
2 parents d2ba0ae + 498acf2 commit 3febc56

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@
105105
</version.org.apache.maven.plugins.maven-surefire-plugin>
106106
<version.org.apache.maven.plugins.maven-failsafe-plugin>2.22.0
107107
</version.org.apache.maven.plugins.maven-failsafe-plugin>
108+
<version.org.apache.maven.plugins.maven-deploy-plugin>2.8.2
109+
</version.org.apache.maven.plugins.maven-deploy-plugin>
108110
<junit.version>4.13</junit.version>
109111
<org.codehaus.groovy.all.version>2.4.19</org.codehaus.groovy.all.version>
110112
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
@@ -386,6 +388,11 @@
386388
</execution>
387389
</executions>
388390
</plugin>
391+
<plugin>
392+
<groupId>org.apache.maven.plugins</groupId>
393+
<artifactId>maven-deploy-plugin</artifactId>
394+
<version>${version.org.apache.maven.plugins.maven-deploy-plugin}</version>
395+
</plugin>
389396
<plugin>
390397
<groupId>org.codehaus.groovy</groupId>
391398
<artifactId>groovy-eclipse-compiler</artifactId>

0 commit comments

Comments
 (0)