Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] m2e development environment

hmm, running `cd m2e-maven-runtime && mvn install` is not creating any jars directory for me

here’s my output

mvn clean install -DskipTests=true                                                                                                                                                                                   master
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO
[INFO] M2E - Maven runtime bundles                                        [pom]
[INFO] Maven Archetype Common Bundle                                   [bundle]
[INFO] Nexus Indexer Bundle                                            [bundle]
[INFO] Embedded Maven Runtime Bundle                                   [bundle]
[INFO] SLF4J-simple bundle                                             [bundle]
[INFO
[INFO] -----------------< org.eclipse.m2e:m2e-maven-runtime >------------------
[INFO] Building M2E - Maven runtime bundles 1.16.0-SNAPSHOT               [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ m2e-maven-runtime ---
[INFO] Deleting /Users/Andrew/git/m2e-core/m2e-maven-runtime/target
[INFO
[INFO] --- exec-maven-plugin:3.0.0:exec (default) @ m2e-maven-runtime ---
[INFO
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ m2e-maven-runtime ---
[INFO
[INFO] --- tycho-p2-extras-plugin:2.0.0:compare-version-with-baselines (check-no-version-regression) @ m2e-maven-runtime ---
[INFO
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ m2e-maven-runtime ---
[INFO] Installing /Users/Andrew/git/m2e-core/m2e-maven-runtime/pom.xml to /Users/Andrew/.m2/repository/org/eclipse/m2e/m2e-maven-runtime/1.16.0-SNAPSHOT/m2e-maven-runtime-1.16.0-SNAPSHOT.pom
[INFO
[INFO] ----------< org.eclipse.m2e:org.eclipse.m2e.archetype.common >----------
[INFO] Building Maven Archetype Common Bundle 1.16.0-SNAPSHOT             [2/5]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.archetype.common ---
[INFO] Deleting /Users/Andrew/git/m2e-core/m2e-maven-runtime/org.eclipse.m2e.archetype.common/target
[INFO
[INFO] --- exec-maven-plugin:3.0.0:exec (default) @ org.eclipse.m2e.archetype.common ---
[INFO
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.m2e.archetype.common ---
[INFO
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.archetype.common ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.m2e.archetype.common ---
[INFO] No sources to compile
[INFO
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.archetype.common ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/Andrew/git/m2e-core/m2e-maven-runtime/org.eclipse.m2e.archetype.common/src/test/resources
[INFO
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.m2e.archetype.common ---
[INFO] No sources to compile
[INFO
[INFO] --- maven-surefire-plugin:2.8:test (default-test) @ org.eclipse.m2e.archetype.common ---
[INFO] Tests are skipped.
[INFO
[INFO] --- maven-bundle-plugin:5.1.1:bundle (default-bundle) @ org.eclipse.m2e.archetype.common ---
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.16.0-SNAPSHOT : Host org.eclipse.m2e.maven.runtime=bundle-version="[1.16.0,1.17.0)" for this fragment/require bundle cannot be found on the classpath
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.archetype.common,  has 2,  private references [org.dom4j, org.jdom]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.archetype.common.util,  has 2,  private references [org.jdom, org.jdom.output]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.archetype.old,  has 1,  private references [org.apache.velocity.context]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.16.0-SNAPSHOT : Export org.codehaus.plexus.velocity,  has 7,  private references [org.apache.commons.collections, org.apache.velocity.app, org.apache.velocity.exception, org.apache.velocity.runtime, org.apache.velocity.runtime.log, org.apache.velocity.runtime.resource, org.apache.velocity.runtime.resource.loader]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.16.0-SNAPSHOT : The default package '.' is not permitted by the Import-Package syntax.
 This can be caused by compile errors in Eclipse because Eclipse creates
valid class files regardless of compile errors.
The following package(s) import from the default package null
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.16.0-SNAPSHOT : Invalid package name: 'META-INF.plexus' in Export-Package
[INFO
[INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.eclipse.m2e.archetype.common ---
[INFO
[INFO] --- tycho-p2-extras-plugin:2.0.0:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.archetype.common ---
[INFO
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.archetype.common ---
[INFO] Installing /Users/Andrew/git/m2e-core/m2e-maven-runtime/org.eclipse.m2e.archetype.common/target/org.eclipse.m2e.archetype.common-1.16.0-SNAPSHOT.jar to /Users/Andrew/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.archetype.common/1.16.0-SNAPSHOT/org.eclipse.m2e.archetype.common-1.16.0-SNAPSHOT.jar
[INFO] Installing /Users/Andrew/git/m2e-core/m2e-maven-runtime/org.eclipse.m2e.archetype.common/pom.xml to /Users/Andrew/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.archetype.common/1.16.0-SNAPSHOT/org.eclipse.m2e.archetype.common-1.16.0-SNAPSHOT.pom
[INFO
[INFO] --- maven-bundle-plugin:5.1.1:install (default-install) @ org.eclipse.m2e.archetype.common ---
[INFO] Installing org/eclipse/m2e/org.eclipse.m2e.archetype.common/1.16.0-SNAPSHOT/org.eclipse.m2e.archetype.common-1.16.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO
[INFO] -----------< org.eclipse.m2e:org.eclipse.m2e.maven.indexer >------------
[INFO] Building Nexus Indexer Bundle 1.16.0-SNAPSHOT                      [3/5]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.maven.indexer ---
[INFO] Deleting /Users/Andrew/git/m2e-core/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target
[INFO
[INFO] --- exec-maven-plugin:3.0.0:exec (default) @ org.eclipse.m2e.maven.indexer ---
[INFO
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.m2e.maven.indexer ---
[INFO
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.maven.indexer ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.m2e.maven.indexer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /Users/Andrew/git/m2e-core/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target/classes
[INFO
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.maven.indexer ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/Andrew/git/m2e-core/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/src/test/resources
[INFO
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.m2e.maven.indexer ---
[INFO] No sources to compile
[INFO
[INFO] --- maven-surefire-plugin:2.8:test (default-test) @ org.eclipse.m2e.maven.indexer ---
[INFO] Tests are skipped.
[INFO
[INFO] --- maven-bundle-plugin:5.1.1:bundle (default-bundle) @ org.eclipse.m2e.maven.indexer ---
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.16.0-SNAPSHOT : Split package, multiple jars provide the same package:org/apache/maven/index
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:indexer-core]
Class path         [Jar:., Jar:indexer-core, Jar:indexer-artifact, Jar:lucene-core, Jar:lucene-highlighter, Jar:org.eclipse.sisu.plexus, Jar:cdi-api, Jar:jsr250-api, Jar:javax.inject, Jar:org.eclipse.sisu.inject, Jar:plexus-component-annotations, Jar:plexus-classworlds, Jar:plexus-utils]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.16.0-SNAPSHOT : Host org.eclipse.m2e.maven.runtime=bundle-version="[1.16.0,1.17.0)" for this fragment/require bundle cannot be found on the classpath
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.16.0-SNAPSHOT : Host org.eclipse.m2e.archetype.common=bundle-version="[1.16.0,1.17.0)" for this fragment/require bundle cannot be found on the classpath
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.16.0-SNAPSHOT : Invalid package name: 'META-INF.plexus' in Export-Package
[INFO
[INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.eclipse.m2e.maven.indexer ---
[INFO
[INFO] --- tycho-p2-extras-plugin:2.0.0:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.maven.indexer ---
[INFO
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.maven.indexer ---
[INFO] Installing /Users/Andrew/git/m2e-core/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target/org.eclipse.m2e.maven.indexer-1.16.0-SNAPSHOT.jar to /Users/Andrew/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.maven.indexer/1.16.0-SNAPSHOT/org.eclipse.m2e.maven.indexer-1.16.0-SNAPSHOT.jar
[INFO] Installing /Users/Andrew/git/m2e-core/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/pom.xml to /Users/Andrew/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.maven.indexer/1.16.0-SNAPSHOT/org.eclipse.m2e.maven.indexer-1.16.0-SNAPSHOT.pom
[INFO
[INFO] --- maven-bundle-plugin:5.1.1:install (default-install) @ org.eclipse.m2e.maven.indexer ---
[INFO] Installing org/eclipse/m2e/org.eclipse.m2e.maven.indexer/1.16.0-SNAPSHOT/org.eclipse.m2e.maven.indexer-1.16.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO
[INFO] -----------< org.eclipse.m2e:org.eclipse.m2e.maven.runtime >------------
[INFO] Building Embedded Maven Runtime Bundle 1.16.0-SNAPSHOT             [4/5]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.maven.runtime ---
[INFO] Deleting /Users/Andrew/git/m2e-core/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/target
[INFO
[INFO] --- exec-maven-plugin:3.0.0:exec (default) @ org.eclipse.m2e.maven.runtime ---
[INFO
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.m2e.maven.runtime ---
[INFO
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.maven.runtime ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.m2e.maven.runtime ---
[INFO] No sources to compile
[INFO
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.maven.runtime ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/Andrew/git/m2e-core/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/src/test/resources
[INFO
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.m2e.maven.runtime ---
[INFO] No sources to compile
[INFO
[INFO] --- maven-surefire-plugin:2.8:test (default-test) @ org.eclipse.m2e.maven.runtime ---
[INFO] Tests are skipped.
[INFO
[INFO] --- maven-bundle-plugin:5.1.1:bundle (default-bundle) @ org.eclipse.m2e.maven.runtime ---
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.artifact is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.collection is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.connector.basic is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.deployment is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.graph is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.impl is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.impl.guice is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.installation is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.metadata is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.repository is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.resolution is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.spi.connector is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.spi.connector.checksum is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.spi.connector.layout is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.spi.connector.transport is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.spi.io is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.spi.localrepo is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.spi.locator is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.spi.log is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.transfer is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.transform is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.transport.wagon is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.artifact is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.concurrency is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.filter is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.graph.manager is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.graph.selector is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.graph.transformer is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.graph.traverser is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.graph.version is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.graph.visitor is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.listener is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.repository is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.version is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.version is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Host org.eclipse.m2e.maven.runtime.slf4j.simple=bundle-version="[1.16.0,1.17.0)" for this fragment/require bundle cannot be found on the classpath
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Host javax.inject=bundle-version="1.0.0";visibility:=reexport for this fragment/require bundle cannot be found on the classpath
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.cli,  has 1,  private references [org.apache.commons.cli]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.extension.internal,  has 1,  private references [org.eclipse.sisu]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.model.building,  has 1,  private references [org.eclipse.sisu]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.shared.utils,  has 1,  private references [javax.annotation]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.shared.utils.cli,  has 1,  private references [javax.annotation]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.shared.utils.introspection,  has 1,  private references [javax.annotation]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.shared.utils.io,  has 1,  private references [javax.annotation]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.shared.utils.xml,  has 2,  private references [javax.annotation, org.apache.commons.io.output]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.codehaus.plexus,  has 1,  private references [org.eclipse.sisu.plexus]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.codehaus.plexus.component.configurator.converters.special,  has 1,  private references [org.codehaus.classworlds]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.codehaus.plexus.component.factory,  has 1,  private references [org.codehaus.classworlds]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.codehaus.plexus.logging,  has 1,  private references [org.eclipse.sisu.bean]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.sonatype.plexus.components.cipher,  has 1,  private references [javax.enterprise.inject]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export io.takari.aether.connector,  has 1,  private references [org.eclipse.sisu]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Invalid package name: 'META-INF.plexus' in Export-Package
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Invalid package name: 'META-INF.sisu' in Export-Package
[INFO
[INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.eclipse.m2e.maven.runtime ---
[INFO
[INFO] --- tycho-p2-extras-plugin:2.0.0:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.maven.runtime ---
[INFO
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.maven.runtime ---
[INFO] Installing /Users/Andrew/git/m2e-core/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/target/org.eclipse.m2e.maven.runtime-1.16.0-SNAPSHOT.jar to /Users/Andrew/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.maven.runtime/1.16.0-SNAPSHOT/org.eclipse.m2e.maven.runtime-1.16.0-SNAPSHOT.jar
[INFO] Installing /Users/Andrew/git/m2e-core/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml to /Users/Andrew/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.maven.runtime/1.16.0-SNAPSHOT/org.eclipse.m2e.maven.runtime-1.16.0-SNAPSHOT.pom
[INFO
[INFO] --- maven-bundle-plugin:5.1.1:install (default-install) @ org.eclipse.m2e.maven.runtime ---
[INFO] Installing org/eclipse/m2e/org.eclipse.m2e.maven.runtime/1.16.0-SNAPSHOT/org.eclipse.m2e.maven.runtime-1.16.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO
[INFO] -----< org.eclipse.m2e:org.eclipse.m2e.maven.runtime.slf4j.simple >-----
[INFO] Building SLF4J-simple bundle 1.16.0-SNAPSHOT                       [5/5]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO] Deleting /Users/Andrew/git/m2e-core/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/target
[INFO
[INFO] --- exec-maven-plugin:3.0.0:exec (default) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO] No sources to compile
[INFO
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/Andrew/git/m2e-core/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/src/test/resources
[INFO
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO] No sources to compile
[INFO
[INFO] --- maven-surefire-plugin:2.8:test (default-test) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO] Tests are skipped.
[INFO
[INFO] --- maven-bundle-plugin:5.1.1:bundle (default-bundle) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO
[INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO
[INFO] --- tycho-p2-extras-plugin:2.0.0:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO] Installing /Users/Andrew/git/m2e-core/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/target/org.eclipse.m2e.maven.runtime.slf4j.simple-1.16.0-SNAPSHOT.jar to /Users/Andrew/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.maven.runtime.slf4j.simple/1.16.0-SNAPSHOT/org.eclipse.m2e.maven.runtime.slf4j.simple-1.16.0-SNAPSHOT.jar
[INFO] Installing /Users/Andrew/git/m2e-core/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/pom.xml to /Users/Andrew/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.maven.runtime.slf4j.simple/1.16.0-SNAPSHOT/org.eclipse.m2e.maven.runtime.slf4j.simple-1.16.0-SNAPSHOT.pom
[INFO
[INFO] --- maven-bundle-plugin:5.1.1:install (default-install) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO] Installing org/eclipse/m2e/org.eclipse.m2e.maven.runtime.slf4j.simple/1.16.0-SNAPSHOT/org.eclipse.m2e.maven.runtime.slf4j.simple-1.16.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for M2E - Maven runtime bundles 1.16.0-SNAPSHOT:
[INFO
[INFO] M2E - Maven runtime bundles ........................ SUCCESS [  0.493 s]
[INFO] Maven Archetype Common Bundle ...................... SUCCESS [  2.181 s]
[INFO] Nexus Indexer Bundle ............................... SUCCESS [  1.070 s]
[INFO] Embedded Maven Runtime Bundle ...................... SUCCESS [  2.649 s]
[INFO] SLF4J-simple bundle ................................ SUCCESS [  0.179 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.835 s
[INFO] Finished at: 2020-09-17T20:36:04+01:00
[INFO] ------------------------------------------------------------------------

On 17 Sep 2020, at 08:28, Mickael Istria <mistria@xxxxxxxxxx> wrote:

Do i need to do something special to get it running inside eclipse?

Unfortunately yes, because the execution of the maven-bundle-plugin seems ignored by default in m2e, so its not participating to the Eclipse build.
You need to run `cd m2e-maven-runtime && mvn install`; then upon completion, refreshing the org.eclipse.m2e.maven.runtime and its siblings should populate the jars directory and allow further success.

--
Mickael Istria
Eclipse IDE developer, for Red Hat Developers
_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/m2e-dev


Back to the top