Mika Koivisto Hands-On Solution Architect / Payments & Open Banking
Blog category

Software & DevOps

40 posts filed under Software & DevOps.

How to Create a Consistent Liferay Backup

This is a question I’ve gotten asked in nearly all the Liferay System Administrator trainings I’ve given. Most people will just backup their database and Liferay data directory separately but any competent system admin will tell you…

  • backup

Debugging Maven Plugins

When developing maven plugins things don’t always work the way you expect so you need to debug the Mojo to see what’s really going on. I had a weird case where my plugin worked when I ran it independently but when I ran it with mvn…

  • maven

Creating Liferay Themes with Maven

Some time ago I posted on how you can get started creating portlets with Liferay Maven SDK now I’m going to show how you can add themes to your project. If you need a refresher on how to get started check out this post . 1) Open command…