From 47885c9f60497d2a6e5a1dd82728ad42a8897214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Udo=20H=C3=B6fel?= Date: Thu, 21 Jul 2022 18:12:03 +0200 Subject: [PATCH] try to add automatic module names (#13) --- arpack/pom.xml | 1 + benchmarks/pom.xml | 1 + blas/pom.xml | 1 + lapack/pom.xml | 1 + pom.xml | 8 ++++++++ 5 files changed, 12 insertions(+) diff --git a/arpack/pom.xml b/arpack/pom.xml index a7f9591..d32b376 100644 --- a/arpack/pom.xml +++ b/arpack/pom.xml @@ -41,6 +41,7 @@ information or have any questions. 5.8.2 + dev.ludovic.netlib.arpack diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index f4eb62e..93a763f 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -42,6 +42,7 @@ information or have any questions. 1.35 netlib-benchmarks + dev.ludovic.netlib.benchmarks diff --git a/blas/pom.xml b/blas/pom.xml index f8a853f..702bbe3 100644 --- a/blas/pom.xml +++ b/blas/pom.xml @@ -41,6 +41,7 @@ information or have any questions. 5.8.2 + dev.ludovic.netlib.blas diff --git a/lapack/pom.xml b/lapack/pom.xml index b9105df..e59c669 100644 --- a/lapack/pom.xml +++ b/lapack/pom.xml @@ -41,6 +41,7 @@ information or have any questions. 5.8.2 + dev.ludovic.netlib.lapack diff --git a/pom.xml b/pom.xml index 63eb4f7..99e3465 100644 --- a/pom.xml +++ b/pom.xml @@ -70,6 +70,7 @@ information or have any questions. 8 + dev.ludovic.netlib @@ -193,6 +194,13 @@ information or have any questions. maven-jar-plugin 2.4 + + + + ${automatic.module.name} + + + maven-javadoc-plugin