Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jongiddy
Copy link
Contributor

@jongiddy jongiddy commented Aug 2, 2017

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
@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