Closed GoogleCodeExporter closed 8 years ago
Are you sure this broke this specifically? It seems like that repo doesn't
provide what it's complaining is missing, so I'm unclear on why changing the
gwtquery repo would have any affect.
Do you know what alterations to the file would fix it for your build?
Original comment by jimr@google.com
on 3 Feb 2012 at 10:33
I added this to the pom:
<repositories>
<repository>
<id>has gwt-dnd 3.1.1</id>
<url>http://gwtquery-plugins.googlecode.com/svn/mavenrepo</url>
</repository>
<repository>
<id>has jdo-api-2.3-ec</id>
<url>http://www.datanucleus.org/downloads/maven2</url>
</repository>
</repositories>
I did remove the pluginRepository section but that might not have been
necessary. After adding the section above I still needed to download
jdo2-api-2.3-ec.jar from
http://www.datanucleus.org/downloads/maven2/javax/jdo/jdo2-api/2.3-ec/ and
install it via mvn install:install-file -DgroupId=javax.jdo
-DartifactId=jdo2-api -Dversion=2.3-ec -Dpackaging=jar -Dfile=<pathToFile>
which finally got me a war artifact.
Original comment by dirkh...@gmail.com
on 3 Feb 2012 at 10:52
On rereading my above comment - obviously adding the DN repo did not work since
I still had to install the latest jdo jar. I guess the DN folks are a little
behind in pushing their latest jar to maven.
Original comment by dirkh...@gmail.com
on 3 Feb 2012 at 10:53
Original comment by jimr@google.com
on 16 May 2012 at 4:19
Original issue reported on code.google.com by
dirkh...@gmail.com
on 3 Feb 2012 at 9:01