This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-504
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-504 by this push:
new ac238a4d Scaladoc maven plugin.
ac238a4d is described below
commit ac238a4d1ef9bbb061c0d5850f095b9c91b6a358
Author: Sergey Kamov <[email protected]>
AuthorDate: Thu Jun 30 14:11:02 2022 +0300
Scaladoc maven plugin.
---
nlpcraft/pom.xml | 24 ++++++++++++++++++++++++
pom.xml | 3 ++-
2 files changed, 26 insertions(+), 1 deletion(-)
diff --git a/nlpcraft/pom.xml b/nlpcraft/pom.xml
index 05c8d3a6..aee34f12 100644
--- a/nlpcraft/pom.xml
+++ b/nlpcraft/pom.xml
@@ -355,6 +355,30 @@
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.0</version>
+ <configuration>
+ <reportPlugins>
+ <plugin>
+
<artifactId>maven-project-info-reports-plugin</artifactId>
+
<version>${maven.project.info.reports.plugin.ver}</version>
+ </plugin>
+ <plugin>
+ <groupId>net.alchim31.maven</groupId>
+ <artifactId>scala-maven-plugin</artifactId>
+ <configuration>
+ <jvmArgs>
+ <jvmArg>-Xms64m</jvmArg>
+ <jvmArg>-Xmx1024m</jvmArg>
+ </jvmArgs>
+ </configuration>
+ </plugin>
+ </reportPlugins>
+ </configuration>
+ </plugin>
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 4bd8ca94..6950ee9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
<timestamp>${maven.build.timestamp}</timestamp>
<!-- Versions. -->
- <scala.plugin.ver>4.5.4</scala.plugin.ver>
+ <scala.plugin.ver>4.6.3</scala.plugin.ver>
<log4j.ver>2.17.2</log4j.ver>
<scala.config.ver>1.3.4</scala.config.ver>
<scala.logging.ver>3.9.4</scala.logging.ver>
@@ -92,6 +92,7 @@
<maven.enforcer.plugin.ver>1.4.1</maven.enforcer.plugin.ver>
<maven.surefire.plugin.ver>2.22.1</maven.surefire.plugin.ver>
<maven.shade.plugin.ver>3.2.1</maven.shade.plugin.ver>
+
<maven.project.info.reports.plugin.ver>2.2</maven.project.info.reports.plugin.ver>
<maven.install.plugin.ver>2.5.2</maven.install.plugin.ver>
<maven.source.plugin.ver>3.0.1</maven.source.plugin.ver>
<maven.clean.plugin.ver>3.1.0</maven.clean.plugin.ver>