Re: Doubt in `-DarchetypeVersion` in `mvn archetype:generate` command

2023-04-02 Thread Herve Boutemy
Hi, It seems that archetype:create-from-project is what you are trying to do by hand: https://maven.apache.org/archetype/maven-archetype-plugin/advanced-usage.html There is additional documentation on the plugin documentation to understand its usage. Regards, Hervé On 2023/04/01 04:52:22 div

Re: Doubt in `-DarchetypeVersion` in `mvn archetype:generate` command

2023-04-02 Thread Tomo Suzuki
If I were you, I would just use copy command to generate (copy) pom.xml after preparing your desired pom.xml. The maven-archetype-archetype just increases complexity in your case and it seems outdated. Regards, Tomo On Sun, Apr 2, 2023 at 02:33 divine chelladurai wrote: > Hi Team, > > i need yo

Doubt in `-DarchetypeVersion` in `mvn archetype:generate` command

2023-04-01 Thread divine chelladurai
Hi Team, i need your help to understand the query posted below i have a bunch of java projects that have to be migrated to maven projects. I have to automate this process. I came across `mvn archetype:generate` , I read about it and this would help me in the migration process. i found the `mv