eyal edri wrote:
I'm new to Java and maven and currently in the process of building the
entire infrastructure for java development in the company.
i'm not quite familiar with JUnit, but i know maven makes it easy for you by
creating default test tree and test classes in each project.
where can i read about best practices regarding writing unit tests for my
java apps using JUnit with MAVEN?
thanks.
Start with:
http://maven.apache.org/guides/getting-started/index.html
http://code.google.com/p/t2framework/wiki/JUnitQuickTutorial
I you are building an infrastructure, aside from JUnit and Maven
knowledge, you will (probably) need to install, in order of importance:
1. Version control system such as Subversion
2. Maven ropository, such as Apache Archiva, Artifactory or Nexus
3. Mailing list manager, such as Mailman
4. Issue tracking system, such as Trac
5. Continuos integration system, such as Apache Continuum
Regards,
Ognjen
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]