Update pom

This commit is contained in:
Giancarlo Panichi 2023-07-06 15:20:55 +02:00
parent 219f049581
commit 425f17c1b6
1 changed files with 3 additions and 3 deletions

View File

@ -247,7 +247,7 @@
<autoDeployDir>${liferay.auto.deploy.dir}</autoDeployDir>
<appServerDeployDir>${liferay.app.server.deploy.dir}</appServerDeployDir>
<appServerLibGlobalDir>${liferay.app.server.lib.global.dir}</appServerLibGlobalDir>
<appServerPortalDir>${liferay.app.server.portal.dir}</appServerPortalDir>
<appServerPortalDir>${liferay.app.server.portal.dir}</appServerPortalDir>
<liferayVersion>${liferay.version}</liferayVersion>
<pluginType>portlet</pluginType>
</configuration>
@ -281,14 +281,14 @@
</executions>
</plugin>
<!--
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version>
<configuration>
<encoding>${project.build.resources.encoding}</encoding>
</configuration>
</plugin> -->
</plugin>
</plugins>
</build>