Skip to content

Commit

Permalink
Properly loading the proper pom to nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHoban authored and alexjoybc committed Aug 6, 2019
1 parent 8e05fc4 commit 64d9950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ try {
// Lets upload the pom.xml file for additional information for Transitive dependencies
[artifactId: artifactPom.artifactId,
classifier: '',
file: "pom.xml",
file: pomPath,
type: "pom"]
]
);
Expand Down

0 comments on commit 64d9950

Please sign in to comment.