META-INF.plexus.components.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- #%L Maven helper plugin $Id: components.xml 814 2011-05-10 22:07:16Z tchemit $ $HeadURL: http://svn.nuiton.org/svn/maven-helper-plugin/tags/maven-helper-plugin-1.3/src/main/resources/META-INF/plexus/components.xml $ %% Copyright (C) 2009 - 2010 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Lesser Public License for more details. You should have received a copy of the GNU General Lesser Public License along with this program. If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> <component-set> <components> <component> <role>org.sonatype.plexus.components.cipher.PlexusCipher</role> <role-hint>maven-helper-plugin</role-hint> <implementation>org.sonatype.plexus.components.cipher.DefaultPlexusCipher </implementation> </component> <component> <role>org.sonatype.plexus.components.sec.dispatcher.SecDispatcher</role> <role-hint>maven-helper-plugin</role-hint> <implementation> org.sonatype.plexus.components.sec.dispatcher.DefaultSecDispatcher </implementation> <requirements> <requirement> <role>org.sonatype.plexus.components.cipher.PlexusCipher</role> <field-name>_cipher</field-name> </requirement> <requirement> <role>org.sonatype.plexus.components.sec.dispatcher.PasswordDecryptor </role> <field-name>_decryptors</field-name> </requirement> </requirements> <configuration> <_configurationFile>~/.m2/settings-security.xml</_configurationFile> </configuration> </component> <component> <role>org.codehaus.plexus.velocity.VelocityComponent</role> <role-hint>maven-helper-plugin</role-hint> <implementation>org.codehaus.plexus.velocity.DefaultVelocityComponent </implementation> <configuration> <properties> <property> <name>resource.loader</name> <value>file,class</value> </property> <property> <name>class.resource.loader.class</name> <value> org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader </value> </property> <property> <name>file.resource.loader.class</name> <value> org.apache.velocity.runtime.resource.loader.FileResourceLoader </value> </property> </properties> </configuration> </component> </components> </component-set>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy