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

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

<component-set>
  <components>
    <component>
      <role>org.codehaus.plexus.scheduler.Scheduler</role>
      <implementation>org.codehaus.plexus.scheduler.DefaultScheduler</implementation>
      <instantiation-strategy>keep-alive</instantiation-strategy>
      <configuration>
        <properties>
          <property>
            <name>org.quartz.scheduler.instanceName</name>
            <value>defaultScheduler</value>
          </property>
          <property>
            <name>org.quartz.threadPool.class</name>
            <value>org.quartz.simpl.SimpleThreadPool</value>
          </property>
          <property>
            <name>org.quartz.threadPool.threadCount</name>
            <value>15</value>
          </property>
          <property>
            <name>org.quartz.threadPool.threadPriority</name>
            <value>4</value>
          </property>
          <property>
            <name>org.quartz.jobStore.class</name>
            <value>org.quartz.simpl.RAMJobStore</value>
          </property>
        </properties>
      </configuration>
    </component>
  </components>
</component-set>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy