Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 29 for Packaging (0.06 seconds)

  1. pom.xml

    		<packaging.fess.log.dir>/var/log/fess</packaging.fess.log.dir>
    		<packaging.fess.temp.dir>/var/tmp/fess</packaging.fess.temp.dir>
    		<packaging.fess.extension.dir>${packaging.fess.home.dir}/extension</packaging.fess.extension.dir>
    		<packaging.fess.user>fess</packaging.fess.user>
    		<packaging.fess.group>fess</packaging.fess.group>
    		<packaging.fess.pid.dir>/var/run/fess</packaging.fess.pid.dir>
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Dec 20 08:30:43 GMT 2025
    - 49.4K bytes
    - Click Count (0)
  2. impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java

            boolean flattenEnabled = Features.consumerPomFlatten(session.getConfigProperties());
            String packaging = model.getPackaging();
            String originalPackaging = project.getOriginalModel().getPackaging();
    
            // Check if this is a BOM (original packaging is "bom")
            boolean isBom = BOM_PACKAGING.equals(originalPackaging);
    
            // Check if mixins are present without flattening enabled
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Thu Nov 27 07:40:26 GMT 2025
    - 21.2K bytes
    - Click Count (0)
  3. pom.xml

    	<modelVersion>4.0.0</modelVersion>
    	<groupId>org.codelibs.fess</groupId>
    	<artifactId>fess-crawler-parent</artifactId>
    	<version>15.4.1-SNAPSHOT</version>
    	<packaging>pom</packaging>
    	<name>Fess Crawler Project</name>
    	<description>Fess Crawler is Crawler Framework.</description>
    	<url>https://github.com/codelibs/fess-crawler</url>
    	<inceptionYear>2009</inceptionYear>
    	<licenses>
    		<license>
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Sat Dec 20 06:34:36 GMT 2025
    - 2.8K bytes
    - Click Count (0)
  4. fess-crawler-lasta/pom.xml

    	<modelVersion>4.0.0</modelVersion>
    	<artifactId>fess-crawler-lasta</artifactId>
    	<packaging>jar</packaging>
    	<name>Fess Crawler for LastaFlute</name>
    	<description>This is LastaFlute support.</description>
    	<parent>
    		<groupId>org.codelibs.fess</groupId>
    		<artifactId>fess-crawler-parent</artifactId>
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Sat Dec 20 06:34:36 GMT 2025
    - 2.9K bytes
    - Click Count (0)
  5. .idea/gradle.xml

                <option value="$PROJECT_DIR$/packaging/distributions-full" />
                <option value="$PROJECT_DIR$/packaging/internal-build-reports" />
                <option value="$PROJECT_DIR$/packaging/public-api" />
                <option value="$PROJECT_DIR$/platforms/core-configuration/api-metadata" />
                <option value="$PROJECT_DIR$/platforms/core-configuration/base-diagnostics" />
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Dec 11 18:02:10 GMT 2025
    - 23.2K bytes
    - Click Count (0)
  6. fess-crawler-opensearch/pom.xml

    	<modelVersion>4.0.0</modelVersion>
    	<artifactId>fess-crawler-opensearch</artifactId>
    	<packaging>jar</packaging>
    	<name>Fess Crawler OpenSearch</name>
    	<parent>
    		<groupId>org.codelibs.fess</groupId>
    		<artifactId>fess-crawler-parent</artifactId>
    		<version>15.4.1-SNAPSHOT</version>
    		<relativePath>../pom.xml</relativePath>
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Sat Dec 20 06:34:36 GMT 2025
    - 3.6K bytes
    - Click Count (0)
  7. pom.xml

    	<modelVersion>4.0.0</modelVersion>
    	<groupId>org.codelibs</groupId>
    	<artifactId>corelib</artifactId>
    	<packaging>jar</packaging>
    	<name>CodeLibs Core Library</name>
    	<version>0.7.2-SNAPSHOT</version>
    	<description>Core library providing essential utilities and functionalities.</description>
    	<url>https://github.com/codelibs/corelib</url>
    Created: Sat Dec 20 08:55:33 GMT 2025
    - Last Modified: Sat Dec 20 04:15:34 GMT 2025
    - 4.9K bytes
    - Click Count (0)
  8. .teamcity/subprojects.json

        "path": "platforms/core-execution/build-cache-local",
        "unitTests": true,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "build-cache-packaging",
        "path": "platforms/core-execution/build-cache-packaging",
        "unitTests": true,
        "functionalTests": false,
        "crossVersionTests": false
      },
      {
        "name": "build-cache-spi",
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Dec 18 18:40:11 GMT 2025
    - 37.5K bytes
    - Click Count (0)
  9. pom.xml

    	<modelVersion>4.0.0</modelVersion>
    	<artifactId>fess-suggest</artifactId>
    	<version>15.4.1-SNAPSHOT</version>
    	<packaging>jar</packaging>
    	<name>fess-suggest</name>
    	<url>https://fess.codelibs.org/</url>
    	<inceptionYear>2009</inceptionYear>
    	<licenses>
    		<license>
    			<name>The Apache Software License, Version 2.0</name>
    Created: Sat Dec 20 13:04:59 GMT 2025
    - Last Modified: Sat Dec 20 06:20:25 GMT 2025
    - 4.3K bytes
    - Click Count (0)
  10. pom.xml

    	<modelVersion>4.0.0</modelVersion>
    	<groupId>org.codelibs</groupId>
    	<artifactId>curl4j</artifactId>
    	<version>1.3.2-SNAPSHOT</version>
    	<packaging>jar</packaging>
    	<name>cUrl-Like Java client</name>
    	<description>cUrl-Like Java client</description>
    	<url>https://github.com/codelibs/curl4j</url>
    	<inceptionYear>2011</inceptionYear>
    	<licenses>
    		<license>
    Created: Sat Dec 20 09:13:53 GMT 2025
    - Last Modified: Sat Dec 20 04:17:15 GMT 2025
    - 4.7K bytes
    - Click Count (0)
Back to Top