Skip to content

Instantly share code, notes, and snippets.

@epichub
Created August 13, 2013 12:21
Show Gist options
  • Save epichub/6220561 to your computer and use it in GitHub Desktop.
Save epichub/6220561 to your computer and use it in GitHub Desktop.
removal of "
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>gate-core</artifactId>
<version>7.0</version>
<exclusions>
<exclusion>
<groupId>urbanophile</groupId>
<artifactId>java-getopt</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
</exclusion>
<exclusion>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
</exclusion>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
<exclusion>
<artifactId>gate-asm</artifactId>
<groupId>uk.ac.gate</groupId>
</exclusion>
<exclusion>
<artifactId>gate-compiler-jdt</artifactId>
<groupId>uk.ac.gate</groupId>
</exclusion>
<exclusion>
<artifactId>tika-parsers</artifactId>
<groupId>org.apache.tika</groupId>
</exclusion>
<exclusion>
<artifactId>jaxen</artifactId>
<groupId>jaxen</groupId>
</exclusion>
<exclusion>
<artifactId>jdom</artifactId>
<groupId>jdom</groupId>
</exclusion>
<exclusion>
<artifactId>nekohtml</artifactId>
<groupId>net.sourceforge.nekohtml</groupId>
</exclusion>
<exclusion>
<artifactId>wstx-lgpl</artifactId>
<groupId>org.codehaus.woodstox</groupId>
</exclusion>
<exclusion>
<artifactId>ivy</artifactId>
<groupId>org.apache.ivy</groupId>
</exclusion>
<exclusion>
<artifactId>ant</artifactId>
<groupId>org.apache.ant</groupId>
</exclusion>
<exclusion>
<artifactId>xmlunit</artifactId>
<groupId>xmlunit</groupId>
</exclusion>
</exclusions>
</dependency>"
from common-ext-libs triggers the following error message:
"
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project societies-api: Compilation failure
[ERROR] /Users/epic/Documents/git/SOCIETIES-Platform/api/java/external/src/main/java/org/societies/api/identity/util/DataTypeDescriptionUtils.java:[27,30] error: package org.apache.commons.lang does not exist
"
when running " MAVEN_OPTS="-Xmx4096M -XX:PermSize=128M -XX:MaxPermSize=1048M" mvn -f virgo-full-build.xml clean install" from builder/nightly-build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment