Arun Suresh created SENTRY-196:
----------------------------------
Summary: Error in pom file prevents maven eclipse plugin from
running
Key: SENTRY-196
URL: https://issues.apache.org/jira/browse/SENTRY-196
Project: Sentry
Issue Type: Bug
Affects Versions: 1.3.0
Reporter: Arun Suresh
Priority: Minor
Calling the maven eclipse plugin via :
{quote}
$ mvn eclipse:eclipse
{quote}
results in the following build failure:
{quote}
......
......
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.685 s
[INFO] Finished at: 2014-05-13T16:34:34-08:00
[INFO] Final Memory: 21M/310M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-eclipse-plugin:2.9:eclipse (default-cli) on
project sentry: Unable to parse configuration of mojo
org.apache.maven.plugins:maven-eclipse-plugin:2.9:eclipse for parameter
sourceIncludes: Cannot assign configuration entry 'sourceIncludes' with value
'src/gen/thrift/gen-javabean/**' of type java.lang.String to property of type
java.util.List -> [Help 1]
[ERROR]
......
......
{quote}
--
This message was sent by Atlassian JIRA
(v6.2#6252)