Please try running mvn site and mvn site:stage-deploy and mvn -P apache-release clean install and verifying all of those work.
Ralph On Aug 24, 2013, at 11:23 PM, Remko Popma <[email protected]> wrote: > I got mvn eclipse:eclipse to work! This generated the files needed to make > every module a separate Eclipse project, with the right dependencies and > everything. I sampled some JUnit tests and they also seem to run. This would > be a lot easier to work with for me. > > I had to make one change to get mvn eclipse:eclipse to run: > in samples/flume-embedded/pom.xml and samples/flume-remote/pom.xml, > replace the ${basedir} variable with ../.. > Ralph, would you mind if I commit that change? I attached the full diff > (mvn_eclipse.patch). > > Remko > > > > On Thu, Aug 15, 2013 at 8:56 PM, Gary Gregory <[email protected]> wrote: >> Fwiw, debugging from within eclipse works except for some cases which >> I've written about here before but can't quite recall ATM. >> >> Gary >> >> On Aug 15, 2013, at 3:05, Ralph Goers <[email protected]> wrote: >> >> > As I think I've said before, I use IntelliJ so this may or may not help >> > you, but I always debug using -Dmaven.surefire.debug set for remote >> > debugging and then attach to it from IntelliJ. I don't know why but I do >> > this for everything, including debugging stuff in JBoss or Tomcat or unit >> > tests. >> > >> > Ralph >> > >> > On Aug 14, 2013, at 6:30 PM, Remko Popma wrote: >> > >> >> I don't mean to start a discussion on which IDE is best (please). >> >> >> >> Does anyone have a way to set up the log4j2 project in Eclipse so that >> >> all modules compile? And can you send me the Eclipse config files to >> >> accomplish that? >> >> >> >> I currently manually update the classpath by pointing to jars in my local >> >> .m2/repository but it's a pain to keep this up to date. Surely there is a >> >> better way? >> >> >> >> Also, is anyone able to run all JUnit test in their IDE? >> >> Some JUnit tests I can run locally in my IDE (which means I can run them >> >> in the debugger) but many others only pass when run in Maven (which means >> >> I *cannot* run them in the debugger...) >> >> >> >> Remko >> > >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [email protected] >> > For additional commands, e-mail: [email protected] >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] > > <mvn_eclipse.patch> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]
