Class DefaultArtifactPackagingMapper

java.lang.Object
org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
All Implemented Interfaces:
ArtifactPackagingMapper

@Singleton @Named public class DefaultArtifactPackagingMapper extends Object implements ArtifactPackagingMapper
A very simple artifact packaging mapper, that has everything for quick-start wired in this class. Also, it takes into account the "${nexus-work}/conf/packaging2extension-mapping.properties" file into account if found. To override the "defaults" in this class, simply add lines to properties file with same keys.
Author:
cstamas
  • Field Details

  • Constructor Details

    • DefaultArtifactPackagingMapper

      public DefaultArtifactPackagingMapper()
  • Method Details