Skip to content

Specify available polyglot types in Polyglot-project wiki#109

Merged
VenelinBakalov merged 1 commit intovmware:masterfrom
mduchev:patch-1
May 26, 2022
Merged

Specify available polyglot types in Polyglot-project wiki#109
VenelinBakalov merged 1 commit intovmware:masterfrom
mduchev:patch-1

Conversation

@mduchev
Copy link
Copy Markdown
Contributor

@mduchev mduchev commented May 23, 2022

Description

Currently, when we create a new polyglot package, according to the documentation all mvn commands end with -Dtype=polyglot. Running the commands with this type will end up with a newly created project. Alas, this project will be missing some important configuration parameters from its pom.xml file - artifactId, groupId, plugin information.
In order to fix the pom.xml file, we need to pass the correct type parameter - either vro, or abx. Only then we'll have a valid pom, with all its plugin configurations, including the one responsible for the polyglotpkg command.

Related issues and PRs

Possible fix for #108

@mduchev mduchev requested a review from a team as a code owner May 23, 2022 11:05
@vmwclabot
Copy link
Copy Markdown

@mduchev, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants