Skip to content

Commit d86c35c

Browse files
michelehaglundtkobayas
authored andcommitted
PR for BXMSDOC-5830 Removing GAV properties from project creation topic (#142) (#2426)
* BXMSDOC-5830 Removing GAV properties from project creation topic * BXMSDOC-5830 Update two additional instances of project repos based on QE input
1 parent dd9a345 commit d86c35c

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

drools-docs/src/modules/ROOT/pages/DMN/dmn-gs-creating-drd-proc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ image::dmn/dmn-traffic-violations-drd.png[]
1313
. On the *traffic-violation* project's home page, click *Add Asset*.
1414
. On the *Add Asset* page, click *DMN*. The *Create new DMN* window is opened.
1515
.. In the *Create new DMN* window, enter `Traffic Violation` in the *DMN* name field.
16-
.. From the *Package* list, select `org.kie.example.traffic.traffic_violation`.
16+
.. From the *Package* list, select `com.myspace.traffic_violation`.
1717
.. Click *Ok*. The DMN asset in the DMN designer is opened.
1818
. In the DMN designer canvas, drag two *DMN Input Data* input nodes on to the canvas.
1919
+

drools-docs/src/modules/ROOT/pages/DMN/dmn-gs-new-project-creating-proc.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,10 @@ image::getting-started/spaces-teams.png[]
1515

1616
. Click *Add Project*.
1717
. Enter `traffic-violation` in the *Name* field.
18-
. Click *Configure Advanced Options* to expand the GAV fields and enter the following values:
19-
* *Group ID*: `org.kie.example.traffic`
20-
* *Artifact ID*: `traffic-violation`
21-
* *Version*: `1.0.0`
2218
. Click *Add*.
2319
+
2420

25-
.Add Project window with expanded Advanced Options
21+
.Add Project window
2622
image::dmn/dmn-new-project-gs.png[]
2723
+
2824
The *Assets* view of the project opens.

drools-docs/src/modules/ROOT/pages/DMN/dmn-gs-testing-test-scenario-proc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ image::dmn/dmn-gs-traffic-violation-test-scenarios.png[]
1313
. On the *traffic-violation* project's home screen, click *Add Asset* to open the *Add Asset* screen.
1414
. Click *Test Scenario* to open the *Create new Test Scenario* dialog.
1515
.. Enter `Violation Scenarios` in the *Test Scenario* field.
16-
.. From the *Package* list, select `org.kie.example.traffic.traffic_violation`.
16+
.. From the *Package* list, select `com.myspace.traffic_violation`.
1717
.. Select `DMN` as the *Source type*.
1818
.. Click the *Choose DMN asset* text field and select the path to the DMN asset.
1919
.. Click *Ok* to open the *Violation Scenarios* test scenario in the *Test Scenarios* designer.

0 commit comments

Comments
 (0)