On 9 March 2012 17:25, Gary Gregory <garydgreg...@gmail.com> wrote:
> Sebb and others: Wondering about updating wagon-ssh 1.0 to 2.2. Thoughts?

No idea. What's 2.2 got that 1.0 hasn't? And vice versa?

Only seems to be relevant to Maven3 site invocations.
I don't use M3 by default so have no idea if it will help or not.

If we're not 100% sure, we could just add a property for the version
and then it could be overridden.
Might be a good idea to use a property anyway

> Gary
>
> On Wed, Mar 7, 2012 at 12:23 PM, sebb <seb...@gmail.com> wrote:
>
>> On 7 March 2012 16:10, Gary Gregory <garydgreg...@gmail.com> wrote:
>> > More struggles with Maven as I am try to push out a 24-SNAPSHOT as a
>> first
>> > step in http://wiki.apache.org/commons/UsingNexus...
>> >
>> > With the HEAD of trunk, I can successfully do:
>> >
>> > mvn clean gpg:sign deploy -Ptest-deploy
>> >
>> > But not:
>> >
>> > mvn clean deploy -Prelease
>>
>> > [ERROR] Failed to execute goal
>> > org.apache.maven.plugins:maven-assembly-plugin:2.3:single (default) on
>> > project commons-parent: Error reading assemblies: No assembly descriptors
>> > found. -> [Help 1]
>> >
>> > If anyone else wants to take a crack at this, feel free ;)
>>
>> The release profile is intended for components, as they all have
>> assembly descriptors.
>>
>> The release profile also signs the artifacts, which as previously
>> discussed should not be done for SNAPSHOT deployments.
>>
>> ==
>>
>> For the actual release candidate the following needs to be done from a
>> clean checkout of the tag, once the RN and changes have been updated.
>>
>> mvn gpg:sign deploy [-Ptest-deploy]
>>
>> ==
>>
>> Looking at the pom, there are 2 profiles that I don't think make sense
>> now that we use Nexus:
>>
>> ci
>> rc
>>
>> Could we delete them?
>>
>> > Thank you,
>> > Gary
>> >
>> >
>> > On Wed, Mar 7, 2012 at 9:24 AM, Gary Gregory <garydgreg...@gmail.com>
>> wrote:
>> >
>> >> Hi All,
>> >>
>> >> I'd like to push out commons-parent 24 soon.
>> >>
>> >> Does anyone want anything more in there?
>> >>
>> >> Can you take a couple of minutes to install and test the 24-SNAPSHOT
>> from
>> >> trunk in your local repo with your favorite project?
>> >>
>> >> Thank you,
>> >> Gary
>> >>
>> >> --
>> >> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
>> >> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
>> >> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
>> >> Blog: http://garygregory.wordpress.com
>> >> Home: http://garygregory.com/
>> >> Tweet! http://twitter.com/GaryGregory
>> >>
>> >
>> >
>> >
>> > --
>> > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
>> > JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
>> > Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
>> > Blog: http://garygregory.wordpress.com
>> > Home: http://garygregory.com/
>> > Tweet! http://twitter.com/GaryGregory
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>>
>
>
> --
> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

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

Reply via email to