Lei Xu created ATLAS-3834:
-----------------------------
Summary: <deployAtEnd/> section does not work as excepted because
wrong version of maven-deploy-plugin
Key: ATLAS-3834
URL: https://issues.apache.org/jira/browse/ATLAS-3834
Project: Atlas
Issue Type: Bug
Affects Versions: 2.0.0, 1.2.0
Reporter: Lei Xu
{code:java}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<deployAtEnd>true</deployAtEnd>
</configuration>
</plugin>
{code}
the version should be greater than 2.8.
[https://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#deployAtEnd]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)