Re: Maven
Re: Maven
- Subject: Re: Maven
- From: Lars Sonchocky-Helldorf <email@hidden>
- Date: Thu, 17 Nov 2011 00:10:20 +0100
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Maven (From: David Avendasora <email@hidden>) |
| >Re: Maven (From: Chuck Hill <email@hidden>) |
| >Re: Maven (From: Hugi Thordarson <email@hidden>) |
| >Re: Maven (From: Atli Páll Hafsteinsson <email@hidden>) |
| >Re: Maven (From: David Avendasora <email@hidden>) |
| >Re: Maven (From: Hugi Thordarson <email@hidden>) |
| >Re: Maven (From: Chuck Hill <email@hidden>) |