You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hello,
during developing an App, I have the following problem. Our company name, which I have added at the organization - tag at the pom, contains an & sign. For the pom, this works perfectly when it is escaped like &
<organization>
<name>Company & name</name>
When I create a plugin via the atlassian sdk, by default, the atlassian-plugin.xml contains the following section
<vendor name="${project.organization.name}" url="${project.organization.url}"/>. E.g. if I run atlas-package, I get the following error:
ERROR] Failed to execute goal com.atlassian.maven.plugins:confluence-maven-plugin:8.1.0:test-jar (default-test-jar) on project tracking: unable to modify plugin.xml: Error on line 5 of document : Auf "&" in der Entityreferenz muss umgehend der Entityname folgen. Nested exception: Auf "&" in der Entityreferenz muss umgehend der Entityname folgen. -> [Help 1]
If I change <vendor name="${project.organization.name}" url="${project.organization.url}"/> also to <vendor name="Company & name" url="${project.organization.url}"/> it works as a workaround.
This problem occurs generally, independently of the System like Confluence, Jira, ... .
So is it possible, to fix this, that this <vendor name="${project.organization.name}" url="${project.organization.url}"/> works for the atlassian-plugin.xml?
Thanks and with friendly regards
This is a problem with maven, not the Atlassian stuff. The simple answer from them is to not use control characters in fields intended for plain text.
Hi Community! We're thrilled to share that Team Calendars for Confluence is now a built-in feature for Confluence Data Center releases 7.11 and beyond. A long time favorite, Team Cale...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.