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

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

There is a newer version: 1.10
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  Maven helper plugin
  
  $Id: components.xml 238 2012-03-20 21:10:19Z tchemit $
  $HeadURL: http://svn.nuiton.org/svn/jredmine/tags/jredmine-1.6/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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy