Skip to content

Commit

Permalink
Make workflow executable with Maven and in Eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoKlare committed Dec 17, 2021
1 parent a733a98 commit 852b281
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions releng/edu.kit.ipd.sdq.metamodels.demo.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
<arguments>
<argument>/${project.basedir}/workflow/clean.mwe2</argument>
<argument>-p</argument>
<argument>rootPath=/${project.basedir}/..</argument>
<argument>workspaceRoot=/${maven.multiModuleProjectDirectory}</argument>
</arguments>
<classpathScope>compile</classpathScope>
<includePluginDependencies>true</includePluginDependencies>
Expand Down Expand Up @@ -214,7 +214,7 @@
<arguments>
<argument>/${project.basedir}/workflow/generate.mwe2</argument>
<argument>-p</argument>
<argument>rootPath=/${project.basedir}/..</argument>
<argument>workspaceRoot=/${maven.multiModuleProjectDirectory}</argument>
</arguments>
<classpathScope>compile</classpathScope>
<includePluginDependencies>true</includePluginDependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ var insurancePluginName = "edu.kit.ipd.sdq.metamodels.insurance"
var personsPluginName = "edu.kit.ipd.sdq.metamodels.persons"
var recipientsPluginName = "edu.kit.ipd.sdq.metamodels.recipients"

Workflow {
var workspaceRoot = "../../"

Workflow {

bean = StandaloneSetup {
scanClassPath = true
platformUri = "."
platformUri = workspaceRoot
}

component = EcoreGenerator {
Expand Down

0 comments on commit 852b281

Please sign in to comment.