Skip to content

Fix goal 'add' groupId with '-' #346 #347

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.12.5] - 2025-03-24

### Changed

- [fj-doc-maven-plugin] openliberty flavour version set to 25.0.0.2 <https://github.com/fugerit-org/fj-doc/issues/341>
- [fj-doc-maven-plugin] micronaut flavour version set to 4.7.6 <https://github.com/fugerit-org/fj-doc/issues/341>

### Fixed

- [fj-doc-maven-plugin] Error for goal 'add' groupId with '-' <https://github.com/fugerit-org/fj-doc/issues/346>

## [8.12.4] - 2025-03-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-base-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-base-json</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-base-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-base-kotlin</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-base-yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-base-yaml</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-base</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-freemarker</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-guide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-guide</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

Whereas the link:https://github.com/fugerit-org/fj-doc/blob/main/CHANGELOG.md[CHANGELOG] is a detailed list of modification to project, the release notes just refers to most important changes.

[#doc-release-notes-8-12-5]
==== Version 8.12.5 [2025-03-24]

* [fj-doc-maven-plugin] Error for goal 'add' groupId with link:https://github.com/fugerit-org/fj-doc/issues/346[#346]

[#doc-release-notes-8-12-4]
==== Version 8.12.4 [2025-03-22]

Expand Down
2 changes: 1 addition & 1 deletion fj-doc-lib-autodoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-lib-autodoc</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-lib-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-lib-kotlin</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-lib-simpletable-import/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-lib-simpletable-import</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-lib-simpletable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-lib-simpletable</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<packaging>maven-plugin</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ public String getArtificatIdForFolder() {
return toArtificatIdForFolder( this.getMavenModel().getArtifactId() );
}

public String getGroupIdForName() {
return toArtificatIdForName( this.getGroupId() );
}

public String getArtificatIdForName() {
return toArtificatIdForName( this.getMavenModel().getArtifactId() );
}
Expand All @@ -129,7 +133,7 @@ public String getResourcePathFmConfigXml() {
}

public String getDocConfigPackage() {
return this.getGroupId()+"."+this.getArtificatIdForName();
return this.getGroupIdForName()+"."+this.getArtificatIdForName();
}

public String getTemplateSubPath() {
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-mod-fop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-mod-fop</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-mod-opencsv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-mod-opencsv</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-mod-openpdf-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-mod-openpdf-ext</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-mod-openrtf-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-mod-openrtf-ext</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-mod-poi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-mod-poi</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-native-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<artifactId>fj-doc-native-quarkus</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-playground-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>
<artifactId>fj-doc-playground-quarkus</artifactId>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const DocProjectInit = ({setHelpContent}) => {
setHelpContent('doc-project-init');
}, [])

const availableVersions = [ '8.12.4', '8.12.0', '8.11.9', '8.10.9', '8.10.0', '8.9.7', '8.9.0', '8.8.9', '8.8.0', '8.7.6' ];
const availableVersions = [ '8.12.5', '8.12.0', '8.11.9', '8.10.9', '8.10.0', '8.9.7', '8.9.0', '8.8.9', '8.8.0', '8.7.6' ];

const [extensionList, setExtensionList] = useState([]); // State to store the list of extensions
const [selectedExtensions, setSelectedExtensions] = useState([]); // State to store selected extensions
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-sample</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-tool</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-val-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-val-core</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-val-p7m/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-val-p7m</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-val-pdfbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-val-pdfbox</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-val-poi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-val-poi</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-val/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-doc</artifactId>
<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
</parent>

<name>fj-doc-val</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>fj-doc</artifactId>

<version>8.12.5-SNAPSHOT</version>
<version>8.12.6-SNAPSHOT</version>
<packaging>pom</packaging>

<name>fj-doc</name>
Expand Down
Loading