Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to customize layout in Confluence Questions

Sergei Dorogin
Contributor
April 13, 2015

Is it possible to do any customization of layout in Confluence Questions?

I'd like to add some info onto /questions page for users with a brif description of the site.

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
1 vote
Answer accepted
PD Sheehan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 10, 2022

What repositories have you defined in your pom?

I have:

<repository>
<id>adaptavist-external</id>
<url>https://nexus.adaptavist.com/content/repositories/external</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
<checksumPolicy>fail</checksumPolicy>
</releases>
</repository>
<repository>
<id>central</id>
<url>https://packages.atlassian.com/artifactory/central/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
<checksumPolicy>fail</checksumPolicy>
</releases>
</repository>
Terry Robison
Contributor
March 10, 2022

Yes, I added the repositories into the pom.xml file and I was able to resolve the dependencies. Thanks for the assistance!

TAGS
AUG Leaders

Atlassian Community Events