Hello,
Since I've got dependencies errors while deploying eXo, I try now to
debug it to know why eXo use an internal unusual class (DOMInputImpl).
Using the
WIKI,
topic "
For Advanced developer",
people can read to create a pom.xml
But the WIKI is incomplete, and so when building my eclipse workspace
(with the following unskilled pom.xml), I've got a maven reporsitory
error. Is there something missing in maven repository
repo1.maven.org
?
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.exoplatform</groupId>
<artifactId>config</artifactId>
<name>eXo Platform</name>
<version>trunk</version>
<packaging>pom</packaging>
<modules>
<module>core/trunk</module>
<module>cs/trunk</module>
<module>ecm/trunk</module>
<module>jcr/trunk</module>
<module>kernel/trunk</module>
<module>ks/trunk</module>
<module>portal/trunk</module>
<module>portlet-container/trunk</module>
<module>tools/trunk</module>
<module>ultimate/trunk</module>
<module>webos/trunk</module>
<module>ws/trunk</module>
</modules>
</project>
Build failed and says :
[...]
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/2.5.1/maven-eclipse-plugin-2.5.1.jar
177K downloaded
[INFO] artifact org.apache.maven.plugins:maven-exopc-plugin: checking
for updates from central
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-exopc-plugin' does
not exist or no valid version could be found
Thanks a lot for support