Hi Martin,
> > Martin Heiden wrote: >> >> Hi! >> >> David Legg schrieb: >>> >>>> I'm behind a proxy, could be this the source of the problem >>> >>> Is this new info that you omitted to tell us?!!! ;-) >>> >>> I'm not a subversion expert and I'm not personally behind a proxy here >>> but I did notice that you have to make some adjustments if you are >>> behind a proxy. See here [1] for more info. >>> >> >> I think that the subversion checkout works well, but maven is the >> problem. But at http://maven.apache.org/settings.html you'll find the >> answer, if the proxy causes your problem. >> >> Maybe you should try the following: >> >> Correctly configure maven to use the proxy. >> > > I've configured the proxy editing the file settings.xml of maven2: > <proxies> > <proxy> > <id>tproxy</id> > <active>true</active> > <protocol>http</protocol> > <host>127.0.0.1</host> > <port>5865</port> > </proxy> > </proxies> > > I use ntlmaps to cross the proxy... > > > > > >> Then try this command: >> >> mvn -Dmaven.test.skip=true clean package install >> >> Or even better, run the tests... >> >> mvn clean package install >> > > I've tried this new option and again it crashed in the same place. :S > > > >> The problem seems to be that maven is looking for a jar which should be >> produced in the package-phase. So it may be necessary to specify package >> explicitly. >> >> Good Luck >> >> Martin >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > -- View this message in context: http://www.nabble.com/C22---Maven-artifact-missing-tp17780552p19284820.html Sent from the Cocoon - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
