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

app.bndrun: resolve snapshots all the time from repo #928

Closed
maggu2810 opened this issue Jun 26, 2019 · 2 comments
Closed

app.bndrun: resolve snapshots all the time from repo #928

maggu2810 opened this issue Jun 26, 2019 · 2 comments

Comments

@maggu2810
Copy link
Contributor

maggu2810 commented Jun 26, 2019

I wonder why the POM of the demo app still uses

    <repository>
      <id>openhab-artifactory-snapshot</id>
      <name>JFrog Artifactory Repository</name>
      <url>https://openhab.jfrog.io/openhab/libs-snapshot</url>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
      </snapshots>
    </repository>

Haven't you already changed <updatePolicy>always</updatePolicy> in the other places because you realized that slows down the dependency resolution all the time?

Or does it not have any impact in this case?
But why using it then?

@maggu2810
Copy link
Contributor Author

Will be fixed by #929

@kaikreuzer
Copy link
Member

This was indeed a left over, thanks for noticing.

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

No branches or pull requests

2 participants