META-INF.plexus.components.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of go-offline-maven-plugin Show documentation
Show all versions of go-offline-maven-plugin Show documentation
Maven Plugin used to download all Dependencies and Plugins required in a Maven build,
so the build can be run without an internet connection afterwards.
<?xml version="1.0" encoding="UTF-8"?> <component-set> <components> <component> <role>de.qaware.maven.plugin.offline.DependencyDownloader</role> <role-hint>default</role-hint> <implementation>de.qaware.maven.plugin.offline.DependencyDownloader</implementation> <description/> <isolated-realm>false</isolated-realm> </component> </components> </component-set>