-
|
I'm getting this warning for all hipparchus modules: and I'm using this configuration: <repositories>
<repository>
<id>orekit</id>
<url>https://packages.orekit.org/repository/maven-public/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>maven-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<layout>default</layout>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>How must I define the repositories to get the latest snapshot? |
Beta Was this translation helpful? Give feedback.
Answered by
maisonobe
Jan 4, 2025
Replies: 2 comments
-
|
I have no idea. The URL seems correct, for example the latest jar for the core module is hipparchus-core-4.0-20241222.134649-11.jar @sdinot , do you know if there was a change recently in our Nexus repository? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Rectification: try to change maven-public into maven-snapshots in the URL. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
axkr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rectification: try to change maven-public into maven-snapshots in the URL.