AmadeusITGroup / HttpSessionReplacer

Store JEE Servlet HttpSessions in Redis
MIT License
49 stars 33 forks source link

Error buiding projects #32

Closed diogomartinez closed 6 years ago

diogomartinez commented 6 years ago

I'm trying to build session-agent.jar and session-agent.jar running:

mvn session-agent in the root directory of the session-agent project, but I'm getting the following error from mvn:

[INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for com.amadeus:session-agent:[unknown-version]: Could not find artifact com.amadeus:s ession:pom:0.4-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 8, column 11 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project com.amadeus:session-agent:[unknown-version] (C:\Users\diogo.a.martinez\documents\workspace-sts-3.9 .2.RELEASE\session-agent\pom.xml) has 1 error [ERROR] Non-resolvable parent POM for com.amadeus:session-agent:[unknown-version]: Could not find artifact com.amade us:session:pom:0.4-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 8, column 11 -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

Can you help me, please? Thanks