[ https://issues.apache.org/jira/browse/MPIR-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817365#comment-17817365 ]
Gabriel Wolf commented on MPIR-456: ----------------------------------- When we configure the plugin without dependencies the issue does not appear. {code:xml} <reportSets> <reportSet> <reports> <report>team</report> <report>mailing-lists</report> <report>ci-management</report> <report>issue-management</report> <report>licenses</report> <report>scm</report> </reports> </reportSet> {code} > fixed snapshot versions are ignored and latest snapshot is used instead > ----------------------------------------------------------------------- > > Key: MPIR-456 > URL: https://issues.apache.org/jira/browse/MPIR-456 > Project: Maven Project Info Reports Plugin > Issue Type: Bug > Components: dependencies > Affects Versions: 3.5.0 > Reporter: Gabriel Wolf > Priority: Critical > > We use fixed versions of snapshots in your pom, so for example we use > '1.20.4-R0.1-20240205.114523-90' instead of '1.20.4-R0.1-SNAPSHOT'. Normally > this is not an issue when executing for example 'mvn verify' but when we run > 'mvn site' instead of the explicit used snapshot version the latest snapshot > version is downloaded and used. > Normally this do not cause big issues, but currently we have an API breaking > change in the snapshot version and we want to stick to the old version. -- This message was sent by Atlassian Jira (v8.20.10#820010)