web-app pom has duplicate definition of sfs-store and fails with maven3
-----------------------------------------------------------------------
Key: GEOS-4426
URL: http://jira.codehaus.org/browse/GEOS-4426
Project: GeoServer
Issue Type: Bug
Reporter: Fredrik Holmqvist
Assignee: Andrea Aime
Priority: Trivial
As they are identical one of them should simply be removed from the pom.xml
{code}
<profile>
<id>sfs-store</id>
<dependencies>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-sfs</artifactId>
<version>${gt.version}</version>
</dependency>
</dependencies>
</profile>
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira