Skip to content

I can't make use-release work with my internal repository #529

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

Closed
cvgaviao opened this issue Jan 13, 2022 · 1 comment
Closed

I can't make use-release work with my internal repository #529

cvgaviao opened this issue Jan 13, 2022 · 1 comment
Labels

Comments

@cvgaviao
Copy link

I'm trying to use this plugin to update the 1.1.2-SNAPSHOT version of a internal dependency in one pom.xml to a higher version published in an internal artifactory.

The repository is enabled, its releases are also enabled and its update is daily. It is being reached since maven have created the artifact metadata locally

<?xml version="1.0" encoding="UTF-8"?>
<metadata>
  <groupId>com.cris.econo</groupId>
  <artifactId>byhup</artifactId>
  <versioning>
    <latest>2.1.0-rc1</latest>
    <release>2.1.0-rc1</release>
    <versions>
      <version>1.0.0</version>
      <version>1.0.1</version>
      <version>1.0.2</version>
      <version>1.0.3</version>
      <version>1.0.4</version>
      <version>1.0.5</version>
      <version>1.0.6</version>
      <version>1.0.7</version>
      <version>1.0.8</version>
      <version>1.0.9</version>
      <version>1.0.10</version>
      <version>1.1.0</version>
      <version>1.1.1</version>
      <version>2.0.0-rc1</version>
      <version>2.1.0-rc1</version>
    </versions>
    <lastUpdated>20220113163508</lastUpdated>
  </versioning>
</metadata>

The plugin even tries to resolve the version, but nothing happens in the end :(

[DEBUG] Looking for a release of com.cris.econo:byhup:jar:1.1.2-SNAPSHOT
[INFO] artifact com.cris.econo:byhup: checking for updates from cris-maven-releases
[DEBUG] Reading resolution-state from: C:\Users\cgavi\.m2\repository\com\cris\econo\byhup\resolver-status.properties
@github-actions
Copy link

This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the Stale label Jan 14, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant