All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.shaded-components.xml Maven / Gradle / Ivy

There is a newer version: 2.1
Show newest version
<!--

    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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy