jira-importer commented on issue #519: URL: https://github.com/apache/maven-deploy-plugin/issues/519#issuecomment-2771548461
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented I have checked the output via a test case which produces this: ```xml [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-deploy-plugin:2.9-SNAPSHOT:deploy (default-deploy) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <altDeploymentRepository>${altDeploymentRepository}</altDeploymentRepository> <altReleaseDeploymentRepository>${altReleaseDeploymentRepository}</altReleaseDeploymentRepository> <altSnapshotDeploymentRepository>${altSnapshotDeploymentRepository}</altSnapshotDeploymentRepository> <artifact default-value="${project.artifact}"/> <attachedArtifacts default-value="${project.attachedArtifacts}"/> <deployAtEnd default-value="false">true</deployAtEnd> <localRepository default-value="${localRepository}"/> <offline default-value="${settings.offline}"/> <packaging default-value="${project.packaging}"/> <pomFile default-value="${project.file}"/> <project default-value="${project}"/> <reactorProjects default-value="${reactorProjects}"/> <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount> <skip default-value="false">true</skip> <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo> </configuration> [DEBUG] ============================ ``` Added an IT which prooves the existence of the problem. Added in [r1620139](http://svn.apache.org/r1620139). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org