diff --git a/snapshot/13.1/deploy-to-engine-mojo.html b/snapshot/13.1/deploy-to-engine-mojo.html
index 71d7afe7..c02c7a5d 100644
--- a/snapshot/13.1/deploy-to-engine-mojo.html
+++ b/snapshot/13.1/deploy-to-engine-mojo.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
@@ -151,14 +151,14 @@
Optional Parameters
The file that contains deployment options. Example options file content:
deployTestUsers: auto
target:
- version: RELEASED
- state: ACTIVE_AND_RELEASED
+ version: RELEASED
+ state: ACTIVE_AND_RELEASED
Inside the options file you can use property placeholders. The options file may look like this:
deployTestUsers: ${ivy.deploy.test.users}
target:
- version: AUTO
- state: ${ivy.deploy.target.state}
+ version: AUTO
+ state: ${ivy.deploy.target.state}
All options in this file are optional. You only need to specify options that overwrite the default behavior.
If configured, all Maven properties are ignored and only values in this file are used. See also: Engine Guide User Property: ivy.deploy.options.file |
@@ -315,14 +315,14 @@
<deployOptionsFile>
The file that contains deployment options.
Example options file content:
deployTestUsers: auto
target:
- version: RELEASED
- state: ACTIVE_AND_RELEASED
+ version: RELEASED
+ state: ACTIVE_AND_RELEASED
Inside the options file you can use property placeholders. The options file may look like this:
deployTestUsers: ${ivy.deploy.test.users}
target:
- version: AUTO
- state: ${ivy.deploy.target.state}
+ version: AUTO
+ state: ${ivy.deploy.target.state}
All options in this file are optional. You only need to specify options that overwrite the default behavior.
If configured, all Maven properties are ignored and only values in this file are used.
See also: Engine Guide
diff --git a/snapshot/13.1/deploy-to-test-engine-mojo.html b/snapshot/13.1/deploy-to-test-engine-mojo.html
index 2cc05516..21103892 100644
--- a/snapshot/13.1/deploy-to-test-engine-mojo.html
+++ b/snapshot/13.1/deploy-to-test-engine-mojo.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
@@ -117,14 +117,14 @@
Optional Parameters
The file that contains deployment options. Example options file content:
deployTestUsers: auto
target:
- version: RELEASED
- state: ACTIVE_AND_RELEASED
+ version: RELEASED
+ state: ACTIVE_AND_RELEASED
Inside the options file you can use property placeholders. The options file may look like this:
deployTestUsers: ${ivy.deploy.test.users}
target:
- version: AUTO
- state: ${ivy.deploy.target.state}
+ version: AUTO
+ state: ${ivy.deploy.target.state}
All options in this file are optional. You only need to specify options that overwrite the default behavior.
If configured, all Maven properties are ignored and only values in this file are used. See also: Engine Guide User Property: ivy.deploy.options.file |
@@ -253,14 +253,14 @@
<deployOptionsFile>
The file that contains deployment options.
Example options file content:
deployTestUsers: auto
target:
- version: RELEASED
- state: ACTIVE_AND_RELEASED
+ version: RELEASED
+ state: ACTIVE_AND_RELEASED
Inside the options file you can use property placeholders. The options file may look like this:
deployTestUsers: ${ivy.deploy.test.users}
target:
- version: AUTO
- state: ${ivy.deploy.target.state}
+ version: AUTO
+ state: ${ivy.deploy.target.state}
All options in this file are optional. You only need to specify options that overwrite the default behavior.
If configured, all Maven properties are ignored and only values in this file are used.
See also: Engine Guide
diff --git a/snapshot/13.1/examples.html b/snapshot/13.1/examples.html
index 369aa7fa..b16ca41b 100644
--- a/snapshot/13.1/examples.html
+++ b/snapshot/13.1/examples.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
diff --git a/snapshot/13.1/faq.html b/snapshot/13.1/faq.html
index 09bef51e..40e4b02b 100644
--- a/snapshot/13.1/faq.html
+++ b/snapshot/13.1/faq.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
diff --git a/snapshot/13.1/help-mojo.html b/snapshot/13.1/help-mojo.html
index 48208f5d..1e710bb9 100644
--- a/snapshot/13.1/help-mojo.html
+++ b/snapshot/13.1/help-mojo.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
diff --git a/snapshot/13.1/index.html b/snapshot/13.1/index.html
index d4be6c5c..7d82357d 100644
--- a/snapshot/13.1/index.html
+++ b/snapshot/13.1/index.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
diff --git a/snapshot/13.1/installEngine-mojo.html b/snapshot/13.1/installEngine-mojo.html
index e6c157b1..32f29f37 100644
--- a/snapshot/13.1/installEngine-mojo.html
+++ b/snapshot/13.1/installEngine-mojo.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
@@ -112,11 +112,11 @@
Optional Parameters
7.4 |
Enables the engine artifact download via maven plugin repositories. If set to false , the default URL download approach is used (see engineDownloadUrl and engineListPageUrl properties).
As there exist no official maven repository containing the axonivy engine, it must be published manually to an accessible plugin repository. The expected artifact descriptor is:
- groupId=com.axonivy.ivy
- artifactId=engine
- version=!ivyVersion! (e.g. 7.4.0)
- classifier=!osArchitecture! (e.g. Slim_All_x64)
- extension=zip
+groupId=com.axonivy.ivy
+artifactId=engine
+version=!ivyVersion! (e.g. 7.4.0)
+classifier=!osArchitecture! (e.g. Slim_All_x64)
+extension=zip
Default: false User Property: ivy.engine.download.from.maven |
<engineCacheDirectory> |
@@ -169,11 +169,11 @@ <autoInstallEngine>
<downloadUsingMaven>
Enables the engine artifact download via maven plugin repositories. If set to
false
, the default URL download approach is used (see
engineDownloadUrl
and
engineListPageUrl
properties).
As there exist no official maven repository containing the axonivy engine, it must be published manually to an accessible plugin repository. The expected artifact descriptor is:
-
groupId=com.axonivy.ivy
- artifactId=engine
- version=!ivyVersion! (e.g. 7.4.0)
- classifier=!osArchitecture! (e.g. Slim_All_x64)
- extension=zip
+groupId=com.axonivy.ivy
+artifactId=engine
+version=!ivyVersion! (e.g. 7.4.0)
+classifier=!osArchitecture! (e.g. Slim_All_x64)
+extension=zip
- Type:
java.lang.Boolean
diff --git a/snapshot/13.1/ivy-integration-test-properties-mojo.html b/snapshot/13.1/ivy-integration-test-properties-mojo.html
index 27109f1d..4b2774aa 100644
--- a/snapshot/13.1/ivy-integration-test-properties-mojo.html
+++ b/snapshot/13.1/ivy-integration-test-properties-mojo.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
diff --git a/snapshot/13.1/ivy-resources-properties-mojo.html b/snapshot/13.1/ivy-resources-properties-mojo.html
index 7c6a2081..33866fec 100644
--- a/snapshot/13.1/ivy-resources-properties-mojo.html
+++ b/snapshot/13.1/ivy-resources-properties-mojo.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
diff --git a/snapshot/13.1/ivy-test-properties-mojo.html b/snapshot/13.1/ivy-test-properties-mojo.html
index 2534f239..bf288c0f 100644
--- a/snapshot/13.1/ivy-test-properties-mojo.html
+++ b/snapshot/13.1/ivy-test-properties-mojo.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
diff --git a/snapshot/13.1/lifecycle.html b/snapshot/13.1/lifecycle.html
index 4dd6acc0..639ec2f1 100644
--- a/snapshot/13.1/lifecycle.html
+++ b/snapshot/13.1/lifecycle.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
diff --git a/snapshot/13.1/maven-dependency-cleanup-mojo.html b/snapshot/13.1/maven-dependency-cleanup-mojo.html
index 7db5b077..8fbd1576 100644
--- a/snapshot/13.1/maven-dependency-cleanup-mojo.html
+++ b/snapshot/13.1/maven-dependency-cleanup-mojo.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
diff --git a/snapshot/13.1/maven-dependency-mojo.html b/snapshot/13.1/maven-dependency-mojo.html
index 4aa61d43..06d8c8ca 100644
--- a/snapshot/13.1/maven-dependency-mojo.html
+++ b/snapshot/13.1/maven-dependency-mojo.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
diff --git a/snapshot/13.1/pack-iar-mojo.html b/snapshot/13.1/pack-iar-mojo.html
index 79aa3e61..a6a1ed0c 100644
--- a/snapshot/13.1/pack-iar-mojo.html
+++ b/snapshot/13.1/pack-iar-mojo.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
@@ -85,8 +85,8 @@
Optional Parameters
Define additional IAR excludes with ANT-style exclusion declarations. For Maven default excludes. See org.codehaus.plexus.util.AbstractScanner.DEFAULTEXCLUDES . Sample:
<iarExcludes>
- <iarExclude>target/com/acme/scret/*</iarExclude>
- <iarExclude>src/</iarExclude>
+ <iarExclude>target/com/acme/scret/*</iarExclude>
+ <iarExclude>src/</iarExclude>
</iarExcludes>
|
@@ -95,13 +95,13 @@ Optional Parameters
- |
Define additional IAR fileSets with ANT-style exclusion declarations. From the 'target' directory only 'classes' and 'src_hd' are included by default. See IarPackagingMojo.Defaults.TARGET_INCLUDES .
-<iarFileSets>
- <iarFileSet>
- <includes>
- <include>**/*</include>
- </includes>
- </iarFileSet>
-</iarFileSets>
+<iarFileSets>
+ <iarFileSet>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </iarFileSet>
+</iarFileSets>
|
<iarIncludesEmptyDirs> |
@@ -113,8 +113,8 @@ <iarExcludes>
Define additional IAR excludes with ANT-style exclusion declarations. For Maven default excludes. See
org.codehaus.plexus.util.AbstractScanner.DEFAULTEXCLUDES
. Sample:
<iarExcludes>
- <iarExclude>target/com/acme/scret/*</iarExclude>
- <iarExclude>src/</iarExclude>
+ <iarExclude>target/com/acme/scret/*</iarExclude>
+ <iarExclude>src/</iarExclude>
</iarExcludes>
@@ -123,13 +123,13 @@ <iarExcludes>
<iarFileSets>
Define additional IAR
fileSets
with ANT-style exclusion declarations. From the 'target' directory only 'classes' and 'src_hd' are included by default. See
IarPackagingMojo.Defaults.TARGET_INCLUDES
.
-<iarFileSets>
- <iarFileSet>
- <includes>
- <include>**/*</include>
- </includes>
- </iarFileSet>
-</iarFileSets>
+<iarFileSets>
+ <iarFileSet>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </iarFileSet>
+</iarFileSets>
- Type:
org.apache.maven.model.FileSet[]
diff --git a/snapshot/13.1/plugin-info.html b/snapshot/13.1/plugin-info.html
index 82096442..c1c6798a 100644
--- a/snapshot/13.1/plugin-info.html
+++ b/snapshot/13.1/plugin-info.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
@@ -174,7 +174,7 @@
System Requirements History
Maven |
JDK |
-12.0.0 |
+from 12.0.0 to 12.0.1 |
3.9.8 |
21 |
diff --git a/snapshot/13.1/project-reports.html b/snapshot/13.1/project-reports.html
index 901015fc..37e153cc 100644
--- a/snapshot/13.1/project-reports.html
+++ b/snapshot/13.1/project-reports.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
diff --git a/snapshot/13.1/share-engine-core-classpath-mojo.html b/snapshot/13.1/share-engine-core-classpath-mojo.html
index 2bdbd6c9..1ddcc65e 100644
--- a/snapshot/13.1/share-engine-core-classpath-mojo.html
+++ b/snapshot/13.1/share-engine-core-classpath-mojo.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
diff --git a/snapshot/13.1/start-test-engine-mojo.html b/snapshot/13.1/start-test-engine-mojo.html
index 4fee2162..6e2895c5 100644
--- a/snapshot/13.1/start-test-engine-mojo.html
+++ b/snapshot/13.1/start-test-engine-mojo.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
diff --git a/snapshot/13.1/stop-test-engine-mojo.html b/snapshot/13.1/stop-test-engine-mojo.html
index 30049068..753ee798 100644
--- a/snapshot/13.1/stop-test-engine-mojo.html
+++ b/snapshot/13.1/stop-test-engine-mojo.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
diff --git a/snapshot/13.1/test-compile-mojo.html b/snapshot/13.1/test-compile-mojo.html
index 88ee080f..8667e488 100644
--- a/snapshot/13.1/test-compile-mojo.html
+++ b/snapshot/13.1/test-compile-mojo.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
diff --git a/snapshot/13.1/validate-mojo.html b/snapshot/13.1/validate-mojo.html
index 0eaf1ec1..831e7f29 100644
--- a/snapshot/13.1/validate-mojo.html
+++ b/snapshot/13.1/validate-mojo.html
@@ -2,7 +2,7 @@
@@ -29,7 +29,7 @@
- - Last Published: 2024-12-20|
+
- Last Published: 2024-12-31|
- Version: 13.1.0-SNAPSHOT
diff --git a/snapshot/deploy-to-engine-mojo.html b/snapshot/deploy-to-engine-mojo.html
index 94ad2e23..5e16fc80 100644
--- a/snapshot/deploy-to-engine-mojo.html
+++ b/snapshot/deploy-to-engine-mojo.html
@@ -1,7 +1,7 @@
-
+
Axon Ivy Project Build Plugin - Deploy Options/title>
\ No newline at end of file
diff --git a/snapshot/index.html b/snapshot/index.html
index 732d1f56..1278d68a 100644
--- a/snapshot/index.html
+++ b/snapshot/index.html
@@ -1,7 +1,7 @@
-
+
Axon Ivy Project Build Plugin - Plugin Documentation
\ No newline at end of file