This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Does running with -X provide any clues? Have you tried the same settings in another app?
As an aside, I wouldn't send email from Maven itself. I'd have Jenkins fire off the build and send an email after it was completed. That way only official builds would result in email notifications. Or just let interested parties subscribe to the RSS feed for the job in Jenkins. Or they could subscribe to the RSS feeds in Nexus (which is where we deploy our artifacts).
You will have to contact your IT department to find out the proper settings for connecting to the corporate email system. I have the same issue with the Exchange server in my company - I cannot programmatically access the same Exchange server that I access via Outlook. Instead, there is different server that was set up to handle programmatic connections, and I have to target that one.
linda russel
Ranch Hand
Joined: Jan 05, 2012
Posts: 86
posted
0
Thanks :-)
linda russel
Ranch Hand
Joined: Jan 05, 2012
Posts: 86
posted
0
i get the above error when my mvn test finishes. i do not understand why surefire-report.html is not getting generated !!!
my pom.xml is pasted below
what changes i need to do?
linda russel
Ranch Hand
Joined: Jan 05, 2012
Posts: 86
posted
0
is there any command i need to run to get the site folder and surefire-report.html under it?