From: Loren C. <lor...@gm...> - 2015-09-29 10:43:30
|
I updated the xmlcalabash pom entry to <dependency> <groupId>com.rackspace.xmlcalabash</groupId> <artifactId>xmlcalabash-saxon94</artifactId> <version>1.0.16</version> </dependency> and got the following while compiling [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12.995 s [INFO] Finished at: 2015-09-29T06:41:00-04:00 [INFO] Final Memory: 9M/245M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project XMLCalabash: Could not resolve dependencies for project org.exist-db:XMLCalabash:jar:0.1.7-SNAPSHOT: Could not find artifact org.exist-db:existdb-core:jar:3.0.RC1 in eXistDB (https://raw.github.com/eXist-db/mvn-repo/master/) -> [Help 1] [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/DependencyResolutionException > On Sep 29, 2015, at 6:29 AM, Loren Cahlander <lor...@gm...> wrote: > > > I updated the pom.xml file from https://github.com/eXist-db/eXist-XMLCalabash <https://github.com/eXist-db/eXist-XMLCalabash> > > to > > project xmlns="http://maven.apache.org/POM/4.0.0 <http://maven.apache.org/POM/4.0.0>" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance <http://www.w3.org/2001/XMLSchema-instance>" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 <http://maven.apache.org/POM/4.0.0> http://maven.apache.org/xsd/maven-4.0.0.xsd <http://maven.apache.org/xsd/maven-4.0.0.xsd>"> > <modelVersion>4.0.0</modelVersion> > <groupId>org.exist-db</groupId> > <artifactId>XMLCalabash</artifactId> > <version>0.1.7-SNAPSHOT</version> > <url>http://www.exist-db.org</url> <http://www.exist-db.org</url>> > > <organization> > <name>eXist Solutions</name> > <url>http://www.existsolutions.com</url> <http://www.existsolutions.com</url>> > </organization> > > <dependencies> > <!-- eXistDB Library --> > <dependency> > <groupId>org.exist-db</groupId> > <artifactId>existdb-core</artifactId> > <version>3.0.RC1</version> > </dependency> > <dependency> > <groupId>com.xmlcalabash</groupId> > <artifactId>xmlcalabash-saxon94</artifactId> > <version>1.0.14-SNAPSHOT</version> > </dependency> > > <dependency> > <groupId>junit</groupId> > <artifactId>junit</artifactId> > <version>4.4</version> > <scope>test</scope> > </dependency> > </dependencies> > > <build> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-compiler-plugin</artifactId> > <version>2.3.2</version> > <configuration> > <source>1.7</source> > <target>1.7</target> > </configuration> > </plugin> > </plugins> > </build> > > <repositories> > <repository> > <id>eXistDB</id> > <url>https://raw.github.com/eXist-db/mvn-repo/master/</url> <https://raw.github.com/eXist-db/mvn-repo/master/%3C/url%3E> > </repository> > </repositories> > > </project> > > > > > when I ran ‘mvn -X compile’ I got the following errors > > > ldc:eXist-XMLCalabash lcahlander$ mvn -X compile > Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00) > Maven home: /usr/local/Cellar/maven/3.3.3/libexec > Java version: 1.8.0_60, vendor: Oracle Corporation > Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.11.1", arch: "x86_64", family: "mac" > [DEBUG] Created new class realm maven.api > [DEBUG] Importing foreign packages into class realm maven.api > [DEBUG] Imported: javax.enterprise.inject.* < plexus.core > [DEBUG] Imported: javax.enterprise.util.* < plexus.core > [DEBUG] Imported: javax.inject.* < plexus.core > [DEBUG] Imported: org.apache.maven.* < plexus.core > [DEBUG] Imported: org.apache.maven.artifact < plexus.core > [DEBUG] Imported: org.apache.maven.classrealm < plexus.core > [DEBUG] Imported: org.apache.maven.cli < plexus.core > [DEBUG] Imported: org.apache.maven.configuration < plexus.core > [DEBUG] Imported: org.apache.maven.exception < plexus.core > [DEBUG] Imported: org.apache.maven.execution < plexus.core > [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core > [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core > [DEBUG] Imported: org.apache.maven.model < plexus.core > [DEBUG] Imported: org.apache.maven.monitor < plexus.core > [DEBUG] Imported: org.apache.maven.plugin < plexus.core > [DEBUG] Imported: org.apache.maven.profiles < plexus.core > [DEBUG] Imported: org.apache.maven.project < plexus.core > [DEBUG] Imported: org.apache.maven.reporting < plexus.core > [DEBUG] Imported: org.apache.maven.repository < plexus.core > [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core > [DEBUG] Imported: org.apache.maven.settings < plexus.core > [DEBUG] Imported: org.apache.maven.toolchain < plexus.core > [DEBUG] Imported: org.apache.maven.usability < plexus.core > [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core > [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core > [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core > [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core > [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core > [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core > [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core > [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core > [DEBUG] Imported: org.codehaus.classworlds < plexus.core > [DEBUG] Imported: org.codehaus.plexus.* < plexus.core > [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core > [DEBUG] Imported: org.codehaus.plexus.component < plexus.core > [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core > [DEBUG] Imported: org.codehaus.plexus.container < plexus.core > [DEBUG] Imported: org.codehaus.plexus.context < plexus.core > [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core > [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core > [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core > [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core > [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core > [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core > [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core > [DEBUG] Imported: org.eclipse.aether.* < plexus.core > [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core > [DEBUG] Imported: org.eclipse.aether.collection < plexus.core > [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core > [DEBUG] Imported: org.eclipse.aether.graph < plexus.core > [DEBUG] Imported: org.eclipse.aether.impl < plexus.core > [DEBUG] Imported: org.eclipse.aether.installation < plexus.core > [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core > [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core > [DEBUG] Imported: org.eclipse.aether.repository < plexus.core > [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core > [DEBUG] Imported: org.eclipse.aether.spi < plexus.core > [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core > [DEBUG] Imported: org.eclipse.aether.version < plexus.core > [DEBUG] Imported: org.slf4j.* < plexus.core > [DEBUG] Imported: org.slf4j.spi.* < plexus.core > [DEBUG] Populating class realm maven.api > [INFO] Error stacktraces are turned on. > [DEBUG] Reading global settings from /usr/local/Cellar/maven/3.3.3/libexec/conf/settings.xml > [DEBUG] Reading user settings from /Users/lcahlander/.m2/settings.xml > [DEBUG] Reading global toolchains from /usr/local/Cellar/maven/3.3.3/libexec/conf/toolchains.xml > [DEBUG] Reading user toolchains from /Users/lcahlander/.m2/toolchains.xml > [DEBUG] Using local repository at /Users/lcahlander/.m2/repository > [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /Users/lcahlander/.m2/repository > [INFO] Scanning for projects... > [DEBUG] Extension realms for project org.exist-db:XMLCalabash:jar:0.1.7-SNAPSHOT: (none) > [DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null] > [DEBUG] === REACTOR BUILD PLAN ================================================ > [DEBUG] Project: org.exist-db:XMLCalabash:jar:0.1.7-SNAPSHOT > [DEBUG] Tasks: [compile] > [DEBUG] Style: Regular > [DEBUG] ======================================================================= > [INFO] > [INFO] ------------------------------------------------------------------------ > [INFO] Building XMLCalabash 0.1.7-SNAPSHOT > [INFO] ------------------------------------------------------------------------ > [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] > [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] > [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] > [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom <https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom> > Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom <https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom> (8 KB at 11.6 KB/sec) > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/_remote.repositories > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom.lastUpdated > [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom <https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom> > Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom <https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom> (9 KB at 112.3 KB/sec) > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/maven/plugins/maven-plugins/23/_remote.repositories > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom.lastUpdated > [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom <https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom> > Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom <https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom> (30 KB at 279.3 KB/sec) > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/maven/maven-parent/22/_remote.repositories > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom.lastUpdated > [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom <https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom> > Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom <https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom> (15 KB at 174.3 KB/sec) > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/apache/11/_remote.repositories > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/apache/11/apache-11.pom.lastUpdated > [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar <https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar> > Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar <https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar> (29 KB at 294.2 KB/sec) > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/_remote.repositories > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar.lastUpdated > [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.3.2/maven-compiler-plugin-2.3.2.pom <https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.3.2/maven-compiler-plugin-2.3.2.pom> > Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.3.2/maven-compiler-plugin-2.3.2.pom <https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.3.2/maven-compiler-plugin-2.3.2.pom> (8 KB at 99.4 KB/sec) > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/2.3.2/_remote.repositories > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/2.3.2/maven-compiler-plugin-2.3.2.pom.lastUpdated > [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom <https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom> > Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom <https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom> (13 KB at 169.3 KB/sec) > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/maven/plugins/maven-plugins/18/_remote.repositories > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom.lastUpdated > [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom <https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom> > Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom <https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom> (23 KB at 291.4 KB/sec) > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/maven/maven-parent/16/_remote.repositories > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/maven/maven-parent/16/maven-parent-16.pom.lastUpdated > [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom <https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom> > Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom <https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom> (15 KB at 183.0 KB/sec) > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/apache/7/_remote.repositories > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/apache/7/apache-7.pom.lastUpdated > [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.3.2/maven-compiler-plugin-2.3.2.jar <https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.3.2/maven-compiler-plugin-2.3.2.jar> > Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.3.2/maven-compiler-plugin-2.3.2.jar <https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.3.2/maven-compiler-plugin-2.3.2.jar> (29 KB at 379.9 KB/sec) > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/2.3.2/_remote.repositories > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/2.3.2/maven-compiler-plugin-2.3.2.jar.lastUpdated > [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] > [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] > [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] > [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] > [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] > [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] > [DEBUG] === PROJECT BUILD PLAN ================================================ > [DEBUG] Project: org.exist-db:XMLCalabash:0.1.7-SNAPSHOT > [DEBUG] Dependencies (collect): [] > [DEBUG] Dependencies (resolve): [compile] > [DEBUG] Repositories (dependencies): [eXistDB (https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/>, default, releases+snapshots), central (https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2>, default, releases)] > [DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2>, default, releases)] > [DEBUG] ----------------------------------------------------------------------- > [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources) > [DEBUG] Style: Regular > [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> > <configuration> > <buildFilters default-value="${project.build.filters}"/> > <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding> > <escapeString>${maven.resources.escapeString}</escapeString> > <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths> > <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs> > <outputDirectory default-value="${project.build.outputDirectory}"/> > <overwrite default-value="false">${maven.resources.overwrite}</overwrite> > <project default-value="${project}"/> > <resources default-value="${project.resources}"/> > <session default-value="${session}"/> > <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering> > <useBuildFilters default-value="true"/> > <useDefaultDelimiters default-value="true"/> > </configuration> > [DEBUG] ----------------------------------------------------------------------- > [DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) > [DEBUG] Style: Regular > [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> > <configuration> > <basedir default-value="${basedir}"/> > <buildDirectory default-value="${project.build.directory}"/> > <classpathElements default-value="${project.compileClasspathElements}"/> > <compileSourceRoots default-value="${project.compileSourceRoots}"/> > <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId> > <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion> > <debug default-value="true">${maven.compiler.debug}</debug> > <debuglevel>${maven.compiler.debuglevel}</debuglevel> > <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding> > <executable>${maven.compiler.executable}</executable> > <failOnError default-value="true">${maven.compiler.failOnError}</failOnError> > <fork default-value="false">${maven.compiler.fork}</fork> > <generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/> > <maxmem>${maven.compiler.maxmem}</maxmem> > <meminitial>${maven.compiler.meminitial}</meminitial> > <optimize default-value="false">${maven.compiler.optimize}</optimize> > <outputDirectory default-value="${project.build.outputDirectory}"/> > <outputFileName>${project.build.finalName}</outputFileName> > <projectArtifact default-value="${project.artifact}"/> > <session default-value="${session}"/> > <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation> > <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings> > <source default-value="1.5">1.7</source> > <staleMillis default-value="0">${lastModGranularityMs}</staleMillis> > <target default-value="1.5">1.7</target> > <verbose default-value="false">${maven.compiler.verbose}</verbose> > </configuration> > [DEBUG] ======================================================================= > [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/> > [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/> > Downloading: https://raw.github.com/eXist-db/mvn-repo/master/org/exist-db/existdb-core/3.0.RC1/existdb-core-3.0.RC1.pom <https://raw.github.com/eXist-db/mvn-repo/master/org/exist-db/existdb-core/3.0.RC1/existdb-core-3.0.RC1.pom> > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/exist-db/existdb-core/3.0.RC1/existdb-core-3.0.RC1.pom.lastUpdated > [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > Downloading: https://repo.maven.apache.org/maven2/org/exist-db/existdb-core/3.0.RC1/existdb-core-3.0.RC1.pom <https://repo.maven.apache.org/maven2/org/exist-db/existdb-core/3.0.RC1/existdb-core-3.0.RC1.pom> > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/exist-db/existdb-core/3.0.RC1/existdb-core-3.0.RC1.pom.lastUpdated > [WARNING] The POM for org.exist-db:existdb-core:jar:3.0.RC1 is missing, no dependency information available > [DEBUG] Could not find metadata com.xmlcalabash:xmlcalabash-saxon94:1.0.14-SNAPSHOT/maven-metadata.xml in local (/Users/lcahlander/.m2/repository) > [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/> > [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/> > Downloading: https://raw.github.com/eXist-db/mvn-repo/master/com/xmlcalabash/xmlcalabash-saxon94/1.0.14-SNAPSHOT/maven-metadata.xml <https://raw.github.com/eXist-db/mvn-repo/master/com/xmlcalabash/xmlcalabash-saxon94/1.0.14-SNAPSHOT/maven-metadata.xml> > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/com/xmlcalabash/xmlcalabash-saxon94/1.0.14-SNAPSHOT/resolver-status.properties > [DEBUG] Could not find metadata com.xmlcalabash:xmlcalabash-saxon94:1.0.14-SNAPSHOT/maven-metadata.xml in eXistDB (https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/>) > [DEBUG] Could not find metadata com.xmlcalabash:xmlcalabash-saxon94:1.0.14-SNAPSHOT/maven-metadata.xml in local (/Users/lcahlander/.m2/repository) > [DEBUG] Skipped remote request for com.xmlcalabash:xmlcalabash-saxon94:1.0.14-SNAPSHOT/maven-metadata.xml, already updated during this session. > [DEBUG] Failure to find com.xmlcalabash:xmlcalabash-saxon94:1.0.14-SNAPSHOT/maven-metadata.xml in https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/> was cached in the local repository, resolution will not be reattempted until the update interval of eXistDB has elapsed or updates are forced > [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/> > [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/> > Downloading: https://raw.github.com/eXist-db/mvn-repo/master/com/xmlcalabash/xmlcalabash-saxon94/1.0.14-SNAPSHOT/xmlcalabash-saxon94-1.0.14-SNAPSHOT.pom <https://raw.github.com/eXist-db/mvn-repo/master/com/xmlcalabash/xmlcalabash-saxon94/1.0.14-SNAPSHOT/xmlcalabash-saxon94-1.0.14-SNAPSHOT.pom> > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/com/xmlcalabash/xmlcalabash-saxon94/1.0.14-SNAPSHOT/xmlcalabash-saxon94-1.0.14-SNAPSHOT.pom.lastUpdated > [WARNING] The POM for com.xmlcalabash:xmlcalabash-saxon94:jar:1.0.14-SNAPSHOT is missing, no dependency information available > [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/> > [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/> > Downloading: https://raw.github.com/eXist-db/mvn-repo/master/junit/junit/4.4/junit-4.4.pom <https://raw.github.com/eXist-db/mvn-repo/master/junit/junit/4.4/junit-4.4.pom> > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/junit/junit/4.4/junit-4.4.pom.lastUpdated > [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.4/junit-4.4.pom <https://repo.maven.apache.org/maven2/junit/junit/4.4/junit-4.4.pom> > Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.4/junit-4.4.pom <https://repo.maven.apache.org/maven2/junit/junit/4.4/junit-4.4.pom> (2 KB at 8.8 KB/sec) > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/junit/junit/4.4/_remote.repositories > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/junit/junit/4.4/junit-4.4.pom.lastUpdated > [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=4, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=1826, DefaultDependencyCollector.transformTime=7} > [DEBUG] org.exist-db:XMLCalabash:jar:0.1.7-SNAPSHOT > [DEBUG] org.exist-db:existdb-core:jar:3.0.RC1:compile > [DEBUG] com.xmlcalabash:xmlcalabash-saxon94:jar:1.0.14-SNAPSHOT:compile > [DEBUG] junit:junit:jar:4.4:test > [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/> > [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/> > Downloading: https://raw.github.com/eXist-db/mvn-repo/master/org/exist-db/existdb-core/3.0.RC1/existdb-core-3.0.RC1.jar <https://raw.github.com/eXist-db/mvn-repo/master/org/exist-db/existdb-core/3.0.RC1/existdb-core-3.0.RC1.jar> > Downloading: https://raw.github.com/eXist-db/mvn-repo/master/com/xmlcalabash/xmlcalabash-saxon94/1.0.14-SNAPSHOT/xmlcalabash-saxon94-1.0.14-SNAPSHOT.jar <https://raw.github.com/eXist-db/mvn-repo/master/com/xmlcalabash/xmlcalabash-saxon94/1.0.14-SNAPSHOT/xmlcalabash-saxon94-1.0.14-SNAPSHOT.jar> > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/exist-db/existdb-core/3.0.RC1/existdb-core-3.0.RC1.jar.lastUpdated > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/com/xmlcalabash/xmlcalabash-saxon94/1.0.14-SNAPSHOT/xmlcalabash-saxon94-1.0.14-SNAPSHOT.jar.lastUpdated > [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2> > Downloading: https://repo.maven.apache.org/maven2/org/exist-db/existdb-core/3.0.RC1/existdb-core-3.0.RC1.jar <https://repo.maven.apache.org/maven2/org/exist-db/existdb-core/3.0.RC1/existdb-core-3.0.RC1.jar> > [DEBUG] Writing tracking file /Users/lcahlander/.m2/repository/org/exist-db/existdb-core/3.0.RC1/existdb-core-3.0.RC1.jar.lastUpdated > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 4.035 s > [INFO] Finished at: 2015-09-29T06:15:10-04:00 > [INFO] Final Memory: 13M/309M > [INFO] ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project XMLCalabash: Could not resolve dependencies for project org.exist-db:XMLCalabash:jar:0.1.7-SNAPSHOT: The following artifacts could not be resolved: org.exist-db:existdb-core:jar:3.0.RC1, com.xmlcalabash:xmlcalabash-saxon94:jar:1.0.14-SNAPSHOT: Could not find artifact org.exist-db:existdb-core:jar:3.0.RC1 in eXistDB (https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/>) -> [Help 1] > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project XMLCalabash: Could not resolve dependencies for project org.exist-db:XMLCalabash:jar:0.1.7-SNAPSHOT: The following artifacts could not be resolved: org.exist-db:existdb-core:jar:3.0.RC1, com.xmlcalabash:xmlcalabash-saxon94:jar:1.0.14-SNAPSHOT: Could not find artifact org.exist-db:existdb-core:jar:3.0.RC1 in eXistDB (https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/>) > at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:221) > at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:127) > at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:257) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:200) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) > at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) > at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) > at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) > at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) > at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862) > at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:197) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:497) > at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) > at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) > at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) > at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) > Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.exist-db:XMLCalabash:jar:0.1.7-SNAPSHOT: The following artifacts could not be resolved: org.exist-db:existdb-core:jar:3.0.RC1, com.xmlcalabash:xmlcalabash-saxon94:jar:1.0.14-SNAPSHOT: Could not find artifact org.exist-db:existdb-core:jar:3.0.RC1 in eXistDB (https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/>) > at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:211) > at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:195) > ... 23 more > Caused by: org.eclipse.aether.resolution.DependencyResolutionException: The following artifacts could not be resolved: org.exist-db:existdb-core:jar:3.0.RC1, com.xmlcalabash:xmlcalabash-saxon94:jar:1.0.14-SNAPSHOT: Could not find artifact org.exist-db:existdb-core:jar:3.0.RC1 in eXistDB (https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/>) > at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:384) > at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:205) > ... 24 more > Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: The following artifacts could not be resolved: org.exist-db:existdb-core:jar:3.0.RC1, com.xmlcalabash:xmlcalabash-saxon94:jar:1.0.14-SNAPSHOT: Could not find artifact org.exist-db:existdb-core:jar:3.0.RC1 in eXistDB (https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/>) > at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:444) > at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:246) > at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:367) > ... 25 more > Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.exist-db:existdb-core:jar:3.0.RC1 in eXistDB (https://raw.github.com/eXist-db/mvn-repo/master/ <https://raw.github.com/eXist-db/mvn-repo/master/>) > at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:39) > at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:355) > at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > at java.lang.Thread.run(Thread.java:745) > [ERROR] > [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/DependencyResolutionException <http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException> > ldc:eXist-XMLCalabash lcahlander$ > |