You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "C. Benson Manica" <cb...@gmail.com> on 2010/08/30 17:01:20 UTC

Dependency:sources skipping files

I run mvn -U dependency:sources, and all my source jars are on an
Artifactory build server, but all the sources are "skipped" and nothing gets
downloaded.  What causes Maven to "skip" downloading sources?

-- 
C. Benson Manica
cbmanica@gmail.com

Re: Dependency:sources skipping files

Posted by Brian Fox <br...@infinity.nu>.
File a jira, that might be an easy fix.

On Wed, Sep 1, 2010 at 3:37 PM, C. Benson Manica <cb...@gmail.com> wrote:
> I see, that explains it, although I'm a little sad that -U doesn't force it
> to download the sources again.
>
> On Tue, Aug 31, 2010 at 4:15 PM, Brian Fox <br...@infinity.nu> wrote:
>
>> They don't exist and the dependency plugin has remembered this fact.
>> It stores marker files in /target/dependency so if you run it many
>> times it won't try to get the missing ones over and over. This goal
>> dates to the days when the connection to central was unreliable and I
>> was tired of having eclipse:eclipse -DdownloadSources=true fail in the
>> middle.
>>
>> On Mon, Aug 30, 2010 at 11:01 AM, C. Benson Manica <cb...@gmail.com>
>> wrote:
>> > I run mvn -U dependency:sources, and all my source jars are on an
>> > Artifactory build server, but all the sources are "skipped" and nothing
>> gets
>> > downloaded.  What causes Maven to "skip" downloading sources?
>> >
>> > --
>> > C. Benson Manica
>> > cbmanica@gmail.com
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>
>
> --
> C. Benson Manica
> cbmanica@gmail.com
>

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


Re: Dependency:sources skipping files

Posted by "C. Benson Manica" <cb...@gmail.com>.
I see, that explains it, although I'm a little sad that -U doesn't force it
to download the sources again.

On Tue, Aug 31, 2010 at 4:15 PM, Brian Fox <br...@infinity.nu> wrote:

> They don't exist and the dependency plugin has remembered this fact.
> It stores marker files in /target/dependency so if you run it many
> times it won't try to get the missing ones over and over. This goal
> dates to the days when the connection to central was unreliable and I
> was tired of having eclipse:eclipse -DdownloadSources=true fail in the
> middle.
>
> On Mon, Aug 30, 2010 at 11:01 AM, C. Benson Manica <cb...@gmail.com>
> wrote:
> > I run mvn -U dependency:sources, and all my source jars are on an
> > Artifactory build server, but all the sources are "skipped" and nothing
> gets
> > downloaded.  What causes Maven to "skip" downloading sources?
> >
> > --
> > C. Benson Manica
> > cbmanica@gmail.com
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
C. Benson Manica
cbmanica@gmail.com

Re: Dependency:sources skipping files

Posted by Brian Fox <br...@infinity.nu>.
They don't exist and the dependency plugin has remembered this fact.
It stores marker files in /target/dependency so if you run it many
times it won't try to get the missing ones over and over. This goal
dates to the days when the connection to central was unreliable and I
was tired of having eclipse:eclipse -DdownloadSources=true fail in the
middle.

On Mon, Aug 30, 2010 at 11:01 AM, C. Benson Manica <cb...@gmail.com> wrote:
> I run mvn -U dependency:sources, and all my source jars are on an
> Artifactory build server, but all the sources are "skipped" and nothing gets
> downloaded.  What causes Maven to "skip" downloading sources?
>
> --
> C. Benson Manica
> cbmanica@gmail.com
>

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