Commented out the maven resources plugin and some other fixes

This commit is contained in:
Mauro Mugnaini 2020-06-22 10:55:27 +02:00
parent ec586d2cfd
commit 313881d04b
1 changed files with 10 additions and 9 deletions

19
pom.xml
View File

@ -1,6 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>maven-parent</artifactId> <artifactId>maven-parent</artifactId>
@ -11,7 +11,7 @@
<groupId>org.gcube.portal</groupId> <groupId>org.gcube.portal</groupId>
<artifactId>event-publisher-portal</artifactId> <artifactId>event-publisher-portal</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>0.1.0-SNAPSHOT</version> <version>0.1-SNAPSHOT</version>
<properties> <properties>
<liferay.version>6.2.5</liferay.version> <liferay.version>6.2.5</liferay.version>
<liferay.maven.plugin.version>6.2.10.12</liferay.maven.plugin.version> <liferay.maven.plugin.version>6.2.10.12</liferay.maven.plugin.version>
@ -58,12 +58,13 @@
<target>${maven.compiler.target}</target> <target>${maven.compiler.target}</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <!-- <plugin> -->
<artifactId>maven-resources-plugin</artifactId> <!-- <artifactId>maven-resources-plugin</artifactId> -->
<configuration> <!-- <configuration> -->
<encoding>UTF-8</encoding> <!-- <encoding>UTF-8</encoding> -->
</configuration> <!-- </configuration> -->
</plugin> <!-- <version>2.5</version> -->
<!-- </plugin> -->
</plugins> </plugins>
</build> </build>
<dependencies> <dependencies>
@ -108,7 +109,7 @@
<dependency> <dependency>
<groupId>javax.portlet</groupId> <groupId>javax.portlet</groupId>
<artifactId>portlet-api</artifactId> <artifactId>portlet-api</artifactId>
<!-- <scope>provided</scope> --> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>