Mohamed Ait Taleb
Mohamed Ait Taleb

Reputation: 75

How to know a .jar nexus artifact issued from which branch

I want to know from which branch an artifact is generated since we have the same version in pom.xml file

how can I differentiate between two SNAPSHOTS jars generated from from two branches.

Upvotes: 0

Views: 645

Answers (1)

Sambit
Sambit

Reputation: 8011

Nexus is an artifact controller and holder. It stores only the artifacts without considering from where the artifact has come. One can manually upload the artifact in Nexus. To your question, there is no way to track the branch details from Nexus .jar files. However, if you have any Continuous Integration server like Jenkins, it may provide the details which branch uploaded the jar file to Nexus.

Upvotes: 1

Related Questions