MVN

br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app : fix-virtual-host-app-parent

Maven & Gradle

Mar 25, 2022
2 stars

Fix Virtual Host App Parent · This app acts in the startup time of portal and help to fix the virtual host of Liferay. Given an existent database dump that points to a domain and a new environment needs to have a different domain the app will read a system property called liferay.virtual.host and set the value as the new company virtual host. For instance if the database dump points to www.myliferay.com and the property points to dev.myliferay.com the app will replace the former with the value of the latter. It was developed to avoid the redirect loop problem.

<dependency>
    <groupId>br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app</groupId>
    <artifactId>fix-virtual-host-app-parent</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app : fix-virtual-host-app-parent to add to Maven - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app : fix-virtual-host-app-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
5.1.x
fix-virtual-host-app-parent-5.1.0
5.0.x
fix-virtual-host-app-parent-5.0.1
fix-virtual-host-app-parent-5.0.0
4.1.x
fix-virtual-host-app-parent-4.1.0
4.0.x
fix-virtual-host-app-parent-4.0.0
3.0.x
fix-virtual-host-app-parent-3.0.1
fix-virtual-host-app-parent-3.0.0
2.0.x
fix-virtual-host-app-parent-2.0.0
1.2.x
fix-virtual-host-app-parent-1.2.0
1.1.x
fix-virtual-host-app-parent-1.1.0
1.0.x
fix-virtual-host-app-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app</groupId>
    <artifactId>fix-virtual-host-app-parent</artifactId>
    <version>5.1.0</version>
</dependency>