Skip to content

Commit 7a401a4

Browse files
committed
Ajuste Dockerfile-build
1 parent 2da41c0 commit 7a401a4

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pom-base.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -180,18 +180,10 @@
180180
<configuration>
181181
<serverId>sonatype-nexus</serverId>
182182
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
183-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
184-
</configuration>
185-
</plugin>
186-
<plugin>
187-
<groupId>org.apache.maven.plugins</groupId>
188-
<artifactId>maven-release-plugin</artifactId>
189-
<version>2.5.3</version>
190-
<configuration>
191-
<pushChanges>false</pushChanges>
192-
<localCheckout>true</localCheckout>
183+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
193184
</configuration>
194185
</plugin>
186+
195187
<plugin>
196188
<groupId>org.apache.maven.plugins</groupId>
197189
<artifactId>maven-assembly-plugin</artifactId>

0 commit comments

Comments
 (0)