Skip to content

Commit 9beb6bb

Browse files
committed
add function descriptions
1 parent ace5ef1 commit 9beb6bb

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

docs/03.reference/01.functions/mavenexists/function.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ categories:
1010
- java
1111
- server
1212
- devops
13+
description: Checks whether a Maven artifact is already in Lucee's local maven cache — a cheap filesystem-only predicate with no network or tree walk.
1314
---
1415

1516
Checks whether a Maven artifact is present in Lucee's local maven cache directory.

docs/03.reference/01.functions/mavenexport/function.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ categories:
1010
- java
1111
- server
1212
- devops
13+
description: Snapshots Lucee's local maven cache as a portable pom.xml listing every cached jar — for reproducible deploys, auditing, and air-gapped rehydration.
1314
---
1415

1516
Walks Lucee's local maven cache directory and returns a pom.xml string listing every cached artifact as a `<dependency>` entry.

docs/03.reference/01.functions/mavenimport/function.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ categories:
1010
- java
1111
- server
1212
- devops
13+
description: Rehydrates Lucee's local maven cache from a pom.xml, resolving each listed dependency — the inverse of mavenExport for reproducible deploys.
1314
---
1415

1516
Parses a pom.xml and resolves each declared `<dependency>` into Lucee's local maven cache, fetching any that are not already present.

0 commit comments

Comments
 (0)