Skip to content

Commit 1b133e1

Browse files
Merge pull request #109 from mduchev/patch-1
Specify available polyglot types in Polyglot-project wiki
2 parents 0ee0036 + 3f2e291 commit 1b133e1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

wiki/Polyglot-project.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mvn archetype:generate \
2020
-DgroupId=local.corp.it.cloud \
2121
-DartifactId=polyglot \
2222
-Druntime=nodejs \
23-
-Dtype=polyglot
23+
-Dtype=<polyglot_type>
2424

2525
# Python
2626
mvn archetype:generate \
@@ -31,7 +31,7 @@ mvn archetype:generate \
3131
-DgroupId=local.corp.it.cloud \
3232
-DartifactId=polyglot \
3333
-Druntime=python \
34-
-Dtype=polyglot
34+
-Dtype=<polyglot_type>
3535

3636
# PowerShell
3737
mvn archetype:generate \
@@ -42,11 +42,13 @@ mvn archetype:generate \
4242
-DgroupId=local.corp.it.cloud \
4343
-DartifactId=polyglot \
4444
-Druntime=powershell \
45-
-Dtype=polyglot
45+
-Dtype=<polyglot_type>
4646
```
4747

4848
**Note**: _The specified <iac_for_vrealize_version> should be minimum 2.7.1_
4949

50+
_<polyglot_type>_ must be either **abx**, or **vro**, depending on your use case. Otherwise, a project will be created with missing parameters (e.g. groupId, artifactId, plugins, etc), which will have to be entered manually in order to successfully build the project.
51+
5052
The generated project from the archetype is specific to the runtime, i.e. the src directory will contain .py files
5153
for Python projects, .ts files for NodeJS projects and .ps1 files for PowerShell projects.
5254

0 commit comments

Comments
 (0)