Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Tiller (0.16 sec)

  1. maven-core/src/main/resources/META-INF/maven/extension.xml

        <exportedArtifact>org.slf4j:slf4j-api</exportedArtifact>
        <exportedArtifact>org.fusesource.jansi:jansi</exportedArtifact>
    
        <!--
          | We must also filter out the old Aether or NoClassDefFoundErrors will surface
         -->
        <exportedArtifact>org.sonatype.aether:aether-api</exportedArtifact>
        <exportedArtifact>org.sonatype.aether:aether-spi</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)
  2. pom.xml

    						<configuration>
    							<outputDirectory>${project.build.directory}/generated-packaging/deb/</outputDirectory>
    							<filters>
    								<filter>${project.basedir}/src/packaging/common/packaging.properties</filter>
    								<filter>${project.basedir}/src/packaging/deb/packaging.properties</filter>
    							</filters>
    							<resources>
    								<resource>
    									<directory>src/packaging/common/</directory>
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  3. android/pom.xml

              <configuration>
                <includes>
                  <include>${test.include}</include>
                </includes>
                <!-- By having our own entries here, we also override the default exclusion filter, which excludes all nested classes. -->
                <excludes>
                  <!-- https://github.com/google/guava/issues/2840 -->
                  <exclude>%regex[.*PackageSanityTests.*.class]</exclude>
    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