Just FYI - I'm re-enabling the src/javadoc plugins and attaching them
to the 'deploy' phase.  Committing now...

On Thu, Aug 6, 2009 at 1:25 PM, Les Hazlewood<[email protected]> wrote:
> It looks like our first snapshot was published successfully!
>
> But it did not publish src or javadoc .jars.  Alan, I thought you were
> moving those goals to the deploy phase?
>
> I'd like to ensure these are deployed as well before announcing
> available snapshots to the user list.
>
> Thanks,
>
> Les
>
> On Thu, Aug 6, 2009 at 12:28 PM, Les Hazlewood<[email protected]> wrote:
>> Cool - thanks for clarifying.  I'll give it a go when I get a chance
>> sometime today.
>>
>> Regards,
>>
>> Les
>>
>> On Thu, Aug 6, 2009 at 12:00 PM, Kalle
>> Korhonen<[email protected]> wrote:
>>> I don't think there's anything that needs to be patched. The Shiro
>>> master pom already uses Apache's super pom as the parent so the
>>> distributionManagement etc. should come from there. Somebody with
>>> permissions just need to change the Shiro job in Hudson to run deploy
>>> goal instead of just install, try it out and work through any possible
>>> permission/configuration issues. If all goes well, it might just
>>> succeed without any further changes. The Hudson job is at
>>> http://hudson.zones.apache.org/hudson/view/Shiro/.
>>>
>>> Kalle
>>>
>>>
>>> On Thu, Aug 6, 2009 at 8:46 AM, Les Hazlewood<[email protected]> wrote:
>>>> Hi Kalle,
>>>>
>>>> Is this something for you can send a patch?  I could apply it right
>>>> away, I just don't have time at the moment to come up with the changes
>>>> and test them myself.
>>>>
>>>> - Les
>>>>
>>>> On Thu, Aug 6, 2009 at 10:40 AM, Kalle
>>>> Korhonen<[email protected]> wrote:
>>>>> On Thu, Aug 6, 2009 at 7:16 AM, Les Hazlewood<[email protected]> 
>>>>> wrote:
>>>>>> I wanted to get to this over the weekend but I was feeling a little
>>>>>> under the weather.
>>>>>
>>>>> Np, just asking for the status.
>>>>>
>>>>>> If you're able (and willing) to set up the snaphots via Hudson, please
>>>>>> feel free :)
>>>>>
>>>>> Willing yes, able no - I don't have any permissions to do so.
>>>>>
>>>>> Kalle
>>>>>
>>>>>
>>>>>> On Thu, Aug 6, 2009 at 12:11 AM, Kalle
>>>>>> Korhonen<[email protected]> wrote:
>>>>>>> Bah, wrong link to Nexus snapshot repo - this is correct:
>>>>>>> https://repository.apache.org/content/repositories/snapshots/org/apache/
>>>>>>> and no Shiro there yet. I started working on upgrading my
>>>>>>> tapestry5-Jsecurity 0.9 integration to Shiro 1.0-SNAPSHOT and it would
>>>>>>> be nice to have the snapshots available for others. For now, I'll just
>>>>>>> build locally for myself only.
>>>>>>>
>>>>>>> Kalle
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Aug 5, 2009 at 8:59 PM, Kalle
>>>>>>> Korhonen<[email protected]> wrote:
>>>>>>>> Apparently the issue with deploying snapshots is still open? Is there
>>>>>>>> anything I can do to help? I see there are *some* snapshots in Nexus
>>>>>>>> already - 
>>>>>>>> https://repository.apache.org/content/groups/snapshots/org/apache/shiro/
>>>>>>>> but they are a month old. Also the related issue (I opened)
>>>>>>>> https://issues.apache.org/jira/browse/SHIRO-37 is still unassigned.
>>>>>>>>
>>>>>>>> Kalle
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Jul 29, 2009 at 2:32 PM, Kalle
>>>>>>>> Korhonen<[email protected]> wrote:
>>>>>>>>> Same thing on Hudson as well. Just run mvn deploy as a goal (or you
>>>>>>>>> can also mark the deploy checkbox on job configuration page to let
>>>>>>>>> Hudson deploy all sub-modules after successful build - there's a minor
>>>>>>>>> difference). This is shared Hudson server at apache? I'd assume it's
>>>>>>>>> already configured with credentials to publish snapshots, so you just
>>>>>>>>> need to use the correct repository id so Maven picks up the right
>>>>>>>>> credentials from settings. If you can see other builds on Hudson, take
>>>>>>>>> a look at them for example.
>>>>>>>>>
>>>>>>>>> Kalle
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Wed, Jul 29, 2009 at 12:08 PM, Les 
>>>>>>>>> Hazlewood<[email protected]> wrote:
>>>>>>>>>> Very cool - thanks for the tips guys. What about the Hudson 
>>>>>>>>>> continuous
>>>>>>>>>> integration builds?  I mean, isn't that the one that is supposed to 
>>>>>>>>>> be
>>>>>>>>>> publishing the snapshots?  Any ideas on how we'd tell Hudson to do
>>>>>>>>>> this?
>>>>>>>>>>
>>>>>>>>>> I won't be able to mess with this much until tonight or possibly
>>>>>>>>>> tomorrow so if anyone wants to jump in, please feel free to modify 
>>>>>>>>>> the
>>>>>>>>>> poms as necessary and then post the patch to this list or a jira
>>>>>>>>>> issue.  Or tell us what we should do :)
>>>>>>>>>>
>>>>>>>>>> Thanks!
>>>>>>>>>>
>>>>>>>>>> Les
>>>>>>>>>>
>>>>>>>>>> On Wed, Jul 29, 2009 at 2:56 PM, Brian Topping<[email protected]> 
>>>>>>>>>> wrote:
>>>>>>>>>>> Les,
>>>>>>>>>>>
>>>>>>>>>>> Kalle is correct, when I previously deployed the snapshots, I used 
>>>>>>>>>>> the 'mvn
>>>>>>>>>>> deploy' command line.
>>>>>>>>>>>
>>>>>>>>>>> Be sure you have your settings.xml set up with the following (I 
>>>>>>>>>>> posted this
>>>>>>>>>>> on 7/7/09):
>>>>>>>>>>>
>>>>>>>>>>>> <settings>
>>>>>>>>>>>>  ...
>>>>>>>>>>>>    <servers>
>>>>>>>>>>>>        <server>
>>>>>>>>>>>>            <id>apache-maven-snapshots</id>
>>>>>>>>>>>>            <username>CHANGEME</username>
>>>>>>>>>>>>        </server>
>>>>>>>>>>>>    </servers>
>>>>>>>>>>>>
>>>>>>>>>>>> </settings>
>>>>>>>>>>>
>>>>>>>>>>> You'll also need to confirm that you can SSH to people.apache.org 
>>>>>>>>>>> and you
>>>>>>>>>>> are logged in without a password (i.e. that your DSA key is set up
>>>>>>>>>>> properly).
>>>>>>>>>>>
>>>>>>>>>>> Please let me know if I missed anything, I'm happy to help you 
>>>>>>>>>>> debug your
>>>>>>>>>>> system.  (If IM is easier, ping me off-list and I can give you a 
>>>>>>>>>>> gtalk
>>>>>>>>>>> address.)
>>>>>>>>>>>
>>>>>>>>>>> I could just publish the binaries, but I want to make sure you are 
>>>>>>>>>>> fully set
>>>>>>>>>>> up.
>>>>>>>>>>>
>>>>>>>>>>> Cheers, Brian
>>>>>>>>>>>
>>>>>>>>>>> On Jul 29, 2009, at 2:44 PM, Kalle Korhonen wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Les,
>>>>>>>>>>>>
>>>>>>>>>>>> this should be of help:
>>>>>>>>>>>> http://maven.apache.org/plugins/maven-deploy-plugin/usage.html. For
>>>>>>>>>>>> Nexus, the repository url (in the pom) should be something like:
>>>>>>>>>>>> dav:http://nexus.apache.org/. We use Nexus and publish snapshots 
>>>>>>>>>>>> to it
>>>>>>>>>>>> all the time and it works great!
>>>>>>>>>>>>
>>>>>>>>>>>> Kalle
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Mon, Jul 27, 2009 at 3:15 PM, Les 
>>>>>>>>>>>> Hazlewood<[email protected]>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>> Yay!
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks Craig :)  I'll try to run RAT and see how that goes too 
>>>>>>>>>>>>> for good
>>>>>>>>>>>>> measure.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Now I gotta go dig up that email that mentioned how to publish 
>>>>>>>>>>>>> snapshots
>>>>>>>>>>>>> :)
>>>>>>>>>>>>>
>>>>>>>>>>>>> Are we all in agreement that we'll publish them to the newer Nexus
>>>>>>>>>>>>> repo?  Any objections?
>>>>>>>>>>>>>
>>>>>>>>>>>>> - Les
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Mon, Jul 27, 2009 at 6:04 PM, Craig L 
>>>>>>>>>>>>> Russell<[email protected]>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> <mentor hat="on">
>>>>>>>>>>>>>> You can start publishing snapshots. There is a discussion 
>>>>>>>>>>>>>> underway in
>>>>>>>>>>>>>> legal
>>>>>>>>>>>>>> regarding requirements for incubating projects but I believe 
>>>>>>>>>>>>>> that shiro
>>>>>>>>>>>>>> is
>>>>>>>>>>>>>> in compliance.
>>>>>>>>>>>>>> </mentor>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Craig
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Jul 27, 2009, at 2:49 PM, Les Hazlewood wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hi Mentors,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Per last week's email with the dev emails stating the 
>>>>>>>>>>>>>>> conversion to
>>>>>>>>>>>>>>> the ASF license was agreed upon, as well as having all of our 
>>>>>>>>>>>>>>> CLAs on
>>>>>>>>>>>>>>> file - is there anything else required before we can start 
>>>>>>>>>>>>>>> publishing
>>>>>>>>>>>>>>> snapshots?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I'd really like to start this asap to help people with 
>>>>>>>>>>>>>>> continuous
>>>>>>>>>>>>>>> integration.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thanks,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Les
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Craig L Russell
>>>>>>>>>>>>>> Architect, Sun Java Enterprise System http://db.apache.org/jdo
>>>>>>>>>>>>>> 408 276-5638 mailto:[email protected]
>>>>>>>>>>>>>> P.S. A good JDO? O, Gasp!
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>

Reply via email to