Class BootstrapArtifactTransformer
java.lang.Object
io.quarkus.bootstrap.resolver.maven.BootstrapArtifactTransformer
- All Implemented Interfaces:
org.eclipse.aether.spi.artifact.transformer.ArtifactTransformer
@Singleton
@Named
@Priority(100)
public class BootstrapArtifactTransformer
extends Object
implements org.eclipse.aether.spi.artifact.transformer.ArtifactTransformer
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.aether.spi.artifact.transformer.ArtifactTransformer
transformDeployArtifacts, transformInstallArtifacts
-
Constructor Details
-
BootstrapArtifactTransformer
public BootstrapArtifactTransformer()
-