Hi!
I'm working on a project where one of the requirements is to update a project to use Maven 2 instead of Maven 1. In the process of doing this I'm trying to learn how to use Maven, as it is new to me. This has become a bit of a problem because I have to deal with a corporate firewall. After reading various forum posts and web articles I think I have configured the settings.xml with the correct proxy settings, but I'm having some difficulties with the archetype plugin. When executing this command from the command line: mvn archetype:create -DgroupId=com.test.app -DartifactId=testapp the trace informes me of a java.lang.nullPointerException at org.apache.maven.plugin.DefaultPluginManager.addPlugin ... I'd post the entire stack tracke but can't access the paste buffer from the production network. I've searched all over the web for some info but can't seem to find a solution to the problem. I've installed Maven 2 on my laptop at home, and when turning off the firewall I experience no such problems. What am I doing wrong? -- View this message in context: http://www.nabble.com/Running-Maven-2.0.4-from-behing-a-firewall-tf2429049.html#a6772621 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
