Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 5b5d254

Browse files
committed
Using the artefactId for the bpmn model file name
This attribute matches the previous naming schema best
1 parent 950c899 commit 5b5d254

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scb-scanprocesses/archetype-process/src/main/resources/archetype-resources/src/main/resources/bpmn/__processName___process.bpmn renamed to scb-scanprocesses/archetype-process/src/main/resources/archetype-resources/src/main/resources/bpmn/__artifactId__.bpmn

File renamed without changes.

scb-scanprocesses/archetype-process/src/main/resources/archetype-resources/src/test/java/io/securecodebox/scanprocess/test/__processName__Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
*/
7373

7474
@RunWith(SpringJUnit4ClassRunner.class)
75-
@Deployment(resources = "bpmn/${processName}_process.bpmn")
75+
@Deployment(resources = "bpmn/${artifactId}.bpmn")
7676
public class ${processName}Test {
7777

7878
//Define the Process Activity IDs

0 commit comments

Comments
 (0)