Skip to content

Commit

Permalink
BXMSDOC-8049 Remove mention of ideal compilation flag not correspondi…
Browse files Browse the repository at this point in the history
…ng to evidence (apache#3817)
  • Loading branch information
tarilabs authored and nprentza committed Jul 15, 2022
1 parent 438c06b commit def6e72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ A KIE container is local when the knowledge assets are either embedded directly
Using Maven dependencies enables further flexibility because the specific version of the decision can dynamically change, (for example, by using a system property), and it can be periodically scanned for updates and automatically updated. This introduces an external dependency on the deploy time of the service, but executes the decision locally, reducing reliance on an external service being available during run time.

.Prerequisites
* You have built the DMN project as a KJAR artifact and deployed it to a Maven repository, or you have included your DMN assets as part of your project classpath. Ideally, you have built the DMN project as an executable model for more efficient execution:
* You have built the DMN project as a KJAR artifact and deployed it to a Maven repository, or you have included your DMN assets as part of your project classpath:
+
--
[source]
----
mvn clean install -DgenerateDMNModel=yes
mvn clean install
----

For more information about project packaging and deployment and executable models, see
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ endif::[]
ifdef::DROOLS,JBPM,OP[]
<<_installationandsetup>>.
endif::[]
* You have built the DMN project as a KJAR artifact and deployed it to {KIE_SERVER}. Ideally, you have built the DMN project as an executable model for more efficient execution:
* You have built the DMN project as a KJAR artifact and deployed it to {KIE_SERVER}:
+
--
[source]
----
mvn clean install -DgenerateDMNModel=yes
mvn clean install
----

For more information about project packaging and deployment and executable models, see
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ endif::[]
ifdef::DROOLS,JBPM,OP[]
<<_installationandsetup>>.
endif::[]
* You have built the DMN project as a KJAR artifact and deployed it to {KIE_SERVER}. Ideally, you have built the DMN project as an executable model for more efficient execution:
* You have built the DMN project as a KJAR artifact and deployed it to {KIE_SERVER}:
+
--
[source]
----
mvn clean install -DgenerateDMNModel=yes
mvn clean install
----

For more information about project packaging and deployment and executable models, see
Expand Down

0 comments on commit def6e72

Please sign in to comment.