Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for registers (0.16 sec)

  1. maven-core/src/test/resources-project-builder/foo/sub/pom.xml

              <execution>
                <id>archetype-registry</id>
                <goals>
                  <goal>java</goal>
                  <goal>xsd</goal>
                  <goal>xpp3-reader</goal>
                  <goal>xpp3-writer</goal>
                </goals>
                <configuration>
                  <version>1.0.0</version>
                  <model>src/main/mdo/archetype-registry.mdo</model>
                </configuration>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Sep 22 08:59:31 GMT 2023
    - 15.6K bytes
    - Viewed (0)
  2. maven-core/src/main/resources/META-INF/maven/extension.xml

        <exportedArtifact>org.apache.maven:maven-plugin-descriptor</exportedArtifact>
        <exportedArtifact>org.apache.maven:maven-plugin-parameter-documenter</exportedArtifact>
        <exportedArtifact>org.apache.maven:maven-plugin-registry</exportedArtifact>
        <exportedArtifact>org.apache.maven:maven-profile</exportedArtifact>
        <exportedArtifact>org.apache.maven:maven-project</exportedArtifact>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jan 08 10:37:09 GMT 2024
    - 12.2K bytes
    - Viewed (0)
  3. src/main/resources/fess_query.xml

    		<postConstruct name="register"></postConstruct>
    	</component>
    	<component name="boostQueryCommand"
    		class="org.codelibs.fess.query.BoostQueryCommand">
    		<postConstruct name="register"></postConstruct>
    	</component>
    	<component name="fuzzyQueryCommand"
    		class="org.codelibs.fess.query.FuzzyQueryCommand">
    		<postConstruct name="register"></postConstruct>
    	</component>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Mar 19 03:54:52 GMT 2022
    - 1.8K bytes
    - Viewed (0)
  4. src/main/resources/fess_thumbnail.xml

    		<property name="name">"htmlThumbnailGenerator"</property>
    		<postConstruct name="addCondition">
    			<arg>"mimetype"</arg>
    			<arg>"text/html"</arg>
    		</postConstruct>
    		<postConstruct name="register"></postConstruct>
    	</component>
    	<component name="msofficeThumbnailGenerator" class="org.codelibs.fess.thumbnail.impl.CommandGenerator">
    		<property name="name">"msofficeThumbnailGenerator"</property>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Oct 11 21:34:52 GMT 2019
    - 5.4K bytes
    - Viewed (0)
  5. api/maven-api-settings/src/main/mdo/settings.mdo

            </field>
            <field>
              <name>usePluginRegistry</name>
              <version>1.0.0+</version>
              <description>
                Whether Maven should use the {@code plugin-registry.xml} file to manage plugin versions.
              </description>
              <type>boolean</type>
              <defaultValue>false</defaultValue>
            </field>
            <field>
              <name>offline</name>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sat Feb 17 18:40:11 GMT 2024
    - 33.3K bytes
    - Viewed (0)
Back to top