Meeting Details
Our meetings are held monthly and are free to the public, with the only requirement that you sign up via the link found on the specific page for the meeting you wish to attend. Our sponsors provide dinner so please give an accurate headcount.
Meeting Location
We recently began meeting in Room 2132 of the IT [...]
Meeting Info
April Meeting - Maven in the Wild
[ April 18, 2007; 6:00 pm to 9:00 pm. ] Interested in coming along - add yourself to the evite!
Be sure to check out the NEW LOCATION
This presentation will cover what maven is, what aspects of project development it influences and how you can compile, test, package, install and create a minimal site based on simply this snippet of xml.
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.mycompany.myproject</groupId>
<artifactId>my-app</artifactId>
<version>1.0-SNAPSHOT</version>
<name>My App</name>
</project>
I will also [...]