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-maven-plugin Show documentation
Show all versions of nexus-maven-plugin Show documentation
Maven plugin used to interact with Nexus and Nexus Professional instances.
<!-- Sonatype Nexus (TM) Open Source Version Copyright (c) 2007-2012 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. --> <!-- VERY VERY dirty hack here. Because maven-shade-plugin does not support components.xml relocate, I have manually write these and use plexus-maven-plugin to merge them. --> <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> <description></description> <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> <description></description> </component> </components> </component-set>