File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1515
1616 <properties >
1717 <sidecar .dir>../mtx/sidecar</sidecar .dir>
18- <cds .node.executable>node</cds .node.executable>
1918 </properties >
2019
2120 <dependencies >
111110 <plugin >
112111 <groupId >org.codehaus.mojo</groupId >
113112 <artifactId >exec-maven-plugin</artifactId >
114- <version >3.2 .0</version >
113+ <version >3.3 .0</version >
115114 <executions >
116115 <execution >
117116 <phase >pre-integration-test</phase >
122121 </execution >
123122 </executions >
124123 <configuration >
125- <executable >${cds.node .executable} </executable >
124+ <executable >${cds.npm .executable} </executable >
126125 <skip >${skipTests} </skip >
127126 <workingDirectory >${sidecar.dir} </workingDirectory >
128127 <async >true</async >
129128 <useMavenLogger >true</useMavenLogger >
130- <commandlineArgs >node_modules/@sap/cds/bin/cds-serve.js </commandlineArgs >
129+ <commandlineArgs >run start </commandlineArgs >
131130 </configuration >
132131 </plugin >
133132 </plugins >
You can’t perform that action at this time.
0 commit comments