Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [papyrus-rt-dev] Codegen nightly build failures and maven dependencies

Furthermore, it looks that the "missing" artifact is in the maven repo! See https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/ 




On Wed, Jun 1, 2016 at 1:00 PM Ernesto Posse <eposse@xxxxxxxxxxxxx> wrote:
The codegen nightly builds have been failing for a while, but the error seems to be with problems getting dependencies of maven plugins:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:3.0.0:clean (default-clean) on project umlrt.code-generator: Execution default-clean of goal org.apache.maven.plugins:maven-clean-plugin:3.0.0:clean failed: Plugin org.apache.maven.plugins:maven-clean-plugin:3.0.0 or one of its dependencies could not be resolved: Failed to collect dependencies at org.apache.maven.plugins:maven-clean-plugin:jar:3.0.0 -> org.apache.maven:maven-plugin-api:jar:3.0 -> org.apache.maven:maven-model:jar:3.0 -> org.codehaus.plexus:plexus-utils:jar:2.0.4: Failed to read artifact descriptor for org.codehaus.plexus:plexus-utils:jar:2.0.4: Could not transfer artifact org.codehaus.plexus:plexus-utils:pom:2.0.4 from/to central (https://repo.maven.apache.org/maven2): Connection reset -> [Help 1]

Does anyone have an idea why this is happening?

--
Ernesto Posse
Zeligsoft


Back to the top