Skip to content

[BUG] a project generated from the archetype has a hardcoded quantummaid package name #27

@lestephane

Description

@lestephane

Describe the bug
The package in a project I've generated from the archetype is hardcoded to de.quantummaid.tutorials

To Reproduce

mvn archetype:generate \
    --batch-mode \
    -DarchetypeGroupId=de.quantummaid.tutorials.archetypes \
    -DarchetypeArtifactId=basic-archetype \
    -DarchetypeVersion=1.0.24 \
    -DgroupId=poc.crudmaid.api \
    -DartifactId=crudmaid-api \
    -Dversion=1.0.0 \
    -Dpackaging=java

Expected behavior
package poc.crudmaid-api in the GreetingsUseCase and GreetingTest classes

** Actual behavior **
package de.quantummaid.tutorials in the GreetingsUseCase and GreetingTest classes

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions