Skip to content

[BUG] Dependency expansion includes extra quotes and closing parenthese #19

@lestephane

Description

@lestephane

When using the following (as described in the Usage page):

<!---[Dependency](groupId="de.quantummaid.httpmaid.integrations" artifactId="httpmaid-awslambda" version="0.9.67")-->

The xml that gets inserted in the markdown contains the quotes and the version contains a closing parenthese:

<dependency>
   <groupId>"de.quantummaid.httpmaid.integrations"</groupId>
   <artifactId>"httpmaid-awslambda"</artifactId>
   <version>"0.9.67")</version>
</dependency>

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions