-
Notifications
You must be signed in to change notification settings - Fork 40
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
Apply Artifact ID to all output #189
Comments
Do you feel this is a high priority? If so, please issue a PR including fixes to the Dockerfile and all documentation. If not, we can get to this when we are able. It's not particularly difficult, but it is a lot of work and I am not sure it's that big a deal. |
sir we have to only change name and filename in all pom.xml file in src ? |
As I already mentioned, it's far more than that. The generated Dockerfile and all associated documentation, including generated READMEs will need to be handled. If someone wants to work on this I suggest first adequately understanding the project. Most likely that will take days if not weeks for a newcomer. This is no easy task. |
ohh that's why i was thinking it seems so easy i just right now commited it lol :( |
I could do this one together with #274 |
Was addressed in PR #291 |
Fixed. |
Hello,
can we point to
in file
archetype\src\main\resources\archetype-resources\pom.xml
line 53
<name>${artifactId}</name>
line 1153
<finalName>${artifactId}</finalName>
Tank
The text was updated successfully, but these errors were encountered: