Releases: jcabi/jcabi-parent
qulice 0.4.1
This version uses qulice 0.4.1
Parallel tests execution
Surefire and failsafe tests are executed in parallel threads in this version.
Profile for github site deployment
A new profile added for github pages deployment. Just create a file src/site/resources/CNAME
with the name of your website, and run mvn clean site-deploy
. Your site will be deployed to github pages.
doxia module for maven-site-plugin
Doxia module added to maven-site-plugin
. Now you can just add *.md
files to src/site/markdown
directory and they will be rendered into HTML using Markdown syntax parsing.
rultor-maven-plugin
rultor-maven-plugin
configured in pluginManagement
section
REMPL profile added
Maven profile rempl
added for automated REMPL scanning, building of XMI, and generation of reports.
Versions updated
Versions updated and fixed the bug reported in jcabi/jcabi-maven-plugin#4.
Maven 3.1 compatibility
This release is even more Maven 3.1 compatible than 0.9. jcabi-maven-plugin
was upgraded to version 0.9 and maven-site-plugin
to version 3.3.
Maven 3.0 and 3.1 compatibility
This release makes necessary changes to become Maven 3.0 and 3.1 compatible at the same time. The most critical update is related to qulice-maven-plugin
version 0.3 (which made it Maven cross-version compatible)