Closed GoogleCodeExporter closed 8 years ago
How to add gmaps4JSF to your maven2 application?
- you should add this to your pom.xml:
<repositories>
...
<repository>
<id>googlecode.com</id>
<url>http://gmaps4jsf.googlecode.com/svn/trunk/gmaps4jsf-repo</url>
</repository>
</repositories>
<dependencies>
...
<dependency>
<groupId>com.googlecode.gmaps4jsf</groupId>
<artifactId>gmaps4jsf-core</artifactId>
<version>1.1.1</version>
</dependency>
</dependencies>
This fix done in 1.1.2.
Original comment by Hazem.sa...@gmail.com
on 8 Apr 2009 at 4:14
Original issue reported on code.google.com by
Hazem.sa...@gmail.com
on 7 Jan 2009 at 7:28