Skip to content

Bad String conversion in pom.xml to pom.scala conversion #100

Closed
@ejemba

Description

@ejemba

Given pom.xml with
<name>Scala "Abstract" Parent Project</name>

When running
mvn io.takari.polyglot:polyglot-translate-plugin:translate -Dinput=pom.xml -Doutput=pom.scala

Then pom.scala contains
name = "Scala "Abstract" Parent Project",

which is not expected, the double quotes are not escaped.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions