This can of problem can occur when using a version of gwt-maven-plugin which is too old.

Kind regards,
Joachim

On 08/30/2011 08:02 PM, gpmurugan wrote:
Hi,

I am facing the same issue today.

Unable to download the artifact from any repository. Then install it using
the command:
     mvn install:install-file -DgroupId=com.google.gwt -DartifactId=gwt-dev
-Dversion=2.3.0 *-Dclassifier=mac *-Dpackaging=jar -Dfile=/path/to/file

I am building my app from Mac. And I don't see gwt-dev anywhere in the
dependency tree.

Did you manage to fix it? Please share your solution if you have fixed it.

Thanks

Jon Strayer-3 wrote:
Good idea, but no.  When I generate the dependency tree there is just one
entry for gwt-dev and it's not with a classifier.

On Thu, May 19, 2011 at 8:55 AM, Anders Hammar<and...@hammar.net>
wrote:

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<j...@strayer.org> 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&lt;j...@strayer.org&gt;
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



--
Take it down a notch or three

Jon Strayer-3 wrote:
Good idea, but no.  When I generate the dependency tree there is just one
entry for gwt-dev and it's not with a classifier.

On Thu, May 19, 2011 at 8:55 AM, Anders Hammar&lt;and...@hammar.net&gt;
wrote:

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&lt;j...@strayer.org&gt; 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&lt;j...@strayer.org&gt;
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



--
Take it down a notch or three


--
View this message in context: 
http://maven-users.828.n2.nabble.com/Odd-dependency-provlem-gwt-dev-2-3-0-tp6381747p6743254.html
Sent from the maven users mailing list archive at Nabble.com.

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



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

Reply via email to