Skip to content

Commit 7e8b302

Browse files
authored
Update README.md (#188)
- Fixed some broken links (wrong line numbers). - use common prefix `cds` for all cds-maven-plugin execution ids.
1 parent ed14cce commit 7e8b302

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ User Interface related Features:
8787

8888
CDS Maven Plugin Features:
8989

90-
- Install [Node.js](srv/pom.xml#L118) in the default version.
91-
- Install the latest version of [@sap/cds-dk](srv/pom.xml#L128).
92-
- Execute arbitrary [CDS](srv/pom.xml#L139) commands.
93-
- [Generate](srv/pom.xml#L153) Java POJOs for type-safe access to the CDS model.
94-
- [Clean](srv/pom.xml#L111) project from artifacts of the previous build.
90+
- Install [Node.js](srv/pom.xml#L157) in the default version.
91+
- Install a [configured version](pom.xml#L24) of [@sap/cds-dk](srv/pom.xml#L167).
92+
- Execute arbitrary [CDS](srv/pom.xml#L177) commands.
93+
- [Generate](srv/pom.xml#L195) Java POJOs for type-safe access to the CDS model.
94+
- [Clean](srv/pom.xml#L150) project from artifacts of the previous build.
9595

9696
# Getting Started
9797

srv/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
</execution>
163163

164164
<execution>
165-
<id>install-cdsdk</id>
165+
<id>cds.install-cdsdk</id>
166166
<goals>
167167
<goal>install-cdsdk</goal>
168168
</goals>

0 commit comments

Comments
 (0)