barefoot icon indicating copy to clipboard operation
barefoot copied to clipboard

Set distinct names for deployed matcher and tracker jar-with-dependencies files

Open jongiddy opened this issue 8 years ago • 0 comments

mvn install creates two "with-dependencies" JARs: "matcher" and "tracker". Using the mvn deploy command (after setting a remote repository) uploads both of these using the same name: com/bmw-carit/barefoot/0.1.1/barefoot-0.1.1-jar-with-dependencies.jar. Depending on the remote repository configuration, the deploy either fails or silently overwrites the first JAR.

This patch gives the JAR files in the remote repository the same name as the files in the local repository:

  • barefoot-0.1.1-matcher-jar-with-dependencies.jar
  • barefoot-0.1.1-tracker-jar-with-dependencies.jar

jongiddy avatar Aug 02 '17 09:08 jongiddy