Skip to content

Commit b5059d3

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

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

pom-base.xml

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -172,18 +172,6 @@
172172
<target>1.8</target>
173173
</configuration>
174174
</plugin>
175-
<plugin>
176-
<groupId>org.sonatype.plugins</groupId>
177-
<artifactId>nexus-staging-maven-plugin</artifactId>
178-
<version>1.6.8</version>
179-
<extensions>true</extensions>
180-
<configuration>
181-
<serverId>sonatype-nexus</serverId>
182-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
183-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
184-
</configuration>
185-
</plugin>
186-
187175
<plugin>
188176
<groupId>org.apache.maven.plugins</groupId>
189177
<artifactId>maven-assembly-plugin</artifactId>
@@ -195,22 +183,13 @@
195183
</configuration>
196184
<executions>
197185
<execution>
198-
<phase>none</phase>
186+
<phase>package</phase>
199187
<goals>
200-
<goal>single</goal>
188+
<goal>attached</goal>
201189
</goals>
202190
</execution>
203191
</executions>
204192
</plugin>
205-
<plugin>
206-
<artifactId>maven-surefire-plugin</artifactId>
207-
<version>2.22.2</version>
208-
<configuration>
209-
<argLine>
210-
-javaagent:src/test/resources/agent.jar
211-
</argLine>
212-
</configuration>
213-
</plugin>
214193
</plugins>
215194
</build>
216195
</project>

0 commit comments

Comments
 (0)