Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for md (0.11 sec)

  1. pom.xml

    				<configuration>
    					<addDefaultLicenseMatchers>true</addDefaultLicenseMatchers>
    					<excludes>
    						<exclude>pom.xml</exclude>
    						<exclude>breaking-changes.xml</exclude>
    						<exclude>README.md</exclude>
    						<exclude>build.properties</exclude>
    						<exclude>src/test/resources/**</exclude>
    						<exclude>**/*.idl</exclude>
    						<exclude>**/*.css</exclude>
    						<exclude>.*</exclude>
    XML
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 04 13:19:42 GMT 2024
    - 9.3K bytes
    - Viewed (1)
  2. maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml

            <version>${mercuryVersion}</version>
            <scope>test</scope>
          </dependency>
          <dependency>
            <groupId>org.apache.maven.mercury</groupId>
            <artifactId>mercury-md-sat</artifactId>
            <version>${mercuryVersion}</version>
            <scope>test</scope>
          </dependency>
          <dependency>
            <groupId>org.apache.maven.mercury</groupId>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Aug 03 09:29:10 GMT 2023
    - 22.4K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml

            <version>${mercuryVersion}</version>
            <scope>test</scope>
          </dependency>
          <dependency>
            <groupId>org.apache.maven.mercury</groupId>
            <artifactId>mercury-md-sat</artifactId>
            <version>${mercuryVersion}</version>
            <scope>test</scope>
          </dependency>
          <dependency>
            <groupId>org.apache.maven.mercury</groupId>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Sat Sep 11 08:52:20 GMT 2021
    - 22.4K bytes
    - Viewed (0)
  4. maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml

            <version>${mercuryVersion}</version>
            <scope>test</scope>
          </dependency>
          <dependency>
            <groupId>org.apache.maven.mercury</groupId>
            <artifactId>mercury-md-sat</artifactId>
            <version>${mercuryVersion}</version>
            <scope>test</scope>
          </dependency>
          <dependency>
            <groupId>org.apache.maven.mercury</groupId>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Aug 03 09:29:10 GMT 2023
    - 22.4K bytes
    - Viewed (0)
  5. src/main/assemblies/common-bin.xml

    			<excludes>
    				<exclude>*</exclude>
    			</excludes>
    			<filtered>false</filtered>
    		</fileSet>
    	</fileSets>
    	<files>
    		<file>
    			<source>README.md</source>
    			<outputDirectory>fess-${project.version}</outputDirectory>
    		</file>
    		<file>
    			<source>LICENSE</source>
    			<outputDirectory>fess-${project.version}</outputDirectory>
    		</file>
    	</files>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Mar 17 02:29:43 GMT 2022
    - 3.7K bytes
    - Viewed (0)
  6. pom.xml

    							</mapper>
    						</data>
    						<!-- Add readme files -->
    						<data>
    							<type>files</type>
    							<paths>
    								<path>${project.basedir}/LICENSE</path>
    								<path>${project.basedir}/README.md</path>
    							</paths>
    							<dst>${packaging.fess.home.dir}</dst>
    							<mapper>
    								<type>perm</type>
    								<user>${packaging.fess.user}</user>
    								<group>${packaging.fess.group}</group>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  7. android/pom.xml

                    <arg>-Xplugin:ErrorProne -Xep:NullArgumentForNonNullParameter:OFF -Xep:Java8ApiChecker:ERROR</arg>
                    <!-- https://github.com/google/error-prone/blob/f8e33bc460be82ab22256a7ef8b979d7a2cacaba/docs/installation.md#jdk-16 -->
                    <!-- TODO(cpovirk): Use .mvn/jvm.config instead (per
                         https://errorprone.info/docs/installation#maven) if it can
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Mar 12 20:26:18 GMT 2024
    - 19.4K bytes
    - Viewed (0)
Back to top