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

META-INF.plexus.artifact-handlers.xml Maven / Gradle / Ivy

<?xml version="1.0"?>

<component-set>
  <components>
    <component>
      <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
      <role-hint>npm</role-hint>
      <implementation>
        org.apache.maven.artifact.handler.DefaultArtifactHandler
      </implementation>
      <configuration>
        <type>npm</type>
        <extension>tgz</extension>
        <language>javascript</language>
        <addedToClasspath>true</addedToClasspath>
        <includesDependencies>true</includesDependencies>
      </configuration>
    </component>
  </components>
</component-set>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy