Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-12698

If the Packager plugin is not available do not provide the Import Admin action

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • 7.0
    • Administration
    • None
    • Unknown

    Description

      I have a custom build of XWiki (thanks to the wonderful packager plugin). I'm not sure what is the best way to report this bug so tell me any information that can be of any help.

      Problem is: when I go to the "import" menu of the admin panel (to import a XAR file), I can browse my file system, choose a XAR. Then click on the item, it shows me the pages then I can click on "Import" blue button (only the usual until now). Usually, the result is the list of pages downloaded and a number of pages downloaded. In my case, it seems that the system doesn't find $xwiki.package (look at the attached picture, on the right). I would bet on a missing dependency somewhere.

      Below is my dependency:tree.

      [INFO] Scanning for projects...
      [INFO] ------------------------------------------------------------------------
      [INFO] Reactor Build Order:
      [INFO] 
      [INFO] Learn PAd - Platform
      [INFO] Learn PAd - Platform - Distributions
      [INFO] Learn PAd - Platform - Distribution - UI
      [INFO] Learn PAd - Platform - Distribution - Jetty+HSQLDB
      [INFO]                                                                         
      [INFO] ------------------------------------------------------------------------
      [INFO] Building Learn PAd - Platform 1.0-SNAPSHOT
      [INFO] ------------------------------------------------------------------------
      [INFO] 
      [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ lp-platform ---
      [INFO] eu.learnpad:lp-platform:pom:1.0-SNAPSHOT
      [INFO]                                                                         
      [INFO] ------------------------------------------------------------------------
      [INFO] Building Learn PAd - Platform - Distributions 1.0-SNAPSHOT
      [INFO] ------------------------------------------------------------------------
      [INFO] 
      [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ lp-platform-distributions ---
      [INFO] eu.learnpad:lp-platform-distributions:pom:1.0-SNAPSHOT
      [INFO]                                                                         
      [INFO] ------------------------------------------------------------------------
      [INFO] Building Learn PAd - Platform - Distribution - UI 1.0-SNAPSHOT
      [INFO] ------------------------------------------------------------------------
      [INFO] 
      [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ lp-platform-ui ---
      [INFO] eu.learnpad:lp-platform-ui:xar:1.0-SNAPSHOT
      [INFO] +- org.xwiki.platform:xwiki-platform-administration-ui:xar:7.0:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-rendering-macro-velocity:jar:7.0:runtime
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-rendering-macro-script:jar:7.0:runtime
      [INFO] |  |  |  +- org.xwiki.commons:xwiki-commons-classloader-protocol-jar:jar:7.0:runtime
      [INFO] |  |  |  +- org.xwiki.platform:xwiki-platform-classloader-protocol-attachmentjar:jar:7.0:runtime
      [INFO] |  |  |  +- org.xwiki.commons:xwiki-commons-observation-api:jar:7.0:compile
      [INFO] |  |  |  +- org.xwiki.commons:xwiki-commons-component-observation:jar:7.0:compile
      [INFO] |  |  |  +- org.xwiki.platform:xwiki-platform-rendering-signature:jar:7.0:runtime
      [INFO] |  |  |  |  +- org.xwiki.commons:xwiki-commons-crypto-common:jar:7.0:runtime
      [INFO] |  |  |  |  +- org.xwiki.commons:xwiki-commons-crypto-pkix:jar:7.0:runtime
      [INFO] |  |  |  |  |  \- org.xwiki.commons:xwiki-commons-crypto-signer:jar:7.0:runtime
      [INFO] |  |  |  |  \- org.xwiki.platform:xwiki-platform-crypto-store-api:jar:7.0:runtime
      [INFO] |  |  |  |     \- org.xwiki.commons:xwiki-commons-crypto-store-api:jar:7.0:runtime
      [INFO] |  |  |  \- org.xwiki.platform:xwiki-platform-security-api:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-velocity:jar:7.0:compile
      [INFO] |  |  |  +- org.xwiki.commons:xwiki-commons-configuration-api:jar:7.0:compile
      [INFO] |  |  |  +- org.xwiki.commons:xwiki-commons-management:jar:7.0:compile
      [INFO] |  |  |  +- org.xwiki.commons:xwiki-commons-properties:jar:7.0:compile
      [INFO] |  |  |  |  \- javax.validation:validation-api:jar:1.0.0.GA:compile
      [INFO] |  |  |  +- org.apache.velocity:velocity:jar:1.7:compile
      [INFO] |  |  |  |  \- commons-lang:commons-lang:jar:2.6:compile
      [INFO] |  |  |  +- org.apache.velocity:velocity-tools:jar:2.0:compile
      [INFO] |  |  |  |  +- commons-digester:commons-digester:jar:1.8:compile
      [INFO] |  |  |  |  +- commons-chain:commons-chain:jar:1.1:compile
      [INFO] |  |  |  |  +- commons-validator:commons-validator:jar:1.3.1:compile
      [INFO] |  |  |  |  +- sslext:sslext:jar:1.2-0:compile
      [INFO] |  |  |  |  +- org.apache.struts:struts-taglib:jar:1.3.8:compile
      [INFO] |  |  |  |  \- org.apache.struts:struts-tiles:jar:1.3.8:compile
      [INFO] |  |  |  +- org.apache.commons:commons-lang3:jar:3.3.2:compile
      [INFO] |  |  |  +- org.apache.commons:commons-collections4:jar:4.0:compile
      [INFO] |  |  |  +- commons-codec:commons-codec:jar:1.10:compile
      [INFO] |  |  |  +- com.fasterxml.jackson.core:jackson-core:jar:2.3.3:compile
      [INFO] |  |  |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.3.3:compile
      [INFO] |  |  |  |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0:compile
      [INFO] |  |  |  +- net.sf.json-lib:json-lib:jar:jdk15:2.4:compile
      [INFO] |  |  |  |  \- net.sf.ezmorph:ezmorph:jar:1.0.6:compile
      [INFO] |  |  |  \- org.apache.httpcomponents:httpclient:jar:4.4:compile
      [INFO] |  |  |     \- org.apache.httpcomponents:httpcore:jar:4.4:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-rendering-xwiki:jar:7.0:compile
      [INFO] |  |  |  +- org.xwiki.rendering:xwiki-rendering-transformation-icon:jar:7.0:compile
      [INFO] |  |  |  \- net.sourceforge.cssparser:cssparser:jar:0.9.14:compile
      [INFO] |  |  |     \- org.w3c.css:sac:jar:1.3:compile
      [INFO] |  |  +- org.xwiki.rendering:xwiki-rendering-api:jar:7.0:compile
      [INFO] |  |  |  +- org.xwiki.commons:xwiki-commons-filter-api:jar:7.0:compile
      [INFO] |  |  |  \- org.xwiki.commons:xwiki-commons-text:jar:7.0:compile
      [INFO] |  |  \- org.xwiki.rendering:xwiki-rendering-transformation-macro:jar:7.0:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-rendering-macro-include:jar:7.0:runtime
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-context:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-bridge:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-model:jar:7.0:compile
      [INFO] |  |  |  \- commons-collections:commons-collections:jar:3.2.1:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-display-api:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-rendering-macro-context:jar:7.0:compile
      [INFO] |  |  \- org.xwiki.platform:xwiki-platform-rendering-transformation-macro:jar:7.0:runtime
      [INFO] |  +- org.xwiki.platform:xwiki-platform-localization-macro:jar:7.0:runtime
      [INFO] |  |  \- org.xwiki.platform:xwiki-platform-localization-api:jar:7.0:runtime
      [INFO] |  |     \- org.xwiki.commons:xwiki-commons-stability:jar:7.0:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-attachment-ui:xar:7.0:runtime
      [INFO] |  |  \- org.xwiki.platform:xwiki-platform-rendering-wikimacro-store:jar:7.0:runtime
      [INFO] |  |     \- org.xwiki.platform:xwiki-platform-rendering-wikimacro-api:jar:7.0:runtime
      [INFO] |  +- org.xwiki.rendering:xwiki-rendering-macro-html:jar:7.0:runtime
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-xml:jar:7.0:compile
      [INFO] |  |  |  +- org.jdom:jdom:jar:1.1.3:compile
      [INFO] |  |  |  +- net.sourceforge.htmlcleaner:htmlcleaner:jar:2.10:compile
      [INFO] |  |  |  |  \- org.jdom:jdom2:jar:2.0.6:compile
      [INFO] |  |  |  +- xerces:xercesImpl:jar:2.11.0:compile
      [INFO] |  |  |  \- net.java.dev.stax-utils:stax-utils:jar:20070216:compile
      [INFO] |  |  +- org.xwiki.rendering:xwiki-rendering-syntax-xhtml:jar:7.0:runtime
      [INFO] |  |  |  +- org.xwiki.rendering:xwiki-rendering-xml:jar:7.0:runtime
      [INFO] |  |  |  +- org.xwiki.rendering:xwiki-rendering-syntax-wikimodel:jar:7.0:runtime
      [INFO] |  |  |  |  +- org.xwiki.rendering:xwiki-rendering-wikimodel:jar:7.0:runtime
      [INFO] |  |  |  |  \- org.xwiki.rendering:xwiki-rendering-syntax-plain:jar:7.0:runtime
      [INFO] |  |  |  \- org.xwiki.rendering:xwiki-rendering-syntax-xdomxmlcurrent:jar:7.0:runtime
      [INFO] |  |  |     \- org.xwiki.commons:xwiki-commons-filter-xml:jar:7.0:runtime
      [INFO] |  |  \- org.xwiki.commons:xwiki-commons-component-api:jar:7.0:compile
      [INFO] |  |     +- org.slf4j:slf4j-api:jar:1.7.10:compile
      [INFO] |  |     \- javax.inject:javax.inject:jar:1:compile
      [INFO] |  \- org.xwiki.rendering:xwiki-rendering-macro-message:jar:7.0:runtime
      [INFO] |     \- org.xwiki.rendering:xwiki-rendering-macro-box:jar:7.0:runtime
      [INFO] +- org.xwiki.enterprise:xwiki-enterprise-ui-mainwikipreferences:xar:7.0:compile
      [INFO] +- org.xwiki.platform:xwiki-platform-sheet-ui:xar:7.0:compile
      [INFO] +- org.xwiki.platform:xwiki-platform-flamingo-theme:xar:7.0:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-icon-script:jar:7.0:runtime
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-icon-api:jar:7.0:runtime
      [INFO] |  |  \- org.xwiki.commons:xwiki-commons-script:jar:7.0:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-webjars:jar:7.0:runtime
      [INFO] |  |  +- commons-io:commons-io:jar:2.4:compile
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-classloader-api:jar:7.0:runtime
      [INFO] |  |  |  \- edu.emory.mathcs.util:emory-util-classloader:jar:2.1:runtime
      [INFO] |  |  |     +- edu.emory.mathcs.util:emory-util-io:jar:2.1:runtime
      [INFO] |  |  |     \- edu.emory.mathcs.util:emory-util-security:jar:2.1:runtime
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-extension-api:jar:7.0:runtime
      [INFO] |  |  |  +- org.xwiki.commons:xwiki-commons-logging-api:jar:7.0:compile
      [INFO] |  |  |  +- org.xwiki.commons:xwiki-commons-environment-api:jar:7.0:compile
      [INFO] |  |  |  +- org.xwiki.commons:xwiki-commons-job:jar:7.0:compile
      [INFO] |  |  |  |  +- com.thoughtworks.xstream:xstream:jar:1.4.8:compile
      [INFO] |  |  |  |  |  +- xmlpull:xmlpull:jar:1.1.3.1:compile
      [INFO] |  |  |  |  |  \- xpp3:xpp3_min:jar:1.1.4c:compile
      [INFO] |  |  |  |  \- javax.batch:javax.batch-api:jar:1.0:compile
      [INFO] |  |  |  +- org.reflections:reflections:jar:0.9.9:runtime
      [INFO] |  |  |  |  +- com.google.guava:guava:jar:18.0:runtime
      [INFO] |  |  |  |  +- org.javassist:javassist:jar:3.18.2-GA:runtime
      [INFO] |  |  |  |  \- com.google.code.findbugs:annotations:jar:2.0.1:runtime
      [INFO] |  |  |  \- org.apache.maven:maven-model:jar:3.2.5:runtime
      [INFO] |  |  |     \- org.codehaus.plexus:plexus-utils:jar:3.0.17:runtime
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-wiki-api:jar:7.0:runtime
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-resource-default:jar:7.0:runtime
      [INFO] |  |  |  \- org.xwiki.platform:xwiki-platform-resource-api:jar:7.0:runtime
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-container-servlet:jar:7.0:runtime
      [INFO] |  |  |  +- org.xwiki.commons:xwiki-commons-component-default:jar:7.0:compile
      [INFO] |  |  |  +- org.xwiki.platform:xwiki-platform-container-api:jar:7.0:runtime
      [INFO] |  |  |  +- org.xwiki.commons:xwiki-commons-environment-servlet:jar:7.0:runtime
      [INFO] |  |  |  |  \- org.xwiki.commons:xwiki-commons-environment-common:jar:7.0:runtime
      [INFO] |  |  |  \- org.xwiki.platform:xwiki-platform-url-api:jar:7.0:runtime
      [INFO] |  |  +- org.apache.tika:tika-core:jar:1.7:runtime
      [INFO] |  |  \- org.xwiki.platform:xwiki-platform-oldcore:jar:7.0:runtime
      [INFO] |  |     +- org.jvnet.hudson:org.suigeneris.jrcs.diff:jar:0.4.2:runtime
      [INFO] |  |     +- org.jvnet.hudson:org.suigeneris.jrcs.rcs:jar:0.4.2:runtime
      [INFO] |  |     +- org.xwiki.commons:xwiki-commons-diff-api:jar:7.0:runtime
      [INFO] |  |     |  \- com.googlecode.java-diff-utils:diffutils:jar:1.3.0:runtime
      [INFO] |  |     +- info.informatica:css4j:jar:0.13:runtime
      [INFO] |  |     |  +- org.apache.xmlgraphics:batik-css:jar:1.7:runtime
      [INFO] |  |     |  |  \- xml-apis:xml-apis-ext:jar:1.3.04:runtime
      [INFO] |  |     |  +- org.apache.xmlgraphics:batik-util:jar:1.7:runtime
      [INFO] |  |     |  \- info.informatica:jclf:jar:2.3.0:runtime
      [INFO] |  |     +- org.codehaus.swizzle:swizzle-confluence:jar:xwiki:1.2-20080419:runtime
      [INFO] |  |     +- commons-net:commons-net:jar:3.3:runtime
      [INFO] |  |     +- commons-httpclient:commons-httpclient:jar:3.1:runtime
      [INFO] |  |     +- org.apache.commons:commons-dbcp2:jar:2.1:runtime
      [INFO] |  |     |  \- org.apache.commons:commons-pool2:jar:2.3:runtime
      [INFO] |  |     +- commons-fileupload:commons-fileupload:jar:1.3.1:runtime
      [INFO] |  |     +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
      [INFO] |  |     +- org.apache.commons:commons-compress:jar:1.9:runtime
      [INFO] |  |     +- commons-configuration:commons-configuration:jar:1.10:runtime
      [INFO] |  |     +- org.apache.struts:struts-core:jar:1.3.10:compile
      [INFO] |  |     +- radeox:radeox:jar:1.0-b2:runtime
      [INFO] |  |     +- org.hibernate:hibernate-core:jar:3.6.9.Final:runtime
      [INFO] |  |     |  +- antlr:antlr:jar:2.7.6:compile
      [INFO] |  |     |  +- org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final:runtime
      [INFO] |  |     |  +- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:runtime
      [INFO] |  |     |  \- javax.transaction:jta:jar:1.1:runtime
      [INFO] |  |     +- org.hibernate:hibernate-c3p0:jar:3.6.9.Final:runtime
      [INFO] |  |     |  \- c3p0:c3p0:jar:0.9.1:runtime
      [INFO] |  |     +- org.hibernate:hibernate-validator:jar:4.3.0.Final:runtime
      [INFO] |  |     |  \- org.jboss.logging:jboss-logging:jar:3.1.3.GA:runtime
      [INFO] |  |     +- org.liquibase:liquibase-core:jar:2.0.5:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-store-api:jar:7.0:runtime
      [INFO] |  |     +- securityfilter:securityfilter:jar:2.0:runtime
      [INFO] |  |     +- dom4j:dom4j:jar:1.6.1:compile
      [INFO] |  |     +- xml-apis:xml-apis:jar:1.4.01:compile
      [INFO] |  |     +- ecs:ecs:jar:1.4.2:runtime
      [INFO] |  |     +- javax.xml:jaxrpc-api:jar:1.1:runtime
      [INFO] |  |     +- org.apache.xmlrpc:xmlrpc-common:jar:3.1:runtime
      [INFO] |  |     |  \- org.apache.ws.commons.util:ws-commons-util:jar:1.0.2:runtime
      [INFO] |  |     +- org.apache.xmlrpc:xmlrpc-server:jar:3.1:runtime
      [INFO] |  |     +- org.apache.xmlgraphics:fop:jar:1.1:runtime
      [INFO] |  |     |  +- org.apache.xmlgraphics:xmlgraphics-commons:jar:1.5:runtime
      [INFO] |  |     |  +- org.apache.xmlgraphics:batik-svg-dom:jar:1.7:runtime
      [INFO] |  |     |  |  +- org.apache.xmlgraphics:batik-anim:jar:1.7:runtime
      [INFO] |  |     |  |  \- org.apache.xmlgraphics:batik-dom:jar:1.7:runtime
      [INFO] |  |     |  +- org.apache.xmlgraphics:batik-bridge:jar:1.7:runtime
      [INFO] |  |     |  |  +- org.apache.xmlgraphics:batik-script:jar:1.7:runtime
      [INFO] |  |     |  |  \- org.apache.xmlgraphics:batik-xml:jar:1.7:runtime
      [INFO] |  |     |  +- org.apache.xmlgraphics:batik-awt-util:jar:1.7:runtime
      [INFO] |  |     |  +- org.apache.xmlgraphics:batik-gvt:jar:1.7:runtime
      [INFO] |  |     |  +- org.apache.xmlgraphics:batik-transcoder:jar:1.7:runtime
      [INFO] |  |     |  |  \- org.apache.xmlgraphics:batik-svggen:jar:1.7:runtime
      [INFO] |  |     |  +- org.apache.xmlgraphics:batik-extension:jar:1.7:runtime
      [INFO] |  |     |  \- org.apache.xmlgraphics:batik-ext:jar:1.7:runtime
      [INFO] |  |     +- org.apache.avalon.framework:avalon-framework-impl:jar:4.3.1:runtime
      [INFO] |  |     |  \- org.apache.avalon.framework:avalon-framework-api:jar:4.3.1:runtime
      [INFO] |  |     +- org.apache.xmlgraphics:batik-rasterizer:jar:1.7:runtime
      [INFO] |  |     |  \- org.apache.xmlgraphics:batik-parser:jar:1.7:runtime
      [INFO] |  |     +- org.apache.xmlgraphics:batik-codec:jar:1.7:runtime
      [INFO] |  |     +- com.yahoo.platform.yui:yuicompressor:jar:2.4.7-xwiki:runtime
      [INFO] |  |     +- joda-time:joda-time:jar:2.7:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-mail-send-api:jar:7.0:runtime
      [INFO] |  |     +- javax.mail:mail:jar:1.4.5:runtime
      [INFO] |  |     +- picocontainer:picocontainer:jar:1.2:runtime
      [INFO] |  |     +- oro:oro:jar:2.0.8:compile
      [INFO] |  |     +- org.codehaus.groovy:groovy-all:jar:2.4.2:runtime
      [INFO] |  |     +- org.xwiki.commons:xwiki-commons-observation-local:jar:7.0:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-observation-remote:jar:7.0:runtime
      [INFO] |  |     |  \- org.jgroups:jgroups:jar:3.6.2.Final:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-velocity-webapp:jar:7.0:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-xmlrpc-model:jar:7.0:runtime
      [INFO] |  |     |  \- org.apache.xmlrpc:xmlrpc-client:jar:3.1:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-chart-renderer:jar:7.0:runtime
      [INFO] |  |     |  \- org.jfree:jfreechart:jar:1.0.19:runtime
      [INFO] |  |     |     \- org.jfree:jcommon:jar:1.0.23:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-sheet-api:jar:7.0:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-skin-api:jar:7.0:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-template-api:jar:7.0:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-captcha:jar:7.0:runtime
      [INFO] |  |     |  +- com.octo.captcha:jcaptcha-api:jar:2.0-alpha-1-SNAPSHOT-500:runtime
      [INFO] |  |     |  +- com.octo.captcha:jcaptcha:jar:2.0-alpha-1-SNAPSHOT-500:runtime
      [INFO] |  |     |  |  \- com.jhlabs:filters:jar:2.0.235:runtime
      [INFO] |  |     |  \- com.octo.captcha:jcaptcha-extension-sound-freetts:jar:2.0-alpha-1-SNAPSHOT-500:runtime
      [INFO] |  |     +- org.xwiki.rendering:xwiki-rendering-transformation-wikiword:jar:7.0:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-formula-renderer:jar:7.0:runtime
      [INFO] |  |     |  +- uk.ac.ed.ph.snuggletex:snuggletex-core:jar:1.1.0:runtime
      [INFO] |  |     |  +- uk.ac.ed.ph.snuggletex:snuggletex-jeuclid:jar:1.1.0:runtime
      [INFO] |  |     |  |  \- net.sourceforge.jeuclid:jeuclid-core:jar:3.1.5:runtime
      [INFO] |  |     |  \- xalan:xalan:jar:2.7.2:runtime
      [INFO] |  |     |     \- xalan:serializer:jar:2.7.2:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-cache-api:jar:7.0:compile
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-cache-infinispan:jar:7.0:runtime
      [INFO] |  |     |  \- org.infinispan:infinispan-core:jar:7.0.3.Final:runtime
      [INFO] |  |     |     +- org.infinispan:infinispan-commons:jar:7.0.3.Final:runtime
      [INFO] |  |     |     \- org.jboss.marshalling:jboss-marshalling-osgi:jar:1.4.4.Final:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-query-manager:jar:7.0:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-office-importer:jar:7.0:runtime
      [INFO] |  |     |  +- org.xwiki.platform:xwiki-platform-refactoring:jar:7.0:runtime
      [INFO] |  |     |  +- org.artofsolving.jodconverter:jodconverter-core:jar:3.0-beta-4-xwiki-20110822:runtime
      [INFO] |  |     |  |  +- org.openoffice:juh:jar:3.2.1:runtime
      [INFO] |  |     |  |  |  \- org.openoffice:jurt:jar:3.2.1:runtime
      [INFO] |  |     |  |  +- org.openoffice:ridl:jar:3.2.1:runtime
      [INFO] |  |     |  |  \- org.openoffice:unoil:jar:3.2.1:runtime
      [INFO] |  |     |  +- org.apache.tika:tika-parsers:jar:1.7:runtime
      [INFO] |  |     |  |  +- org.gagravarr:vorbis-java-tika:jar:0.6:runtime
      [INFO] |  |     |  |  +- edu.ucar:netcdf:jar:4.2.20:runtime
      [INFO] |  |     |  |  |  \- edu.ucar:unidataCommon:jar:4.2.20:runtime
      [INFO] |  |     |  |  |     \- net.jcip:jcip-annotations:jar:1.0:runtime
      [INFO] |  |     |  |  +- net.sourceforge.jmatio:jmatio:jar:1.0:runtime
      [INFO] |  |     |  |  +- org.apache.james:apache-mime4j-core:jar:0.7.2:runtime
      [INFO] |  |     |  |  +- org.apache.james:apache-mime4j-dom:jar:0.7.2:runtime
      [INFO] |  |     |  |  +- org.tukaani:xz:jar:1.5:runtime
      [INFO] |  |     |  |  +- org.apache.pdfbox:pdfbox:jar:1.8.8:runtime
      [INFO] |  |     |  |  |  +- org.apache.pdfbox:fontbox:jar:1.8.8:runtime
      [INFO] |  |     |  |  |  \- org.apache.pdfbox:jempbox:jar:1.8.8:runtime
      [INFO] |  |     |  |  +- org.apache.poi:poi:jar:3.11:runtime
      [INFO] |  |     |  |  +- org.apache.poi:poi-scratchpad:jar:3.11:runtime
      [INFO] |  |     |  |  +- org.apache.poi:poi-ooxml:jar:3.11:runtime
      [INFO] |  |     |  |  |  \- org.apache.poi:poi-ooxml-schemas:jar:3.11:runtime
      [INFO] |  |     |  |  |     \- org.apache.xmlbeans:xmlbeans:jar:2.6.0:runtime
      [INFO] |  |     |  |  +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:runtime
      [INFO] |  |     |  |  +- com.googlecode.mp4parser:isoparser:jar:1.0.2:runtime
      [INFO] |  |     |  |  |  \- org.aspectj:aspectjrt:jar:1.8.5:runtime
      [INFO] |  |     |  |  +- com.drewnoakes:metadata-extractor:jar:2.6.2:runtime
      [INFO] |  |     |  |  |  \- com.adobe.xmp:xmpcore:jar:5.1.2:runtime
      [INFO] |  |     |  |  +- rome:rome:jar:1.0:runtime
      [INFO] |  |     |  |  |  \- jdom:jdom:jar:1.0:runtime
      [INFO] |  |     |  |  +- com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3:runtime
      [INFO] |  |     |  |  +- com.uwyn:jhighlight:jar:1.0:runtime
      [INFO] |  |     |  |  \- com.pff:java-libpst:jar:0.8.1:runtime
      [INFO] |  |     |  +- org.gagravarr:vorbis-java-core:jar:0.1:runtime
      [INFO] |  |     |  +- org.bouncycastle:bcprov-jdk15on:jar:1.49:runtime
      [INFO] |  |     |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.49:runtime
      [INFO] |  |     |  +- org.bouncycastle:bcmail-jdk15on:jar:1.49:runtime
      [INFO] |  |     |  +- de.l3s.boilerpipe:boilerpipe:jar:1.2.0-xwiki:runtime
      [INFO] |  |     |  \- org.xwiki.rendering:xwiki-rendering-syntax-xwiki21:jar:7.0:runtime
      [INFO] |  |     |     \- org.xwiki.rendering:xwiki-rendering-syntax-xwiki20:jar:7.0:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-component-multi:jar:7.0:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-query-xwql:jar:7.0:runtime
      [INFO] |  |     |  \- org.xwiki.platform:xwiki-platform-query-jpql-parser:jar:7.0:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-csrf:jar:7.0:runtime
      [INFO] |  |     +- javax.annotation:javax.annotation-api:jar:1.2:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-xar:jar:7.0:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-filter-instance-api:jar:7.0:runtime
      [INFO] |  |     |  \- org.xwiki.platform:xwiki-platform-filter-event-model:jar:7.0:runtime
      [INFO] |  |     +- org.xwiki.platform:xwiki-platform-filter-instance-document:jar:7.0:runtime
      [INFO] |  |     \- org.xwiki.platform:xwiki-platform-filter-stream-xar:jar:7.0:runtime
      [INFO] |  |        +- org.xwiki.platform:xwiki-platform-filter-event-xwiki:jar:7.0:runtime
      [INFO] |  |        \- org.xwiki.commons:xwiki-commons-filter-event-extension:jar:7.0:runtime
      [INFO] |  +- org.webjars:requirejs:jar:2.1.15:runtime
      [INFO] |  +- org.webjars:jquery:jar:1.11.1:runtime
      [INFO] |  +- org.webjars:less:jar:1.7.0:runtime
      [INFO] |  \- org.webjars:colpick:jar:2.0.2:runtime
      [INFO] +- org.xwiki.platform:xwiki-platform-icon-fontawesome:xar:7.0:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-icon-ui:xar:7.0:runtime
      [INFO] |  |  \- org.xwiki.platform:xwiki-platform-icon-default:jar:7.0:runtime
      [INFO] |  \- org.webjars:font-awesome:jar:4.2.0:runtime
      [INFO] +- org.xwiki.platform:xwiki-platform-xclass-ui:xar:7.0:compile
      [INFO] \- eu.learnpad:lp-cw-component-application:xar:1.0-SNAPSHOT:compile
      [INFO]    +- org.xwiki.platform:xwiki-platform-display-macro:jar:7.0:compile
      [INFO]    +- org.xwiki.platform:xwiki-platform-livetable-ui:xar:7.0:compile
      [INFO]    |  \- org.xwiki.platform:xwiki-platform-wiki-script:jar:7.0:runtime
      [INFO]    |     +- org.xwiki.platform:xwiki-platform-wiki-default:jar:7.0:runtime
      [INFO]    |     \- org.xwiki.platform:xwiki-platform-url-standard:jar:7.0:runtime
      [INFO]    \- org.xwiki.platform:xwiki-platform-panels-ui:xar:7.0:compile
      [INFO]       +- org.xwiki.platform:xwiki-platform-panels-api:jar:7.0:runtime
      [INFO]       |  \- org.xwiki.platform:xwiki-platform-uiextension-api:jar:7.0:runtime
      [INFO]       |     \- org.xwiki.platform:xwiki-platform-component-wiki:jar:7.0:runtime
      [INFO]       +- org.webjars:jquery-ui:jar:1.11.1:runtime
      [INFO]       +- org.webjars:jquery-ui-touch-punch:jar:0.2.3-2:runtime
      [INFO]       \- org.xwiki.platform:xwiki-platform-security-script:jar:7.0:runtime
      [INFO]                                                                         
      [INFO] ------------------------------------------------------------------------
      [INFO] Building Learn PAd - Platform - Distribution - Jetty+HSQLDB 1.0-SNAPSHOT
      [INFO] ------------------------------------------------------------------------
      [INFO] 
      [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ lp-platform-jetty-hsqldb ---
      [INFO] eu.learnpad:lp-platform-jetty-hsqldb:pom:1.0-SNAPSHOT
      [INFO] +- eu.learnpad:lp-platform-ui:xar:1.0-SNAPSHOT:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-administration-ui:xar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-rendering-macro-include:jar:7.0:runtime
      [INFO] |  |  |  \- org.xwiki.platform:xwiki-platform-rendering-transformation-macro:jar:7.0:runtime
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-localization-macro:jar:7.0:runtime
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-attachment-ui:xar:7.0:runtime
      [INFO] |  |  |  \- org.xwiki.platform:xwiki-platform-rendering-wikimacro-store:jar:7.0:runtime
      [INFO] |  |  |     \- org.xwiki.platform:xwiki-platform-rendering-wikimacro-api:jar:7.0:runtime
      [INFO] |  |  \- org.xwiki.rendering:xwiki-rendering-macro-message:jar:7.0:runtime
      [INFO] |  |     \- org.xwiki.rendering:xwiki-rendering-macro-box:jar:7.0:runtime
      [INFO] |  +- org.xwiki.enterprise:xwiki-enterprise-ui-mainwikipreferences:xar:7.0:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-sheet-ui:xar:7.0:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-flamingo-theme:xar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-icon-script:jar:7.0:runtime
      [INFO] |  |  |  \- org.xwiki.platform:xwiki-platform-icon-api:jar:7.0:runtime
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-webjars:jar:7.0:runtime
      [INFO] |  |  |  \- org.xwiki.platform:xwiki-platform-container-servlet:jar:7.0:compile
      [INFO] |  |  +- org.webjars:requirejs:jar:2.1.15:runtime
      [INFO] |  |  +- org.webjars:jquery:jar:1.11.1:runtime
      [INFO] |  |  +- org.webjars:less:jar:1.7.0:runtime
      [INFO] |  |  \- org.webjars:colpick:jar:2.0.2:runtime
      [INFO] |  +- org.xwiki.platform:xwiki-platform-icon-fontawesome:xar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-icon-ui:xar:7.0:runtime
      [INFO] |  |  |  \- org.xwiki.platform:xwiki-platform-icon-default:jar:7.0:runtime
      [INFO] |  |  \- org.webjars:font-awesome:jar:4.2.0:runtime
      [INFO] |  +- org.xwiki.platform:xwiki-platform-xclass-ui:xar:7.0:compile
      [INFO] |  \- eu.learnpad:lp-cw-component-application:xar:1.0-SNAPSHOT:compile
      [INFO] |     +- org.xwiki.platform:xwiki-platform-display-macro:jar:7.0:compile
      [INFO] |     +- org.xwiki.platform:xwiki-platform-livetable-ui:xar:7.0:compile
      [INFO] |     |  \- org.xwiki.platform:xwiki-platform-wiki-script:jar:7.0:runtime
      [INFO] |     |     +- org.xwiki.platform:xwiki-platform-wiki-default:jar:7.0:runtime
      [INFO] |     |     \- org.xwiki.platform:xwiki-platform-url-standard:jar:7.0:runtime
      [INFO] |     \- org.xwiki.platform:xwiki-platform-panels-ui:xar:7.0:compile
      [INFO] |        +- org.xwiki.platform:xwiki-platform-panels-api:jar:7.0:runtime
      [INFO] |        |  \- org.xwiki.platform:xwiki-platform-uiextension-api:jar:7.0:runtime
      [INFO] |        |     \- org.xwiki.platform:xwiki-platform-component-wiki:jar:7.0:runtime
      [INFO] |        +- org.webjars:jquery-ui:jar:1.11.1:runtime
      [INFO] |        +- org.webjars:jquery-ui-touch-punch:jar:0.2.3-2:runtime
      [INFO] |        \- org.xwiki.platform:xwiki-platform-security-script:jar:7.0:runtime
      [INFO] +- org.xwiki.platform:xwiki-platform-store-filesystem-attachments:jar:7.0:compile
      [INFO] |  +- org.xwiki.commons:xwiki-commons-component-api:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-stability:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-text:jar:7.0:compile
      [INFO] |  |  +- org.slf4j:slf4j-api:jar:1.7.10:compile
      [INFO] |  |  \- javax.inject:javax.inject:jar:1:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-model:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-context:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-properties:jar:7.0:compile
      [INFO] |  |  |  \- javax.validation:validation-api:jar:1.0.0.GA:compile
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-configuration-api:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-script:jar:7.0:compile
      [INFO] |  |  +- org.apache.commons:commons-lang3:jar:3.3.2:compile
      [INFO] |  |  \- commons-collections:commons-collections:jar:3.2.1:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-store-serialization:jar:7.0:compile
      [INFO] |  |  +- dom4j:dom4j:jar:1.6.1:compile
      [INFO] |  |  \- commons-io:commons-io:jar:2.4:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-store-api:jar:7.0:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-store-transaction:jar:7.0:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-store-filesystem:jar:7.0:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-oldcore:jar:7.0:compile
      [INFO] |  |  +- org.jvnet.hudson:org.suigeneris.jrcs.diff:jar:0.4.2:compile
      [INFO] |  |  +- org.jvnet.hudson:org.suigeneris.jrcs.rcs:jar:0.4.2:compile
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-diff-api:jar:7.0:compile
      [INFO] |  |  |  \- com.googlecode.java-diff-utils:diffutils:jar:1.3.0:compile
      [INFO] |  |  +- info.informatica:css4j:jar:0.13:compile
      [INFO] |  |  |  +- org.apache.xmlgraphics:batik-css:jar:1.7:compile
      [INFO] |  |  |  |  \- xml-apis:xml-apis-ext:jar:1.3.04:compile
      [INFO] |  |  |  +- org.apache.xmlgraphics:batik-util:jar:1.7:compile
      [INFO] |  |  |  +- info.informatica:jclf:jar:2.3.0:compile
      [INFO] |  |  |  \- org.w3c.css:sac:jar:1.3:compile
      [INFO] |  |  +- org.codehaus.swizzle:swizzle-confluence:jar:xwiki:1.2-20080419:compile
      [INFO] |  |  +- org.apache.commons:commons-collections4:jar:4.0:compile
      [INFO] |  |  +- commons-net:commons-net:jar:3.3:compile
      [INFO] |  |  +- org.apache.commons:commons-dbcp2:jar:2.1:compile
      [INFO] |  |  |  \- org.apache.commons:commons-pool2:jar:2.3:compile
      [INFO] |  |  +- commons-fileupload:commons-fileupload:jar:1.3.1:compile
      [INFO] |  |  +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
      [INFO] |  |  +- org.apache.commons:commons-compress:jar:1.9:compile
      [INFO] |  |  +- org.apache.tika:tika-core:jar:1.7:compile
      [INFO] |  |  +- xerces:xercesImpl:jar:2.11.0:compile
      [INFO] |  |  +- org.apache.struts:struts-core:jar:1.3.10:compile
      [INFO] |  |  |  +- commons-chain:commons-chain:jar:1.2:compile
      [INFO] |  |  |  +- commons-digester:commons-digester:jar:1.8:compile
      [INFO] |  |  |  \- commons-validator:commons-validator:jar:1.3.1:compile
      [INFO] |  |  +- radeox:radeox:jar:1.0-b2:compile
      [INFO] |  |  +- org.hibernate:hibernate-core:jar:3.6.9.Final:compile
      [INFO] |  |  |  +- antlr:antlr:jar:2.7.6:compile
      [INFO] |  |  |  +- org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final:compile
      [INFO] |  |  |  +- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
      [INFO] |  |  |  \- javax.transaction:jta:jar:1.1:compile
      [INFO] |  |  +- org.hibernate:hibernate-c3p0:jar:3.6.9.Final:runtime
      [INFO] |  |  |  \- c3p0:c3p0:jar:0.9.1:compile
      [INFO] |  |  +- org.hibernate:hibernate-validator:jar:4.3.0.Final:runtime
      [INFO] |  |  |  \- org.jboss.logging:jboss-logging:jar:3.1.3.GA:runtime
      [INFO] |  |  +- org.liquibase:liquibase-core:jar:2.0.5:compile
      [INFO] |  |  +- securityfilter:securityfilter:jar:2.0:compile
      [INFO] |  |  +- xml-apis:xml-apis:jar:1.4.01:compile
      [INFO] |  |  +- ecs:ecs:jar:1.4.2:compile
      [INFO] |  |  +- javax.xml:jaxrpc-api:jar:1.1:compile
      [INFO] |  |  +- net.sf.json-lib:json-lib:jar:jdk15:2.4:compile
      [INFO] |  |  |  \- net.sf.ezmorph:ezmorph:jar:1.0.6:compile
      [INFO] |  |  +- org.apache.xmlrpc:xmlrpc-common:jar:3.1:compile
      [INFO] |  |  |  \- org.apache.ws.commons.util:ws-commons-util:jar:1.0.2:compile
      [INFO] |  |  +- org.apache.xmlrpc:xmlrpc-server:jar:3.1:compile
      [INFO] |  |  +- org.apache.xmlgraphics:fop:jar:1.1:compile
      [INFO] |  |  |  +- org.apache.xmlgraphics:xmlgraphics-commons:jar:1.5:compile
      [INFO] |  |  |  +- org.apache.xmlgraphics:batik-svg-dom:jar:1.7:compile
      [INFO] |  |  |  |  +- org.apache.xmlgraphics:batik-anim:jar:1.7:compile
      [INFO] |  |  |  |  \- org.apache.xmlgraphics:batik-dom:jar:1.7:compile
      [INFO] |  |  |  +- org.apache.xmlgraphics:batik-bridge:jar:1.7:compile
      [INFO] |  |  |  |  +- org.apache.xmlgraphics:batik-script:jar:1.7:compile
      [INFO] |  |  |  |  \- org.apache.xmlgraphics:batik-xml:jar:1.7:compile
      [INFO] |  |  |  +- org.apache.xmlgraphics:batik-awt-util:jar:1.7:compile
      [INFO] |  |  |  +- org.apache.xmlgraphics:batik-gvt:jar:1.7:compile
      [INFO] |  |  |  +- org.apache.xmlgraphics:batik-transcoder:jar:1.7:compile
      [INFO] |  |  |  |  \- org.apache.xmlgraphics:batik-svggen:jar:1.7:compile
      [INFO] |  |  |  +- org.apache.xmlgraphics:batik-extension:jar:1.7:compile
      [INFO] |  |  |  \- org.apache.xmlgraphics:batik-ext:jar:1.7:compile
      [INFO] |  |  +- org.apache.avalon.framework:avalon-framework-impl:jar:4.3.1:compile
      [INFO] |  |  |  \- org.apache.avalon.framework:avalon-framework-api:jar:4.3.1:compile
      [INFO] |  |  +- org.apache.xmlgraphics:batik-rasterizer:jar:1.7:compile
      [INFO] |  |  |  \- org.apache.xmlgraphics:batik-parser:jar:1.7:compile
      [INFO] |  |  +- org.apache.xmlgraphics:batik-codec:jar:1.7:compile
      [INFO] |  |  +- com.yahoo.platform.yui:yuicompressor:jar:2.4.7-xwiki:compile
      [INFO] |  |  +- joda-time:joda-time:jar:2.7:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-mail-send-api:jar:7.0:compile
      [INFO] |  |  +- javax.mail:mail:jar:1.4.5:compile
      [INFO] |  |  +- picocontainer:picocontainer:jar:1.2:compile
      [INFO] |  |  +- oro:oro:jar:2.0.8:compile
      [INFO] |  |  +- org.codehaus.groovy:groovy-all:jar:2.4.2:compile
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-observation-local:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-observation-remote:jar:7.0:compile
      [INFO] |  |  |  \- org.jgroups:jgroups:jar:3.6.2.Final:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-velocity-webapp:jar:7.0:compile
      [INFO] |  |  |  \- org.xwiki.commons:xwiki-commons-environment-servlet:jar:7.0:compile
      [INFO] |  |  |     \- org.xwiki.commons:xwiki-commons-environment-common:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-xmlrpc-model:jar:7.0:compile
      [INFO] |  |  |  \- org.apache.xmlrpc:xmlrpc-client:jar:3.1:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-bridge:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-chart-renderer:jar:7.0:compile
      [INFO] |  |  |  \- org.jfree:jfreechart:jar:1.0.19:compile
      [INFO] |  |  |     \- org.jfree:jcommon:jar:1.0.23:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-url-api:jar:7.0:compile
      [INFO] |  |  |  \- org.xwiki.platform:xwiki-platform-resource-api:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-display-api:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-sheet-api:jar:7.0:compile
      [INFO] |  |  |  \- org.xwiki.platform:xwiki-platform-container-api:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-skin-api:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-template-api:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-captcha:jar:7.0:compile
      [INFO] |  |  |  +- com.octo.captcha:jcaptcha-api:jar:2.0-alpha-1-SNAPSHOT-500:compile
      [INFO] |  |  |  +- com.octo.captcha:jcaptcha:jar:2.0-alpha-1-SNAPSHOT-500:compile
      [INFO] |  |  |  |  \- com.jhlabs:filters:jar:2.0.235:compile
      [INFO] |  |  |  \- com.octo.captcha:jcaptcha-extension-sound-freetts:jar:2.0-alpha-1-SNAPSHOT-500:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-rendering-macro-context:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.rendering:xwiki-rendering-transformation-icon:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.rendering:xwiki-rendering-transformation-wikiword:jar:7.0:runtime
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-formula-renderer:jar:7.0:compile
      [INFO] |  |  |  +- org.xwiki.commons:xwiki-commons-component-default:jar:7.0:compile
      [INFO] |  |  |  +- uk.ac.ed.ph.snuggletex:snuggletex-core:jar:1.1.0:compile
      [INFO] |  |  |  +- uk.ac.ed.ph.snuggletex:snuggletex-jeuclid:jar:1.1.0:compile
      [INFO] |  |  |  |  \- net.sourceforge.jeuclid:jeuclid-core:jar:3.1.5:compile
      [INFO] |  |  |  \- xalan:xalan:jar:2.7.2:compile
      [INFO] |  |  |     \- xalan:serializer:jar:2.7.2:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-cache-api:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-cache-infinispan:jar:7.0:runtime
      [INFO] |  |  |  \- org.infinispan:infinispan-core:jar:7.0.3.Final:runtime
      [INFO] |  |  |     +- org.infinispan:infinispan-commons:jar:7.0.3.Final:runtime
      [INFO] |  |  |     \- org.jboss.marshalling:jboss-marshalling-osgi:jar:1.4.4.Final:runtime
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-extension-api:jar:7.0:compile
      [INFO] |  |  |  +- org.xwiki.commons:xwiki-commons-job:jar:7.0:compile
      [INFO] |  |  |  |  \- javax.batch:javax.batch-api:jar:1.0:compile
      [INFO] |  |  |  +- org.reflections:reflections:jar:0.9.9:compile
      [INFO] |  |  |  |  +- com.google.guava:guava:jar:18.0:compile
      [INFO] |  |  |  |  +- org.javassist:javassist:jar:3.18.2-GA:compile
      [INFO] |  |  |  |  \- com.google.code.findbugs:annotations:jar:2.0.1:compile
      [INFO] |  |  |  \- org.apache.maven:maven-model:jar:3.2.5:compile
      [INFO] |  |  |     \- org.codehaus.plexus:plexus-utils:jar:3.0.17:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-query-manager:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-office-importer:jar:7.0:compile
      [INFO] |  |  |  +- org.xwiki.platform:xwiki-platform-refactoring:jar:7.0:compile
      [INFO] |  |  |  +- org.artofsolving.jodconverter:jodconverter-core:jar:3.0-beta-4-xwiki-20110822:compile
      [INFO] |  |  |  |  +- org.openoffice:juh:jar:3.2.1:compile
      [INFO] |  |  |  |  |  \- org.openoffice:jurt:jar:3.2.1:compile
      [INFO] |  |  |  |  +- org.openoffice:ridl:jar:3.2.1:compile
      [INFO] |  |  |  |  \- org.openoffice:unoil:jar:3.2.1:compile
      [INFO] |  |  |  +- org.apache.tika:tika-parsers:jar:1.7:compile
      [INFO] |  |  |  |  +- org.gagravarr:vorbis-java-tika:jar:0.6:compile
      [INFO] |  |  |  |  +- edu.ucar:netcdf:jar:4.2.20:compile
      [INFO] |  |  |  |  |  \- edu.ucar:unidataCommon:jar:4.2.20:compile
      [INFO] |  |  |  |  |     \- net.jcip:jcip-annotations:jar:1.0:compile
      [INFO] |  |  |  |  +- net.sourceforge.jmatio:jmatio:jar:1.0:compile
      [INFO] |  |  |  |  +- org.apache.james:apache-mime4j-core:jar:0.7.2:compile
      [INFO] |  |  |  |  +- org.apache.james:apache-mime4j-dom:jar:0.7.2:compile
      [INFO] |  |  |  |  +- org.tukaani:xz:jar:1.5:compile
      [INFO] |  |  |  |  +- org.apache.pdfbox:pdfbox:jar:1.8.8:compile
      [INFO] |  |  |  |  |  +- org.apache.pdfbox:fontbox:jar:1.8.8:compile
      [INFO] |  |  |  |  |  \- org.apache.pdfbox:jempbox:jar:1.8.8:compile
      [INFO] |  |  |  |  +- org.apache.poi:poi:jar:3.11:compile
      [INFO] |  |  |  |  +- org.apache.poi:poi-scratchpad:jar:3.11:compile
      [INFO] |  |  |  |  +- org.apache.poi:poi-ooxml:jar:3.11:compile
      [INFO] |  |  |  |  |  \- org.apache.poi:poi-ooxml-schemas:jar:3.11:compile
      [INFO] |  |  |  |  |     \- org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
      [INFO] |  |  |  |  +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
      [INFO] |  |  |  |  +- com.googlecode.mp4parser:isoparser:jar:1.0.2:compile
      [INFO] |  |  |  |  |  \- org.aspectj:aspectjrt:jar:1.8.5:compile
      [INFO] |  |  |  |  +- com.drewnoakes:metadata-extractor:jar:2.6.2:compile
      [INFO] |  |  |  |  |  \- com.adobe.xmp:xmpcore:jar:5.1.2:compile
      [INFO] |  |  |  |  +- rome:rome:jar:1.0:compile
      [INFO] |  |  |  |  |  \- jdom:jdom:jar:1.0:compile
      [INFO] |  |  |  |  +- com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3:compile
      [INFO] |  |  |  |  +- com.uwyn:jhighlight:jar:1.0:compile
      [INFO] |  |  |  |  \- com.pff:java-libpst:jar:0.8.1:compile
      [INFO] |  |  |  +- org.gagravarr:vorbis-java-core:jar:0.1:compile
      [INFO] |  |  |  +- org.bouncycastle:bcprov-jdk15on:jar:1.49:compile
      [INFO] |  |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.49:compile
      [INFO] |  |  |  +- org.bouncycastle:bcmail-jdk15on:jar:1.49:compile
      [INFO] |  |  |  +- de.l3s.boilerpipe:boilerpipe:jar:1.2.0-xwiki:compile
      [INFO] |  |  |  \- org.xwiki.rendering:xwiki-rendering-syntax-xwiki21:jar:7.0:runtime
      [INFO] |  |  |     \- org.xwiki.rendering:xwiki-rendering-syntax-xwiki20:jar:7.0:runtime
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-component-multi:jar:7.0:runtime
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-query-xwql:jar:7.0:runtime
      [INFO] |  |  |  \- org.xwiki.platform:xwiki-platform-query-jpql-parser:jar:7.0:runtime
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-csrf:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-localization-api:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-security-api:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-wiki-api:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-resource-default:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-logging-api:jar:7.0:compile
      [INFO] |  |  +- javax.annotation:javax.annotation-api:jar:1.2:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-filter-instance-api:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-filter-instance-document:jar:7.0:compile
      [INFO] |  |  \- org.xwiki.platform:xwiki-platform-filter-stream-xar:jar:7.0:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-store-locks:jar:7.0:compile
      [INFO] |  \- org.xwiki.commons:xwiki-commons-environment-api:jar:7.0:compile
      [INFO] +- org.xwiki.platform:xwiki-platform-rendering-macro-velocity:jar:7.0:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-rendering-macro-script:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-classloader-api:jar:7.0:compile
      [INFO] |  |  |  \- edu.emory.mathcs.util:emory-util-classloader:jar:2.1:compile
      [INFO] |  |  |     +- edu.emory.mathcs.util:emory-util-io:jar:2.1:compile
      [INFO] |  |  |     \- edu.emory.mathcs.util:emory-util-security:jar:2.1:compile
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-classloader-protocol-jar:jar:7.0:runtime
      [INFO] |  |  +- org.xwiki.platform:xwiki-platform-classloader-protocol-attachmentjar:jar:7.0:runtime
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-observation-api:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-component-observation:jar:7.0:compile
      [INFO] |  |  \- org.xwiki.platform:xwiki-platform-rendering-signature:jar:7.0:compile
      [INFO] |  |     +- org.xwiki.commons:xwiki-commons-crypto-common:jar:7.0:compile
      [INFO] |  |     +- org.xwiki.commons:xwiki-commons-crypto-pkix:jar:7.0:compile
      [INFO] |  |     |  \- org.xwiki.commons:xwiki-commons-crypto-signer:jar:7.0:compile
      [INFO] |  |     \- org.xwiki.platform:xwiki-platform-crypto-store-api:jar:7.0:compile
      [INFO] |  |        \- org.xwiki.commons:xwiki-commons-crypto-store-api:jar:7.0:compile
      [INFO] |  +- org.xwiki.commons:xwiki-commons-velocity:jar:7.0:compile
      [INFO] |  |  +- org.xwiki.commons:xwiki-commons-management:jar:7.0:compile
      [INFO] |  |  +- org.apache.velocity:velocity:jar:1.7:compile
      [INFO] |  |  +- org.apache.velocity:velocity-tools:jar:2.0:compile
      [INFO] |  |  |  +- sslext:sslext:jar:1.2-0:compile
      [INFO] |  |  |  +- org.apache.struts:struts-taglib:jar:1.3.8:compile
      [INFO] |  |  |  \- org.apache.struts:struts-tiles:jar:1.3.8:compile
      [INFO] |  |  +- com.fasterxml.jackson.core:jackson-core:jar:2.3.3:compile
      [INFO] |  |  \- org.apache.httpcomponents:httpclient:jar:4.4:compile
      [INFO] |  |     \- org.apache.httpcomponents:httpcore:jar:4.4:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-rendering-xwiki:jar:7.0:compile
      [INFO] |  |  \- net.sourceforge.cssparser:cssparser:jar:0.9.14:compile
      [INFO] |  +- org.xwiki.rendering:xwiki-rendering-api:jar:7.0:compile
      [INFO] |  |  \- org.xwiki.commons:xwiki-commons-filter-api:jar:7.0:compile
      [INFO] |  \- org.xwiki.rendering:xwiki-rendering-transformation-macro:jar:7.0:compile
      [INFO] +- org.xwiki.rendering:xwiki-rendering-macro-html:jar:7.0:compile
      [INFO] |  +- org.xwiki.commons:xwiki-commons-xml:jar:7.0:compile
      [INFO] |  |  +- org.jdom:jdom:jar:1.1.3:compile
      [INFO] |  |  +- net.sourceforge.htmlcleaner:htmlcleaner:jar:2.10:compile
      [INFO] |  |  |  \- org.jdom:jdom2:jar:2.0.6:compile
      [INFO] |  |  \- net.java.dev.stax-utils:stax-utils:jar:20070216:compile
      [INFO] |  \- org.xwiki.rendering:xwiki-rendering-syntax-xhtml:jar:7.0:compile
      [INFO] |     +- org.xwiki.rendering:xwiki-rendering-xml:jar:7.0:compile
      [INFO] |     +- org.xwiki.rendering:xwiki-rendering-syntax-wikimodel:jar:7.0:compile
      [INFO] |     |  +- org.xwiki.rendering:xwiki-rendering-wikimodel:jar:7.0:compile
      [INFO] |     |  \- org.xwiki.rendering:xwiki-rendering-syntax-plain:jar:7.0:runtime
      [INFO] |     \- org.xwiki.rendering:xwiki-rendering-syntax-xdomxmlcurrent:jar:7.0:compile
      [INFO] +- eu.learnpad:lp-cp-controllers-api:jar:1.0-SNAPSHOT:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-rest-api:jar:7.0:compile
      [INFO] |  \- commons-httpclient:commons-httpclient:jar:3.1:compile
      [INFO] +- eu.learnpad:lp-cp-apis:jar:1.0-SNAPSHOT:compile
      [INFO] |  +- javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile
      [INFO] |  \- com.fasterxml.jackson.core:jackson-databind:jar:2.4.4:compile
      [INFO] |     \- com.fasterxml.jackson.core:jackson-annotations:jar:2.4.0:compile
      [INFO] +- eu.learnpad:lp-cw-bridge-importer-api:jar:1.0-SNAPSHOT:compile
      [INFO] +- eu.learnpad:lp-cw-bridge-importer-server:jar:1.0-SNAPSHOT:compile
      [INFO] |  \- org.xwiki.platform:xwiki-platform-rest-server:jar:7.0:compile
      [INFO] |     +- org.restlet.jse:org.restlet:jar:2.0.14:compile
      [INFO] |     |  \- org.osgi:org.osgi.core:jar:4.0.0:compile
      [INFO] |     +- org.restlet.jee:org.restlet.ext.servlet:jar:2.0.14:compile
      [INFO] |     +- org.restlet.jse:org.restlet.ext.jaxrs:jar:2.0.14:compile
      [INFO] |     |  +- javax.activation:activation:jar:1.1.1:compile
      [INFO] |     |  \- org.restlet.jse:org.restlet.lib.org.json:jar:2.0:compile
      [INFO] |     +- org.restlet.jse:org.restlet.ext.jackson:jar:2.0.14:runtime
      [INFO] |     |  \- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
      [INFO] |     +- org.restlet.jse:org.restlet.ext.jaxb:jar:2.0.14:runtime
      [INFO] |     +- org.xwiki.platform:xwiki-platform-wiki-user-api:jar:7.0:compile
      [INFO] |     \- org.jvnet.jaxb2_commons:jaxb2-fluent-api:jar:3.0:compile
      [INFO] +- eu.learnpad:lp-cw-component-service:jar:1.0-SNAPSHOT:compile
      [INFO] |  \- eu.learnpad:lp-cw-bridge-implementation:jar:1.0-SNAPSHOT:compile
      [INFO] +- eu.learnpad:lp-ontology-recommender:jar:1.0-SNAPSHOT:compile
      [INFO] |  +- eu.learnpad:lp-cp-xwiki-implementation:jar:1.0-SNAPSHOT:compile
      [INFO] |  |  +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
      [INFO] |  |  +- org.glassfish.jersey.core:jersey-client:jar:2.22.1:compile
      [INFO] |  |  |  +- org.glassfish.hk2:hk2-api:jar:2.4.0-b31:compile
      [INFO] |  |  |  |  +- org.glassfish.hk2:hk2-utils:jar:2.4.0-b31:compile
      [INFO] |  |  |  |  \- org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b31:compile
      [INFO] |  |  |  +- org.glassfish.hk2.external:javax.inject:jar:2.4.0-b31:compile
      [INFO] |  |  |  \- org.glassfish.hk2:hk2-locator:jar:2.4.0-b31:compile
      [INFO] |  |  +- org.glassfish.jersey.core:jersey-common:jar:2.22.1:compile
      [INFO] |  |  |  +- org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.22.1:compile
      [INFO] |  |  |  \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.1:compile
      [INFO] |  |  \- org.glassfish.jersey.connectors:jersey-jetty-connector:jar:2.22.1:compile
      [INFO] |  |     \- org.eclipse.jetty:jetty-client:jar:9.1.1.v20140108:compile
      [INFO] |  |        +- org.eclipse.jetty:jetty-http:jar:9.1.1.v20140108:compile
      [INFO] |  |        |  \- org.eclipse.jetty:jetty-util:jar:9.1.1.v20140108:compile
      [INFO] |  |        \- org.eclipse.jetty:jetty-io:jar:9.1.1.v20140108:compile
      [INFO] |  +- net.sf.saxon:Saxon-HE:jar:9.6.0-6:compile
      [INFO] |  +- commons-configuration:commons-configuration:jar:1.10:compile
      [INFO] |  |  \- commons-lang:commons-lang:jar:2.6:compile
      [INFO] |  \- org.topbraid:spin:jar:1.5.0-SNAPSHOT:compile
      [INFO] |     \- org.apache.jena:jena-arq:jar:2.11.0:compile
      [INFO] |        \- org.apache.jena:jena-core:jar:2.11.0:compile
      [INFO] |           \- org.apache.jena:jena-iri:jar:1.0.0:compile
      [INFO] +- org.xwiki.contrib:xff-filter-stream:jar:0.3.1:compile
      [INFO] |  +- commons-codec:commons-codec:jar:1.10:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-filter-event-xwiki:jar:7.1.1:compile
      [INFO] |  |  \- org.xwiki.platform:xwiki-platform-filter-event-model:jar:7.1.1:compile
      [INFO] |  +- org.xwiki.commons:xwiki-commons-filter-event-extension:jar:7.1.1:compile
      [INFO] |  +- org.xwiki.commons:xwiki-commons-filter-xml:jar:7.1.1:compile
      [INFO] |  |  \- com.thoughtworks.xstream:xstream:jar:1.4.8:compile
      [INFO] |  |     +- xmlpull:xmlpull:jar:1.1.3.1:compile
      [INFO] |  |     \- xpp3:xpp3_min:jar:1.1.4c:compile
      [INFO] |  +- org.xwiki.platform:xwiki-platform-xar:jar:7.1.1:compile
      [INFO] |  \- org.xwiki.platform:xwiki-platform-rest-model:jar:7.1.1:compile
      [INFO] \- org.xwiki.contrib:xff-rest-api:jar:0.3.1:compile
      [INFO]    \- javax.ws.rs:jsr311-api:jar:1.0:compile
      [INFO] ------------------------------------------------------------------------
      [INFO] Reactor Summary:
      [INFO] 
      [INFO] Learn PAd - Platform .............................. SUCCESS [0.627s]
      [INFO] Learn PAd - Platform - Distributions .............. SUCCESS [0.006s]
      [INFO] Learn PAd - Platform - Distribution - UI .......... SUCCESS [2.382s]
      [INFO] Learn PAd - Platform - Distribution - Jetty+HSQLDB  SUCCESS [1.139s]
      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD SUCCESS
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 5.192s
      [INFO] Finished at: Thu Oct 15 11:19:45 CEST 2015
      [INFO] Final Memory: 34M/690M
      [INFO] ------------------------------------------------------------------------
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jsimard Jean SIMARD
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: