You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rebuilding a Micronaut based project we expect all dependencies to be downloaded once and no further downloads are necessary.
Actual Behaviour
Due to the fact that some Maven plugin versions aren't defined in the Micronaut BOM the metadata for those plugins are downloaded, even when the latest plugins are already available locally.
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/maven-metadata.xml
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/maven-metadata.xml (929 B at 4.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (663 B at 29 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml (783 B at 22 kB/s)
Due to the fact that some Maven plugin versions aren't defined in the
Micronaut BOM the metadata for those plugins are downloaded, even when
the latest plugins are already available locally.
By defining the versions for those plugins we prevent the extra
downloads.
Due to the fact that some Maven plugin versions aren't defined in the
Micronaut BOM the metadata for those plugins are downloaded, even when
the latest plugins are already available locally.
By defining the versions for those plugins we prevent the extra
downloads.
Due to the fact that some Maven plugin versions aren't defined in the
Micronaut BOM the metadata for those plugins are downloaded, even when
the latest plugins are already available locally.
By defining the versions for those plugins we prevent the extra
downloads.
Expected Behavior
When rebuilding a Micronaut based project we expect all dependencies to be downloaded once and no further downloads are necessary.
Actual Behaviour
Due to the fact that some Maven plugin versions aren't defined in the Micronaut BOM the metadata for those plugins are downloaded, even when the latest plugins are already available locally.
Steps To Reproduce
./mvnw package
./mvnw package
againmaven-metadata.xml
filesEnvironment Information
Example Application
No response
Version
3.4.1
The text was updated successfully, but these errors were encountered: