Possibly this dependency isn't coming from your dependency declaration.
Check the dependency tree to see where it is coming from.

/Anders

On Thu, May 19, 2011 at 14:51, Jon Strayer <[email protected]> wrote:

> I just noticed this.  This is how maven suggested I install it::
> Then, install it using the command:
> mvn install:install-file
> -DgroupId=com.google.gwt
> -DartifactId=gwt-dev
> -Dversion=2.3.0
> *-Dclassifier=windows *
> -Dpackaging=jar
> -Dfile=/path/to/file
>
> That classifier is "incorrect".  This is my pom entry from the effective
> pom:
>
>    <dependency>
>      <groupId>com.google.gwt</groupId>
>      <artifactId>gwt-dev</artifactId>
>      <version>2.3.0</version>
>      <scope>provided</scope>
>    </dependency>
>
> There is nothing there about a classifier.
>
>
>
> On Thu, May 19, 2011 at 8:32 AM, Jon Strayer <[email protected]> wrote:
>
> > I have a Maven project with a dependency on gwt-dev.jar version 2.3.0.
> > Maven says it can't download it.  It's in my local repository, so it had
> to
> > download it at some point.  What could happen to make it not recognize
> it?
> >
> > --
> > Take it down a notch or three
> >
>
>
>
> --
> Take it down a notch or three
>

Reply via email to