-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjreleaser.yml
More file actions
41 lines (37 loc) · 930 Bytes
/
jreleaser.yml
File metadata and controls
41 lines (37 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
project:
name: camel-code-execution-engine
description: Camel Code Execution Engine
longDescription: A gRPC-based code execution engine for Apache Camel routes, enabling dynamic route execution via remote procedure calls.
authors:
- The Wanaku Development Team
license: Apache-2.0
links:
homepage: https://wanaku.ai
bugTracker: https://github.com/wanaku-ai/camel-code-execution-engine/issues
languages:
java:
groupId: ai.wanaku.code.engine.camel
version: 21
inceptionYear: 2025
tags:
- 'camel'
- 'grpc'
- 'java'
- 'code-execution'
- 'dynamic-routes'
signing:
active: ALWAYS
release:
github:
owner: wanaku-ai
overwrite: false
issues:
enabled: true
update:
enabled: true
skipTag: true
distributions:
camel-code-execution-engine:
artifacts:
- path: ./target/camel-code-execution-engine-app.jar
type: SINGLE_JAR