Skip to content

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

Open
jongiddy wants to merge 3 commits into
bmwcarit:masterfrom
jongiddy:prevent-deploy-duplication
Open

Set distinct names for deployed matcher and tracker jar-with-dependencies files#65
jongiddy wants to merge 3 commits into
bmwcarit:masterfrom
jongiddy:prevent-deploy-duplication

Conversation

@jongiddy

@jongiddy jongiddy commented Aug 2, 2017

Copy link
Copy Markdown
Contributor

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

Change-Id: Ie88b3fd4d404f3e21de7d369144b46b1a835008d
@jongiddy jongiddy force-pushed the prevent-deploy-duplication branch from d24493b to 51eecca Compare August 2, 2017 09:54
@jongiddy jongiddy force-pushed the prevent-deploy-duplication branch from 51eecca to 4aa7fb0 Compare August 3, 2017 08:00
@smattheis smattheis force-pushed the master branch 2 times, most recently from f2a3824 to cd1b275 Compare January 3, 2018 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant