Hmmm.... It's possible that I'm using **too new** a version of Maven. Never thought of that.

--Jeff

Jeffrey Trimble
System LIbrarian
William F.  Maag Library
Youngstown State University
330.941.2483 (Office)
[email protected]
http://www.maag.ysu.edu
http://digital.maag.ysu.edu



On Apr 15, 2009, at 1:55 PM, Martin Gainty wrote:


Jeff-
looks like someone scrambled your pom.xml
can you use the previous version 2.0 or possibly 1.9x
?
Martin
______________________________________________
Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note de déni et de confidentialité This message is confidential. If you should not be the intended receiver, then we ask politely to report. Each unauthorized forwarding or manufacturing of a copy is inadmissible. This message serves only for the exchange of information and has no legal binding effect. Due to the easy manipulation of emails we cannot take responsibility over the the contents. Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.






Date: Wed, 15 Apr 2009 13:20:07 -0400
From: [email protected]
Subject: Fatal Error
To: [email protected]

I'm attempting to run mvn package and receive a FATAL ERROR.

Some particulars:

Maven version: 2.0.10
Java version: 1.6.0
OS name: "aix" version: "5.3" arch: "ppc" Family: "unix"

This is IBM's jdk implementation.  So the question is there a fix,
workaround, or something else that I need to be
examining to make it work?  This is all new to me, so I would be
grateful for any assistance.

My error:

[INFO]
------------------------------------------------------------------------
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.pom
11K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/11/maven-plugins-11.pom
10K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom
23K downloaded
Downloading: http://repo1.maven.org/maven2/org/apache/apache/4/apache-4.pom
4K downloaded
[INFO]
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------------------
[INFO] null
[INFO]
------------------------------------------------------------------------
[INFO] Trace
java.lang.ArrayIndexOutOfBoundsException
        at java.util.ArrayList.contains(Unknown Source)
        at
org.apache.maven.project.ModelUtils.orderAfterMerge(ModelUtils.java: 232)
        at
org.apache.maven.project.ModelUtils.mergePluginLists(ModelUtils.java:
197)
        at
org
.apache
.maven
.project
.inheritance
.DefaultModelInheritanceAssembler
.assembleBuildInheritance(DefaultModelInheritanceAssembler.java:369)
        at
org
.apache
.maven
.project
.inheritance
.DefaultModelInheritanceAssembler
.assembleModelInheritance(DefaultModelInheritanceAssembler.java:168)
        at
org
.apache
.maven
.project
.inheritance
.DefaultModelInheritanceAssembler
.assembleModelInheritance(DefaultModelInheritanceAssembler.java:61)
        at
org
.apache
.maven
.project
.DefaultMavenProjectBuilder
.buildInternal(DefaultMavenProjectBuilder.java:851)
        at
org
.apache
.maven
.project
.DefaultMavenProjectBuilder
.buildFromRepository(DefaultMavenProjectBuilder.java:252)
        at
org
.apache
.maven
.plugin
.DefaultPluginManager
.checkRequiredMavenVersion(DefaultPluginManager.java:265)
        at
org
.apache
.maven
.plugin
.DefaultPluginManager .verifyVersionedPlugin(DefaultPluginManager.java:
197)
        at
org
.apache
.maven
.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java: 176)
        at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:
1275)
        at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor
.getMojoDescriptor(DefaultLifecycleExecutor.java:1543)
        at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor
.bindLifecycleForPackaging(DefaultLifecycleExecutor.java:1034)
        at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor
.constructLifecycleMappings(DefaultLifecycleExecutor.java:998)
        at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java: 478)
        at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor
.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
        at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor
.executeTaskSegments(DefaultLifecycleExecutor.java:292)
        at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:
336)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java: 129)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun
.reflect .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
45)
        at
sun
.reflect
.DelegatingMethodAccessorImpl .invoke(DelegatingMethodAccessorImpl.java:
25)
        at java.lang.reflect.Method.invoke(Method.java:612)
        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)
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Wed Apr 15 07:31:51 GMT-05:00 2009
[INFO] Final Memory: 7M/18M
[INFO]
------------------------------------------------------------------------

Jeffrey Trimble
System LIbrarian
William F.  Maag Library
Youngstown State University
330.941.2483 (Office)
[email protected]
http://www.maag.ysu.edu
http://digital.maag.ysu.edu




_________________________________________________________________
Windows Live™: Keep your life in sync.
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_allup_1a_explore_042009

Reply via email to