eclipse - How to create a swing application using maven? -


I was trying to start a new swing application using Maven, so I started searching on Maven documents Given, but (in despair) no sign was found. So I'm asking:

  • What is basically used?
  • What are the dependencies?
  • How to make a swing app in Maven [is there a plugin to do this]?
    • What can be used basically?

    A hammock application is a standard jar, so use standard criteria:

      mvn archetype: gener -DgroupId = com .mycompany .app \ -DartifactId = myswingapp \ -Dversion = 1.0-SNAPSHOT  
    • What are the dependencies?

    If you are planning to use only the standard API, there is no additional dependency to declare. But if you want to use things, like,, etc., then you have to add the appropriate artifacts and treasures. But there is no universal answer to your question.

    • How to create a swing app in Maven [is there a plugin to do this]?

    A swing app is not really special, I would probably consider using (and) or perhaps a cross platform installer (and). But you have time for it, you first need an app :)


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -