Creating maven archetype from existing project.
mvn archetype:create-from-project
In archetype resources, I can able to see java, xml and also .gitkeep file but .gitignore is missing.
And also tried with maven-resource-plugin
with defaultExcludes false.
And also tried with maven-archetype-plugin
with defaultExcludes false.
Still same issue.
Thanks.