Hi, Glad to be part of this mailing list for developers..
I have just completed my first Maven build for j2ee... Still needs some work but I will iron out the problems over the next few days.. What I did? Maven ejb:install Maven jar:install (This will copy the jar into local respository) maven war (Require the jar in the EJB tier) I had to use an ant script here cause I had to include the role.properties and the user.properties file into the war (I know there should be a better way, so if anyone can help please do..) maven ear (You will need the have the JAR and WAR into a build dir) Just thought I will share this with everyone. Later... ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
