maven-confluence-plugin | Maven plugin that generates | Build Tool library
kandi X-RAY | maven-confluence-plugin Summary
kandi X-RAY | maven-confluence-plugin Summary
It is a Maven plugin that generates project's documentation directly to confluence allowing, in the same time, to keep in-sync project evolution with its documentation. Originally hosted to google code from release 4.0.0 has been moved to github.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Encodes the given value as a URL
- Replace html tags in a line
- Replace special characters in the string value
- Prints information about the site
- Prints the given source as a String
- Gets the string for a given URI
- Processes the content of a page
- Processes the content of a link
- Process a uri
- Loads a resource from the classpath
- Processes an image URL
- Get file name from URI
- Gets all page versions
- Process a link to a Markdown URL
- Invokes the method on the site
- Clears the state manager
- Escape markdown text
- Processes a page URI
maven-confluence-plugin Key Features
maven-confluence-plugin Examples and Code Snippets
Community Discussions
Trending Discussions on maven-confluence-plugin
QUESTION
when i trying to build the maven project its giving me below error
error :
...ANSWER
Answered 2017-May-31 at 14:39As khmarbaise mentioned, the error you are getting is: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Your local keystore (truststore) does not contain the required certificates. Once you add the required certs it will start working. You can do that by following these steps:
- Copy the URL into the browser and download the certs
- Import cert into keystore
- You may also have to restart your JVM / IDE if running maven from within IDE
The article below from Atlassian describes a similar issue and provides a solution to the problem: https://confluence.atlassian.com/kb/unable-to-connect-to-ssl-services-due-to-pkix-path-building-failed-779355358.html
To add JAR's directly the correct steps can be found at:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install maven-confluence-plugin
You can use maven-confluence-plugin like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the maven-confluence-plugin component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page