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 truststore-maven-plugin Show documentation
Show all versions of truststore-maven-plugin Show documentation
Generates a truststore from a directory of certificates.
<?xml version="1.0"?> <component-set> <components> <component> <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role> <role-hint>pkcs12</role-hint> <implementation> org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping </implementation> <configuration> <lifecycles> <lifecycle> <id>default</id> <phases> <process-resources> org.apache.maven.plugins:maven-resources-plugin:resources </process-resources> <package> com.github.marschall:truststore-maven-plugin:pkcs12 </package> <install> org.apache.maven.plugins:maven-install-plugin:install </install> <deploy> org.apache.maven.plugins:maven-deploy-plugin:deploy </deploy> </phases> </lifecycle> </lifecycles> </configuration> </component> <component> <role>org.apache.maven.artifact.handler.ArtifactHandler</role> <role-hint>p12</role-hint> <implementation> org.apache.maven.artifact.handler.DefaultArtifactHandler </implementation> <configuration> <type>truststore</type> <extension>p12</extension> <packaging>pkcs12</packaging> <addedToClasspath>false</addedToClasspath> </configuration> </component> </components> </component-set>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy