On Tue, May 21, 2013 at 01:50:19PM +0200, Matthias Wessendorf wrote:
> On Tue, May 21, 2013 at 1:38 PM, Kris Borchers <kris@redhat.com> wrote:
> > To me, the src directory is for just that, source, and should never beAt least in Java lands, the tests are written using source code :P
> > cluttered with tests.
Have y'all considered using maven-failsafe-plugin[1]? In this case, the
> in maven, it's default that SOURCE code goes to "src/main/$LANGUAGE"; tests
> (unit tests) go to "src/test/$LANGUAGE"
integration tests only run when you invoke mvn verify (and a name
pattern can be specified for the integration tests)
[1]:http://maven.apache.org/surefire/maven-failsafe-plugin/index.html
--
qmx
_______________________________________________
aerogear-dev mailing list
aerogear-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev