- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 282 for packaging (0.07 seconds)
-
.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-unix.yml
values: - centos-7-packaging - centos-8-packaging - debian-9-packaging - debian-10-packaging - debian-11-packaging - opensuse-15-1-packaging - oraclelinux-7-packaging - oraclelinux-8-packaging - sles-12-packaging - sles-15-packaging - ubuntu-18.04-packaging - ubuntu-20.04-packagingCreated: 2026-04-08 16:19 - Last Modified: 2021-09-14 17:35 - 2.2K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Packaging.java
import org.apache.maven.api.model.PluginContainer; /** * Represents the packaging of a Maven project. * * <p>The {@code Packaging} class defines the type of artifact that a Maven project produces during the build process. * The packaging type determines the structure of the project's output and how Maven will treat the resulting artifact.</p> *Created: 2026-04-05 03:35 - Last Modified: 2025-06-06 14:28 - 3.2K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-unix-sample.yml
--- - job: name: "elastic+elasticsearch+pull-request+packaging-tests-unix-sample" display-name: "elastic / elasticsearch - pull request packaging-tests-unix-sample" description: "Testing of Elasticsearch pull requests - packaging-tests-unix-sample" project-type: matrix node: master scm: - git: refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches:Created: 2026-04-08 16:19 - Last Modified: 2021-07-01 20:27 - 1.8K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-windows-nojdk.yml
- job: name: "elastic+elasticsearch+pull-request+packaging-tests-windows-nojdk" display-name: "elastic / elasticsearch - pull request packaging-tests-windows-nojdk" description: "Testing of Elasticsearch pull requests - packaging-tests-windows-nojdk" # We use a hard-coded workspace directory here to avoid hitting windows path length limits child-workspace: "C:\\Users\\jenkins\\workspace\\pr-packaging-windows\\${BUILD_NUMBER}" project-type: matrixCreated: 2026-04-08 16:19 - Last Modified: 2021-08-24 19:49 - 2.3K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-windows-sample.yml
- job: name: "elastic+elasticsearch+pull-request+packaging-tests-windows-sample" display-name: "elastic / elasticsearch - pull request packaging-tests-windows-sample" description: "Testing of Elasticsearch pull requests - packaging-tests-windows-sample" # We use a hard-coded workspace directory here to avoid hitting windows path length limits child-workspace: "C:\\Users\\jenkins\\workspace\\pr-packaging-windows\\${BUILD_NUMBER}" project-type: matrixCreated: 2026-04-08 16:19 - Last Modified: 2021-08-24 18:50 - 2.1K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-windows-sample-nojdk.yml
name: "elastic+elasticsearch+pull-request+packaging-tests-windows-sample-nojdk" display-name: "elastic / elasticsearch - pull request packaging-tests-windows-sample-nojdk" description: "Testing of Elasticsearch pull requests - packaging-tests-windows-sample-nojdk" # We use a hard-coded workspace directory here to avoid hitting windows path length limits child-workspace: "C:\\Users\\jenkins\\workspace\\pr-packaging-windows\\${BUILD_NUMBER}"Created: 2026-04-08 16:19 - Last Modified: 2021-08-24 19:49 - 2.2K bytes - Click Count (0) -
src/packaging/common/packaging.properties
# like in rpm/packaging.properties and deb/packaging.properties. # Environment file packaging.env.file= # Default configuration directory and file to use in bin/plugin script # Default values for min/max heap memory allocated to fess java process packaging.fess.heap.min=256m packaging.fess.heap.max=1g # Specifies the maximum file descriptor number packaging.os.max.open.files=65535
Created: 2026-03-31 13:07 - Last Modified: 2015-12-10 01:24 - 797 bytes - Click Count (0) -
src/packaging/deb/packaging.properties
# # Environment file packaging.env.file=/etc/default/fess # Simple marker to check that properties are correctly overridden packaging.type=deb # Custom header for package scripts packaging.scripts.header=#!/bin/sh${line.separator}set -eCreated: 2026-03-31 13:07 - Last Modified: 2015-12-10 01:24 - 401 bytes - Click Count (0) -
src/packaging/rpm/packaging.properties
# # Environment file packaging.env.file=/etc/sysconfig/fess # Default configuration directory and file to use in bin/plugin script # Simple marker to check that properties are correctly overridden packaging.type=rpm # Custom header for package scripts packaging.scripts.header=
Created: 2026-03-31 13:07 - Last Modified: 2015-12-10 01:24 - 420 bytes - Click Count (1) -
compat/maven-artifact/src/test/java/org/apache/maven/artifact/handler/ArtifactHandlerMock.java
} @Override public String getClassifier() { return classifier; } public void setPackaging(String packaging) { this.packaging = packaging; } @Override public String getPackaging() { return packaging; } public void setIncludesDependencies(boolean includesDependencies) { this.includesDependencies = includesDependencies; }Created: 2026-04-05 03:35 - Last Modified: 2024-10-25 12:31 - 2.4K bytes - Click Count (0)