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 jredmine-maven-plugin Show documentation
Show all versions of jredmine-maven-plugin Show documentation
JRedmine maven plugin to interacts with Redmine's server
<?xml version="1.0" encoding="UTF-8"?> <!-- #%L Maven helper plugin $Id: components.xml 238 2012-03-20 21:10:19Z tchemit $ $HeadURL: https://svn.nuiton.org/jredmine/tags/jredmine-1.7/jredmine-maven-plugin/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.codehaus.plexus.velocity.VelocityComponent</role> <role-hint>jredmine-maven-plugin</role-hint> <implementation>org.codehaus.plexus.velocity.DefaultVelocityComponent </implementation> <configuration> <properties> <property> <name>resource.loader</name> <value>file,class,url</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> <property> <name>url.resource.loader.class</name> <value> org.apache.velocity.runtime.resource.loader.URLResourceLoader </value> </property> <property> <name>url.resource.loader.root</name> <value/> </property> </properties> </configuration> </component> </components> </component-set>