Hi,
I checkout the source code for version 7.6.4 community version.
when i am trying to build it through maven(logicaldoc-7.6.4-src\community\logicaldoc\pom.xml) i am getting below error.
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for com.logicaldoc:logicaldoc:7.6.4: Failure to find com.logicaldoc:logicaldoc-parent-pom:pom:82 in
http://maven.repository.redhat.com/techpreview/all was cached in the local repository, resolution will not be reattempted until the update interval of jboss-ga-repository has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 5, column 11
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.logicaldoc:logicaldoc:7.6.4 (C:\Users\rkothari6\Downloads\logicaldoc-7.6.4-src\community\logicaldoc\pom.xml) has 1 error
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
My pom.xml is as below:
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="
http://maven.apache.org/POM/4.0.0" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.logicaldoc</groupId>
<artifactId>logicaldoc-parent-pom</artifactId>
<version>82</version>
</parent>
<groupId>com.logicaldoc</groupId>
<artifactId>logicaldoc</artifactId>
<version>7.6.4</version>
<packaging>pom</packaging>
<name>logicaldoc</name>
<description>
LogicalDOC is an open-source enterprise class
Document Management System developed by
LogicalDOC Srl, based on the Java Platform.
</description>
Can you please help.!