You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2012/03/09 20:50:31 UTC

[PARENT] 24-SNAPSHOT pushed again

I've just updated the CP24-SNAPSHOT in case anyone wants to try using it.

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


Re: [PARENT] 24-SNAPSHOT pushed again

Posted by Gary Gregory <ga...@gmail.com>.
On Mar 11, 2012, at 23:28, sebb <se...@gmail.com> wrote:

> On 11 March 2012 17:15, Gary Gregory <ga...@gmail.com> wrote:
>> On Fri, Mar 9, 2012 at 6:24 PM, sebb <se...@gmail.com> wrote:
>>
>>> On 9 March 2012 20:35, Gary Gregory <ga...@gmail.com> wrote:
>>>> On Fri, Mar 9, 2012 at 2:50 PM, sebb <se...@gmail.com> wrote:
>>>>
>>>>> I've just updated the CP24-SNAPSHOT in case anyone wants to try using
>>> it.
>>>>>
>>>>
>>>> I must not have Maven set up to pick SNAPSHOTS, where is that doc's for
>>> our
>>>> snapshots?
>>>
>>> Add the following profile to settings.xml:
>>>
>>>    <!-- ensure parent POMs can get updated -->
>>>    <profile>
>>>      <id>apache.snapshots</id>
>>>      <repositories>
>>>        <repository>
>>>          <id>apache.snapshots</id>
>>>          <name>Apache Snapshot Repository</name>
>>>          <url>http://repository.apache.org/snapshots</url>
>>>          <releases>
>>>            <enabled>false</enabled>
>>>          </releases>
>>>        </repository>
>>>      </repositories>
>>>    </profile>
>>>
>>
>> Still no dice. Maven drive me nuts sometimes... I can publish the POM
>> locally of course...
>
> Did you enable the profile? Either using -P, or by adding the
> following to settings.xml permanently enable it:
>
> <activeProfiles>
>  <activeProfile>apache.snapshots</activeProfile>
> </activeProfiles>

Ah, no. Thank you for the tip!

Gary
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

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


Re: [PARENT] 24-SNAPSHOT pushed again

Posted by sebb <se...@gmail.com>.
On 11 March 2012 17:15, Gary Gregory <ga...@gmail.com> wrote:
> On Fri, Mar 9, 2012 at 6:24 PM, sebb <se...@gmail.com> wrote:
>
>> On 9 March 2012 20:35, Gary Gregory <ga...@gmail.com> wrote:
>> > On Fri, Mar 9, 2012 at 2:50 PM, sebb <se...@gmail.com> wrote:
>> >
>> >> I've just updated the CP24-SNAPSHOT in case anyone wants to try using
>> it.
>> >>
>> >
>> > I must not have Maven set up to pick SNAPSHOTS, where is that doc's for
>> our
>> > snapshots?
>>
>> Add the following profile to settings.xml:
>>
>>    <!-- ensure parent POMs can get updated -->
>>    <profile>
>>      <id>apache.snapshots</id>
>>      <repositories>
>>        <repository>
>>          <id>apache.snapshots</id>
>>          <name>Apache Snapshot Repository</name>
>>          <url>http://repository.apache.org/snapshots</url>
>>          <releases>
>>            <enabled>false</enabled>
>>          </releases>
>>        </repository>
>>      </repositories>
>>    </profile>
>>
>
> Still no dice. Maven drive me nuts sometimes... I can publish the POM
> locally of course...

Did you enable the profile? Either using -P, or by adding the
following to settings.xml permanently enable it:

 <activeProfiles>
  <activeProfile>apache.snapshots</activeProfile>
 </activeProfiles>

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


Re: [PARENT] 24-SNAPSHOT pushed again

Posted by Gary Gregory <ga...@gmail.com>.
On Fri, Mar 9, 2012 at 6:24 PM, sebb <se...@gmail.com> wrote:

> On 9 March 2012 20:35, Gary Gregory <ga...@gmail.com> wrote:
> > On Fri, Mar 9, 2012 at 2:50 PM, sebb <se...@gmail.com> wrote:
> >
> >> I've just updated the CP24-SNAPSHOT in case anyone wants to try using
> it.
> >>
> >
> > I must not have Maven set up to pick SNAPSHOTS, where is that doc's for
> our
> > snapshots?
>
> Add the following profile to settings.xml:
>
>    <!-- ensure parent POMs can get updated -->
>    <profile>
>      <id>apache.snapshots</id>
>      <repositories>
>        <repository>
>          <id>apache.snapshots</id>
>          <name>Apache Snapshot Repository</name>
>          <url>http://repository.apache.org/snapshots</url>
>          <releases>
>            <enabled>false</enabled>
>          </releases>
>        </repository>
>      </repositories>
>    </profile>
>

Still no dice. Maven drive me nuts sometimes... I can publish the POM
locally of course...

Gary

>
>
> >
> > Gary
> >
> >
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >> For additional commands, e-mail: dev-help@commons.apache.org
> >>
> >>
> >
> >
> > --
> > E-Mail: garydgregory@gmail.com | ggregory@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-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@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

Re: [PARENT] 24-SNAPSHOT pushed again

Posted by sebb <se...@gmail.com>.
On 9 March 2012 20:35, Gary Gregory <ga...@gmail.com> wrote:
> On Fri, Mar 9, 2012 at 2:50 PM, sebb <se...@gmail.com> wrote:
>
>> I've just updated the CP24-SNAPSHOT in case anyone wants to try using it.
>>
>
> I must not have Maven set up to pick SNAPSHOTS, where is that doc's for our
> snapshots?

Add the following profile to settings.xml:

    <!-- ensure parent POMs can get updated -->
    <profile>
      <id>apache.snapshots</id>
      <repositories>
        <repository>
          <id>apache.snapshots</id>
          <name>Apache Snapshot Repository</name>
          <url>http://repository.apache.org/snapshots</url>
          <releases>
            <enabled>false</enabled>
          </releases>
        </repository>
      </repositories>
    </profile>


>
> Gary
>
>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [PARENT] 24-SNAPSHOT pushed again

Posted by Gary Gregory <ga...@gmail.com>.
On Fri, Mar 9, 2012 at 2:50 PM, sebb <se...@gmail.com> wrote:

> I've just updated the CP24-SNAPSHOT in case anyone wants to try using it.
>

I must not have Maven set up to pick SNAPSHOTS, where is that doc's for our
snapshots?

Gary


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


-- 
E-Mail: garydgregory@gmail.com | ggregory@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