Skip to content

Conversation

aloubyansky
Copy link
Member

...and quarkus-plugin.version in Maven templates and quarkusVersion with quarkusPluginVersion in the Gradle ones, also adding quarkus.platform.group-is and quarkus.platform.artifact-id to pom.xml templates and sorting of properties before persisting pom.xml.

Fixes #4744

@aloubyansky aloubyansky added the area/platform Issues related to definition and interaction with Quarkus Platform label Nov 18, 2019
@aloubyansky aloubyansky added this to the 1.1.0 milestone Nov 18, 2019
Copy link
Member

@maxandersen maxandersen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i tested it with and without -o and for mvn/gradle and it works.

Just want to know if those org.acme changes in the test was really intended.

QUARKUS_NAMESPACE + ".platform.group-id",
QUARKUS_NAMESPACE + ".platform.artifact-id",
QUARKUS_NAMESPACE + ".platform.version",
QUARKUS_NAMESPACE + "-plugin.version",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure that this entry isn't needed. The config subsystem should only warn on properties whose name starts with quarkus.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, removing it from here. Thanks.

@aloubyansky aloubyansky force-pushed the 4744 branch 2 times, most recently from a0fb26c to b6a5f4a Compare November 18, 2019 14:36
@aloubyansky aloubyansky force-pushed the 4744 branch 2 times, most recently from c461f4f to 3766fed Compare November 18, 2019 18:27
…quarkus.platform.version and quarkus-plugin.version for Maven and quarkusVersion with quarkusPluginVersion for Gradle, also adding quarkus.platform.group-is and quarkus.platform.artifact-id to pom.xml templates and sorting of properties before persisting pom.xml.
@aloubyansky aloubyansky merged commit abe3cb8 into quarkusio:master Nov 18, 2019
@gsmet gsmet removed the backport? label Nov 19, 2019
@gsmet gsmet modified the milestones: 1.1.0, 1.0.0.Final Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/platform Issues related to definition and interaction with Quarkus Platform

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generated maven project should have a property for quarkus platform and version

4 participants