Re: Where did the maven deploy plugin go?

2014-04-11 Thread Costin Caraivan
Oh, nice, I had missed that. You're right, much better to do it directly
from Maven.

_
Costin Caraivan


On Fri, Apr 11, 2014 at 11:43 AM, Baptiste Mathus wrote:

> IIUC, I would recommend doing without it actually.
>
> Now that the standard maven-deploy-plugin supports this feature out of the
> box [1], doing this through Jenkins ties your build a bit too much to
> Jenkins IMO.
> Ideally, for debugging reasons in general, you should try and have
> something that would behave outside Jenkins close to as it behaves inside
> it.
>
> Cheers
> [1]
> https://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#deployAtEnd
>
>
> 2014-04-11 10:39 GMT+02:00 Costin Caraivan :
>
> Ignore that email, I found it. I was looking at the "Post build steps" and
>> it actually was in the "Post build actions". Confusing naming :(
>>
>> This also means that a freestyle project invoking Maven won't have it
>> available :(
>>
>> _
>> Costin Caraivan
>>
>>
>> On Fri, Apr 11, 2014 at 11:35 AM, Costin Caraivan <
>> costincarai...@gmail.com> wrote:
>>
>>> I'm not seeing it, Jenkins 1.534. Is it part of a newer release?
>>>
>>> _
>>> Costin Caraivan
>>>
>>>
>>> On Thu, Apr 10, 2014 at 10:49 AM, teilo  wrote:
>>>
 It shows up for me as part of the standard maven plugin, under a post
 build action

 --
 You received this message because you are subscribed to the Google
 Groups "Jenkins Users" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to jenkinsci-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jenkinsci-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Baptiste  MATHUS - http://batmat.net
> Sauvez un arbre,
> Mangez un castor !
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Where did the maven deploy plugin go?

2014-04-11 Thread Baptiste Mathus
IIUC, I would recommend doing without it actually.

Now that the standard maven-deploy-plugin supports this feature out of the
box [1], doing this through Jenkins ties your build a bit too much to
Jenkins IMO.
Ideally, for debugging reasons in general, you should try and have
something that would behave outside Jenkins close to as it behaves inside
it.

Cheers
[1]
https://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#deployAtEnd


2014-04-11 10:39 GMT+02:00 Costin Caraivan :

> Ignore that email, I found it. I was looking at the "Post build steps" and
> it actually was in the "Post build actions". Confusing naming :(
>
> This also means that a freestyle project invoking Maven won't have it
> available :(
>
> _
> Costin Caraivan
>
>
> On Fri, Apr 11, 2014 at 11:35 AM, Costin Caraivan <
> costincarai...@gmail.com> wrote:
>
>> I'm not seeing it, Jenkins 1.534. Is it part of a newer release?
>>
>> _
>> Costin Caraivan
>>
>>
>> On Thu, Apr 10, 2014 at 10:49 AM, teilo  wrote:
>>
>>> It shows up for me as part of the standard maven plugin, under a post
>>> build action
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Jenkins Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to jenkinsci-users+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Baptiste  MATHUS - http://batmat.net
Sauvez un arbre,
Mangez un castor !

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Where did the maven deploy plugin go?

2014-04-11 Thread Costin Caraivan
Ignore that email, I found it. I was looking at the "Post build steps" and
it actually was in the "Post build actions". Confusing naming :(

This also means that a freestyle project invoking Maven won't have it
available :(

_
Costin Caraivan


On Fri, Apr 11, 2014 at 11:35 AM, Costin Caraivan
wrote:

> I'm not seeing it, Jenkins 1.534. Is it part of a newer release?
>
> _
> Costin Caraivan
>
>
> On Thu, Apr 10, 2014 at 10:49 AM, teilo  wrote:
>
>> It shows up for me as part of the standard maven plugin, under a post
>> build action
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jenkinsci-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Where did the maven deploy plugin go?

2014-04-11 Thread Costin Caraivan
I'm not seeing it, Jenkins 1.534. Is it part of a newer release?

_
Costin Caraivan


On Thu, Apr 10, 2014 at 10:49 AM, teilo  wrote:

> It shows up for me as part of the standard maven plugin, under a post
> build action
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Where did the maven deploy plugin go?

2014-04-10 Thread teilo
It shows up for me as part of the standard maven plugin, under a post build 
action

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Where did the maven deploy plugin go?

2014-04-09 Thread Baptiste Mathus
I didn't remember there was such plugin under Jenkins ci code.
My guess is as the standard maven deploy plugin now has a "deployAtEnd"
parameter, maybe this got deprecated/removed on Jenkins' side?

My 2 cents
Le 8 avr. 2014 14:27, "Costin Caraivan"  a écrit :

> A long, long time ago I used Hudson/Jenkins with a very nifty plugin
> called maven deploy plugin.
>
> What this plugin did - invaluable for larger Maven projects - was that you
> could deploy the artifacts built by the project only at the end of the
> build.
>
> 1. No more partially deployed projects (12 built modules uploaded, build
> fails on module 13 -> failed build is uploaded in the repo even though it
> shouldn't)
> 2. No repeated builds (cause Maven cannot run just deploy, separately, if
> you try to run mvn clean install and mvn clean deploy afterward you will
> build twice).
>
> There's the Artifactory plugin, which was once copied from the maven
> deploy plugin, but we use Nexus :(
>
> Surely such a nifty plugin wouldn't die, would it? :(
> _
> Costin Caraivan
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Where did the maven deploy plugin go?

2014-04-08 Thread Costin Caraivan
A long, long time ago I used Hudson/Jenkins with a very nifty plugin called
maven deploy plugin.

What this plugin did - invaluable for larger Maven projects - was that you
could deploy the artifacts built by the project only at the end of the
build.

1. No more partially deployed projects (12 built modules uploaded, build
fails on module 13 -> failed build is uploaded in the repo even though it
shouldn't)
2. No repeated builds (cause Maven cannot run just deploy, separately, if
you try to run mvn clean install and mvn clean deploy afterward you will
build twice).

There's the Artifactory plugin, which was once copied from the maven deploy
plugin, but we use Nexus :(

Surely such a nifty plugin wouldn't die, would it? :(
_
Costin Caraivan

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.