gluonhq / ide-plugins

Gluon integration with Java IDEs
BSD 3-Clause "New" or "Revised" License
20 stars 9 forks source link

IntelliJ Plugin generates incorrect project name in pom.xml #45

Closed 12bPilot closed 3 years ago

12bPilot commented 3 years ago

Possibly related to this: https://stackoverflow.com/questions/64598421/gluonmobile-multipleviewprojectwithglistenafterburner-will-not-build

Using the plugin (V2.8.5) to set up a project within IntelliJ, in the generated pom.xml, the project name gets an additional '>' character prefixed to the name. This of course leads to the very same build error as described in the link above.

Manually removing that character and subsequent build completes as expected.

abhinayagarwal commented 3 years ago

This issue has been fixed. You should be able to create to create new "Multi View Project with Glisten Afterburner" project without an additional '>' in the pom.xml.