[
https://issues.apache.org/jira/browse/ATLAS-3834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lei Xu updated ATLAS-3834:
--------------------------
Summary: <deployAtEnd></deployAtEnd> section does not work as expected
because wrong version of maven-deploy-plugin (was: <deployAtEnd/> section does
not work as excepted because wrong version of maven-deploy-plugin)
> <deployAtEnd></deployAtEnd> section does not work as expected 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: 1.2.0, 2.0.0
> Reporter: Lei Xu
> Priority: Minor
> Attachments: ATLAS-3834.patch
>
>
> {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)