You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Martin Gilday <ma...@imap.cc> on 2006/12/07 11:43:14 UTC

Archiva Install

I am trying to install Archiva by following this guide [1].  I have
checked out the trunk and installed all the javax jars as instructed. 
However when I run mvn install I always get a problem regarding
javax.activation.  I have narrowed this down to it coming from
"archiva-plexus-runtime" module.  The stack trace below shows the full
fatal message.

Any advice on what could be wrong?  I have checked my local repo and
javax.activation exists with version 1.0.2 jar inside.


[INFO]
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Could not version for artifact: javax.activation:activation.
[INFO]
------------------------------------------------------------------------
[INFO] Trace
java.lang.RuntimeException: Could not version for artifact:
javax.activation:activation.
        at
        org.codehaus.plexus.builder.AbstractBuilder.resolveVersion(AbstractBuilder.java:317)
        at
        org.codehaus.plexus.builder.AbstractBuilder.getCoreArtifacts(AbstractBuilder.java:240)
        at
        org.codehaus.plexus.builder.runtime.DefaultPlexusRuntimeBuilder.build(DefaultPlexusRuntimeBuilder.java:159)
        at
        org.codehaus.plexus.maven.plugin.runtime.RuntimeAssemblerMojo.execute(RuntimeAssemblerMojo.java:94)
        at
        org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
        at
        org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
        at
        org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475)
        at
        org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
        at
        org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
        at
        org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
        at
        org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
        at
        org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
        sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
        sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at
        org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at
        org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)



[1]http://maven.apache.org/archiva/guides/getting-started/index.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org