0
Good morning, everyone.
With Maven Archetype you can generate project templates.
Is there any way to generate file templates for Netbeans with Maven?
0
Good morning, everyone.
With Maven Archetype you can generate project templates.
Is there any way to generate file templates for Netbeans with Maven?
-1
Good morning,
Look I have 4 links that can help in this your question:
http://wiki.netbeans.org/MavenBestPractices
https://platform.netbeans.org/tutorials/nbm-maven-modulesingle.html
http://www.taringamberini.com/en/blog/howto/java/how-to-create-a-maven-archetype-in-netbeans/
http://www.tutorialspoint.com/maven/maven_netbeans.htm
I strongly advise the first link. :)
Browser other questions tagged maven netbeans template
You are not signed in. Login or sign up in order to post.
It is interesting that you put together an example, even basic, explaining how to do it. If you pass only links from other sites, these may not be available in the future.
– adelmo00
Hi Deivison. I don’t think you understand my question. I want to create a file template, for example, a controller test so that whenever I need to create a test I go there and create using this template. Maven Archetype creates project template, what I need is to create file template.
– helciodasilva