Skip to content

Commit 39d7e0e

Browse files
authored
Merge pull request #459 from fugerit-org/458-chore-fix-nexus-staging-maven-plugin-validation-error-project-name-is-missin
Fix nexus validation messages on publish #458
2 parents a9380a1 + 1a0d5f0 commit 39d7e0e

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- nexus publish validation message "Project name is missing" <https://github.com/fugerit-org/fj-doc/issues/458>
13+
1014
## [8.13.12] - 2025-06-24
1115

1216
### Changed

fj-doc-native-quarkus/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
<artifactId>fj-doc-native-quarkus</artifactId>
1313

14+
<name>fj-doc-native-quarkus</name>
15+
1416
<properties>
1517
<maven.compiler.release>17</maven.compiler.release>
1618
<surefire-plugin.version>3.5.3</surefire-plugin.version>

fj-doc-playground-quarkus/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<version>8.13.13-SNAPSHOT</version>
88
</parent>
99
<artifactId>fj-doc-playground-quarkus</artifactId>
10+
<name>fj-doc-playground-quarkus</name>
1011
<properties>
1112
<maven.deploy.skip>true</maven.deploy.skip>
1213
<maven.compiler.release>17</maven.compiler.release>

fj-doc-sample/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
</parent>
1212

1313
<name>fj-doc-sample</name>
14-
<description></description>
14+
15+
<description>Fugerit Venus Doc Samples</description>
1516

1617
<licenses>
1718
<license>

0 commit comments

Comments
 (0)