Hi,

Is there some difference in which dependencies are downloaded when
specified as plugin dependencies and when specified as normal pom
dependencies ?

I have a jar, in the remote repo at
niraj.alok.date/0-SNAPSHOT/date-0-20070625.064105-191-sources.jar

In one of my plugins, I am specifying dependency as 

                        <dependency>
        
<groupId>niraj.alok</groupId>
        
<artifactId>date</artifactId>
        
<version>0-SNAPSHOT</version>
        
<classifier>sources</classifier>
                        </dependency>

On doing a mvn command, it says 
Downloading:
<<remote_repo>>/repository/niraj/alok/date/0-SNAPSHOT/date-0-SNAPSHOT-so
urces.jar
[WARNING] Unable to get resource from repository <<remote_repo>>

The same dependency when moved from the plugin's set to the normal pom,
says this:
Downloading:
<<remote_repo>>/repository/niraj/alok/date/0-SNAPSHOT/date-0-20070625.06
4105-191-sources.jar
14K downloaded

Why is this discrepancy ?

Thanks,
Niraj

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to