Am 16.11.2011 um 23:46 schrieb Chuck Hill: > >> The initial setup of a Maven environment for WO development may take an hour >> or two—that's because WO is proprietary and thus requires some installation. >> But once your environment is properly set up, Maven works great. I started >> out the easy way—just added a "pom.xml" to my standard frameworks alongside >> the "build.xml"-files (like Project Wonder does). But eventually, you'll >> want to use all the amazing features Maven has to offer. > > Like having to edit each pom when you make a new non-SNAPSHOT version?
Well that also does the maven release plug in for you. Totally magic - if everything works. And the release process (with building, version control tagging, version control check in, maven repository deploy and so on) is very easy to break ;-) mvn --batch-mode release:prepare mvn release:perform cheers, Lars _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com