diff --git a/snapshot/13.1/lifecycle.html b/snapshot/13.1/lifecycle.html
index 68bbedd0..aab5de17 100644
--- a/snapshot/13.1/lifecycle.html
+++ b/snapshot/13.1/lifecycle.html
@@ -71,24 +71,27 @@
iar Lifecycle
clean |
com.axonivy.ivy.ci:project-build-plugin:maven-dependency-cleanup |
+validate |
+com.axonivy.ivy.ci:project-build-plugin:validate |
+
initialize |
com.axonivy.ivy.ci:project-build-plugin:installEngine |
-
+
process-resources |
com.axonivy.ivy.ci:project-build-plugin:ivy-resources-properties org.apache.maven.plugins:maven-resources-plugin:resources |
-
+
compile |
com.axonivy.ivy.ci:project-build-plugin:compileProject |
-
+
test-compile |
com.axonivy.ivy.ci:project-build-plugin:test-compile |
-
+
test |
com.axonivy.ivy.ci:project-build-plugin:ivy-test-properties org.apache.maven.plugins:maven-surefire-plugin:test |
-
+
package |
com.axonivy.ivy.ci:project-build-plugin:maven-dependency-mojo com.axonivy.ivy.ci:project-build-plugin:pack-iar-mojo |
-
+
deploy |
org.apache.maven.plugins:maven-deploy-plugin:deploy |
iar-integration-test Lifecycle
diff --git a/snapshot/13.1/plugin-info.html b/snapshot/13.1/plugin-info.html
index 7056ac47..14117c88 100644
--- a/snapshot/13.1/plugin-info.html
+++ b/snapshot/13.1/plugin-info.html
@@ -156,7 +156,7 @@ Goals
Compiles the test sources. |
ivy:validate |
-No description. |
+Validates that only one version of the project-build-plugin is active in one maven reactor. |
System Requirements
The following specifies the minimum requirements to run this Maven plugin:
diff --git a/snapshot/13.1/validate-mojo.html b/snapshot/13.1/validate-mojo.html
index b8a5d3c6..c11888cc 100644
--- a/snapshot/13.1/validate-mojo.html
+++ b/snapshot/13.1/validate-mojo.html
@@ -65,11 +65,12 @@ ivy:validate
Full name:
com.axonivy.ivy.ci:project-build-plugin:13.1.0-SNAPSHOT:validate
Description:
-No description.
+Validates that only one version of the project-build-plugin is active in one maven reactor.
Attributes:
- Requires a Maven project to be executed.
-- The goal is not marked as thread-safe and thus does not support parallel builds.
+The goal is not marked as thread-safe and thus does not support parallel builds.
+Since version: 12.0.1
.
Parameters
(no parameters)