I'm trying to use the JAR over-ride feature wh/ I have enabled in the
project.properties file. Below is a project.xml snippet with the
generated output. Please tell me that I've got something obviously wrong
in my dependency grammar..... (My XML editor confirms that the entire
project.xml is well-formed). TIA
<dependencies>
<dependency>
<groupid>java/thirdparty/lawson</groupid>
<artifactid>navigator</artifactid>
<type>jar</type>
<version>0.9.1</version>
<url>http://cvs.lawson.com/</url>
</dependency>
</dependencies>
generates the follwing output....
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0-beta-10
java.lang.NullPointerException
at
org.apache.maven.project.Project.standardToLegacyId(Project.java:1587)
at
org.apache.maven.ArtifactListBuilder.build(ArtifactListBuilder.java:95)
at
org.apache.maven.project.Project.buildArtifactList(Project.java:1469)
at org.apache.maven.project.Project.initialize(Project.java:1292)
at org.apache.maven.MavenUtils.getProject(MavenUtils.java:249)
at org.apache.maven.MavenUtils.getProject(MavenUtils.java:160)
at
org.apache.maven.MavenSession.initializeRootProject(MavenSession.java:324)
at org.apache.maven.MavenSession.initialize(MavenSession.java:234)
at org.apache.maven.cli.App.doMain(App.java:514)
at org.apache.maven.cli.App.main(App.java:1088)
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:324)
at com.werken.forehead.Forehead.run(Forehead.java:543)
at com.werken.forehead.Forehead.main(Forehead.java:573)
Total time: 4 seconds
Mike McGowan
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]