Label: maven

Content with label maven in Bartolomeo Sorrentino (See content from all spaces)
Related Labels: commonmark, versions, documentation, markdown, repository, annotation, debug, memory, alm, performance, encoding, image, pr, plugin, java6, housekeeping, issue110, confluence, issue_111, more »

confluence-reporting-maven-plugin-6.9.1 - Use YAML Site Definition
Introduction From release 6.0rc3 we can describe a complete site's layout using an yaml file. Through site schema you can set root page (called home) its children's tree, add attachments and labels ...
Other labels: confluence, documentation
confluence-reporting-maven-plugin-7.0-SNAPSHOT
Index Project Summary Project Information Field Value Name CONFLUENCEREPORTING::Plugin Description plugin that document a project (using maven site style) and send result to a live confluence site \http://www.atlassian.com/software/confluence/\ Homepage https://github.com ...
Other labels: confluence, documentation
confluence-reporting-maven-plugin-7.0-SNAPSHOT - Usage
Usage Basic Declaration <plugin> <groupId>org.bsc.maven</groupId> <artifactId>confluencereportingmavenplugin</artifactId> <version>7.0SNAPSHOT</version> <configuration> <endPoint>$ /rest/api</endPoint> <spaceKey>TEST</spaceKey> <parentPageTitle>Home</parentPageTitle> <title>mysitegenerationtest</title> <labels> <label>test ...
Other labels: confluence, documentation
confluence-reporting-maven-plugin-7.0-SNAPSHOT - Use Markdown
Usage To use markdown it is enough to specify a .md file in the site's uri.Below the supported format: Header # h1 ## h2 ### h3 #### h4 Text Format strikethrough Mistaken text. bold Bold text italic Italic text Unordered List Element ...
Other labels: confluence, documentation
confluence-reporting-maven-plugin-7.0-SNAPSHOT - Use Storage Format
Usage From Confluence 4.0 has been introduced the XHTMLbased storage format https://confluence.atlassian.com/doc/confluencestorageformat790796544.html. To use such format is pretty streighforward it is enough to specify a .xhtml file in the site's uri. The Storage Format is supported starting from version 5.0beta1 ...
Other labels: confluence, documentation
confluence-reporting-maven-plugin-7.0-SNAPSHOT - Use XML Site Definition
Introduction From release 3.3.0 we can describe a complete site's layout using an xml file. Through site schema you can set root page (called home) its children's tree, add attachments and labels ...
Other labels: confluence, documentation
confluence-reporting-maven-plugin-7.0-SNAPSHOT - Use YAML Site Definition
Introduction From release 6.0rc3 we can describe a complete site's layout using an yaml file. Through site schema you can set root page (called home) its children's tree, add attachments and labels ...
Other labels: confluence, documentation
Debugging Using Maven Tomcat Plugin
Summary If you like to use Tomcat or Jetty plugin for Maven to run your web applications on the fly without installing any of standalone versions of these servlet containers, you may want to debug your code through these plugins. Personally i ...
Other labels: tomcat, debug
Home
About Me You may edit this page to include additional information about yourself. Email: bartolomeo.sorrentino@softphone.it mailto:bartolomeo.sorrentino@softphone.it Navigate space
Other labels: confluence, documentation
Increase Java Heap Memory for Maven
java heap is not enough, while building a project using Maven Set the MAVENOPTS system property, example below will give you 1024 Mb heap osx export MAVENOPTS=Xmx1024m windows set MAVENOPTS=Xmx1024m
Other labels: heap, memory, performance