Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[papyrus-rt-dev] New Errors: Missing artifacts after merging 72033

I think change 72033 might have been merging too soon.

Now I get a lot of errors in my workbench in almost all plugins, mostly missing artifacts: e.g.

Description Resource Path Location Type
Missing artifact javax.annotation:jsr250-api:jar:1.0 pom.xml /org.eclipse.papyrusrt.codegen line 1 Maven Dependency Problem
Missing artifact aopalliance:aopalliance:jar:1.0 pom.xml /org.eclipse.papyrusrt.codegen line 1 Maven Dependency Problem
Missing artifact com.google.guava:guava:jar:14.0.1 pom.xml /org.eclipse.papyrusrt.xtumlrt.xtext.feature line 1 Maven Dependency Problem
Missing artifact com.google.inject:guice:jar:3.0 pom.xml /org.eclipse.papyrusrt.codegen line 1 Maven Dependency Problem
Missing artifact javax.enterprise:cdi-api:jar:1.0 pom.xml /org.eclipse.papyrusrt.codegen line 1 Maven Dependency Problem

and in every pom.xml I get:

On the <parent>:

- Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:build-helper-maven-plugin:1.7:add-source (execution: add-source, phase: generate-

sources)

- Plugin execution not covered by lifecycle configuration: org.eclipse.tycho:tycho-compiler-plugin:0.24.0:compile (execution: default-compile, phase: compile)

On <packaging>:

- Plugin execution not covered by lifecycle configuration: org.eclipse.tycho:tycho-packaging-plugin:0.24.0:validate-id (execution: default-validate-id, phase: validate)

- Plugin execution not covered by lifecycle configuration: org.eclipse.tycho:tycho-packaging-plugin:0.24.0:build-qualifier (execution: default-build-qualifier, phase: validate)

- Plugin execution not covered by lifecycle configuration: org.eclipse.tycho:tycho-packaging-plugin:0.24.0:validate-version (execution: default-validate-version, phase: 

validate)


What happened? And how do we fix it?

Do we need to update the Oomph .setup files as well for the dependencies?


Back to the top