Welcome to maven-additions, a rag-tag collection of maven goodies.
July 17, 2008
- added basic-settings project to define JBoss Maven repo, Java SE 5 compiler and other general settings for a Maven project, download this first then run:
mvn install
- added seam-dependencies project to define all the Seam stuff you need in a Maven project, this project inherits from basic-settings so you'll want to download that first, then build this project:
mvn install
- added seam-example, this is the project I used for the UJUG presentation on Thursday July 17, 2008. Here is a link to the presentation. Once you've downloaded and installed basic-settings and seam-dependencies you'll be able to run this project. To test the application ASAP, try using jetty like this:
mvn jetty:run
To use this in Eclipse or NetBeans you'll need the appropriate Maven plugin. IntelliJ 7.0 should just work with the project.