Re: Developing maven plugin. How can I manage artifacts?

2010-03-01 Thread Wayne Fay
> I tried to use glassfish-plugin but it has very simple goals whereas I need
> to implement a huge and complex workflow.

Be more specific. Why do you need a huge and complex workflow?

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Developing maven plugin. How can I manage artifacts?

2010-03-01 Thread boraldo

I tried to use glassfish-plugin but it has very simple goals whereas I need
to implement a huge and complex workflow.

Wendy Smoak-3 wrote:
> 
> On Mon, Mar 1, 2010 at 6:02 AM, boraldo  wrote:
>>
>> Please tell about all known ways. I will choose then.
> 
> You already said that existing plugins don't satisfy your
> requirements.  Which ones are those, and why?
> 
> With that info, perhaps someone here can point out an alternative.
> 
> -- 
> Wendy
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Developing-maven-plugin.-How-can-I-manage-artifacts--tp27734652p27743235.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Developing maven plugin. How can I manage artifacts?

2010-03-01 Thread Wendy Smoak
On Mon, Mar 1, 2010 at 6:02 AM, boraldo  wrote:
>
> Please tell about all known ways. I will choose then.

You already said that existing plugins don't satisfy your
requirements.  Which ones are those, and why?

With that info, perhaps someone here can point out an alternative.

-- 
Wendy

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Developing maven plugin. How can I manage artifacts?

2010-03-01 Thread boraldo

Please tell about all known ways. I will choose then.

nicolas de loof-2 wrote:
> 
> Do you want to use current project artifact or a project dependency ?
> 
> 2010/2/28 boraldo 
> 
>>
>> I want to develop plugin that will do something with jar files in a local
>> repository.
>> Example: deploy application ear file to server. Please, don't propose to
>> use
>> existing plugins for this. They don't satisfy my requirements. I want to
>> develop my plugin.
>> How can I do it?
>>
>> --
>> View this message in context:
>> http://old.nabble.com/Developing-maven-plugin.-How-can-I-manage-artifacts--tp27734652p27734652.html
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Developing-maven-plugin.-How-can-I-manage-artifacts--tp27734652p27742143.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Developing maven plugin. How can I manage artifacts?

2010-02-28 Thread Dan Tran
>> They don't satisfy my requirements

Which one not satisfy your requirements?

On Sun, Feb 28, 2010 at 8:45 AM, Wayne Fay  wrote:
>> Example: deploy application ear file to server. Please, don't propose to use
>> existing plugins for this. They don't satisfy my requirements. I want to
>> develop my plugin.
>
> Pick a plugin which is at least somewhat similar and open source.
> Download the code and review it.
> Make your own in a similar vein.
>
> Wayne
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Developing maven plugin. How can I manage artifacts?

2010-02-28 Thread Wayne Fay
> Example: deploy application ear file to server. Please, don't propose to use
> existing plugins for this. They don't satisfy my requirements. I want to
> develop my plugin.

Pick a plugin which is at least somewhat similar and open source.
Download the code and review it.
Make your own in a similar vein.

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Developing maven plugin. How can I manage artifacts?

2010-02-28 Thread nicolas de loof
Do you want to use current project artifact or a project dependency ?

2010/2/28 boraldo 

>
> I want to develop plugin that will do something with jar files in a local
> repository.
> Example: deploy application ear file to server. Please, don't propose to
> use
> existing plugins for this. They don't satisfy my requirements. I want to
> develop my plugin.
> How can I do it?
>
> --
> View this message in context:
> http://old.nabble.com/Developing-maven-plugin.-How-can-I-manage-artifacts--tp27734652p27734652.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Developing maven plugin. How can I manage artifacts?

2010-02-28 Thread boraldo

I want to develop plugin that will do something with jar files in a local
repository.
Example: deploy application ear file to server. Please, don't propose to use
existing plugins for this. They don't satisfy my requirements. I want to
develop my plugin.
How can I do it? 

-- 
View this message in context: 
http://old.nabble.com/Developing-maven-plugin.-How-can-I-manage-artifacts--tp27734652p27734652.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org