Re: Maven
Re: Maven
- Subject: Re: Maven
- From: Henrique Prange <email@hidden>
- Date: Fri, 20 Apr 2012 13:44:10 -0300
Hi Ron,
On 19/04/2012, at 07:39, Ron X wrote:
> i start
> mvn clean org.objectstyle.woproject.maven2:maven-wolifecycle-plugin:2.1:package-woapplication
> or
> mvn clean org.objectstyle.woproject.maven2:maven-wolifecycle-plugin:2.1:woapplication
> build successful
>
> but how get .woa folder?
>
> there is tar.gz and jar-s...
>
You should not execute the goals directly. You should run the package or install phase instead:
mvn clean install
Cheers,
Henrique
_______________________________________________
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: Ron X <email@hidden>) |
| >Re: Maven (From: Ron X <email@hidden>) |