META-INF.shaded-components.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nexus-m2settings-maven-plugin Show documentation
Show all versions of nexus-m2settings-maven-plugin Show documentation
Provides support to download m2-settings templates from a remote Nexus Professional server.
<?xml version="1.0" encoding="UTF-8"?> <!-- Sonatype Nexus (TM) Open Source Version Copyright (c) 2007-2015 Sonatype, Inc. All rights reserved. Includes the third-party code listed at http://links.sonatype.com/products/nexus/oss/attributions. This program and the accompanying materials are made available under the terms of the Eclipse Public License Version 1.0, which accompanies this distribution and is available at http://www.eclipse.org/legal/epl-v10.html. Sonatype Nexus (TM) Professional Version is available from Sonatype, Inc. "Sonatype" and "Sonatype Nexus" are trademarks of Sonatype, Inc. Apache Maven is a trademark of the Apache Software Foundation. M2eclipse is a trademark of the Eclipse Foundation. All other trademarks are the property of their respective owners. --> <!-- Special handling needed for Maven security components when shading. --> <component-set> <components> <component> <role>org.sonatype.plexus.components.sec.dispatcher.SecDispatcher</role> <role-hint>default</role-hint> <implementation>org.sonatype.plexus.components.sec.dispatcher.shaded.DefaultSecDispatcher</implementation> <requirements> <requirement> <role>org.sonatype.plexus.components.cipher.shaded.PlexusCipher</role> <field-name>_cipher</field-name> </requirement> <requirement> <role>org.sonatype.plexus.components.sec.dispatcher.shaded.PasswordDecryptor</role> <field-name>_decryptors</field-name> </requirement> </requirements> <configuration> <_configuration-file>~/.m2/settings-security.xml</_configuration-file> </configuration> </component> <component> <role>org.sonatype.plexus.components.cipher.shaded.PlexusCipher</role> <role-hint>default</role-hint> <implementation>org.sonatype.plexus.components.cipher.shaded.DefaultPlexusCipher</implementation> </component> </components> </component-set>