All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.plexus.components.xml Maven / Gradle / Ivy

There is a newer version: 0.0.6
Show newest version
<component-set>
  <components>
    <component>
      <role>org.apache.maven.wagon.Wagon</role>
      <role-hint>packagecloud+http</role-hint>
      <implementation>io.packagecloud.maven.wagon.PackagecloudWagon</implementation>
      <instantiation-strategy>per-lookup</instantiation-strategy>
    </component>
    <component>
      <role>org.apache.maven.wagon.Wagon</role>
      <role-hint>packagecloud+https</role-hint>
      <implementation>io.packagecloud.maven.wagon.PackagecloudWagon</implementation>
      <instantiation-strategy>per-lookup</instantiation-strategy>
    </component>

  </components>
</component-set>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy