i am looking for a tutorial or sample for creating desktop (standalone/swing) application with maven, i am using eclipse 3.6 BTW, all the samples i could find out there was for creating web applications, i couldn't find anything for desktop applications, please advise.
|
2- Then add the following entry to your pom file:
3- import the project in eclipse as maven project, then run as java application. |
|||
|
|
|
Sonatype makes their complete line of books available for free via their website: http://www.sonatype.com/Support/Books Pretty much everything you'd ever want to know about Maven is covered. |
|||
|
|
A swing application is a standard JAR so just use the standard archetype:
If you plan to use the standard Swing API only, there aren't no extra dependencies to declare.For extra functionalists you have to use appropriate dependencies in repository |
|||
|
|
|
The following works for me:
|
|||
|
|