-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: maven-plugin
-
None
-
Environment:centos
The maven pom.xml setting is as follows.
<project>
 <artifactId>test-api</artifactId>
<properties>
  <finalName>${project.artifactId}-${git.branch}-${git.commit.id.abbrev}</finalName>
</properties>
</project>
Â
The file should be created as follows.
ex) test-api-develop-2e14ddc.warÂ
Â
However, on the jenkins server it would be a folder like this:Â
ex) target/test-api-origin/develop-2e14ddc.warÂ
Â
System information is as follows.
-jenkins 2.245
-Maven Integration plugin 3.7Â
Â