manirathnamgowd / soi-toolkit

Automatically exported from code.google.com/p/soi-toolkit
0 stars 0 forks source link

Update test-stub project templates to use spring 3.1 profiles #296

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Issue 266 introduced the following spring profiles in the 
src/main/app/<ic-name>-common.xml file:
- soitoolkit-integrationtests
- soitoolkit-teststubs

The test-stub template project needs to be to use spring profiles.

Also fix:
a) Document test-stub projects on the wiki.
  Note: Some rudimentary docs for the generator exists on:
  http://code.google.com/p/soi-toolkit/wiki/UG_UsingGenerator_genICTS
Document why a "core" artifact is generated (see comments in pom.xml for a 
generated IC).

b) Add generation of test-source artifacts to maven build to make it possible 
to access src for test-dependencies to a test-stub project.
  Note: currently one source-artifacts from main is generated

Original issue reported on code.google.com by hakan.dahl@gmail.com on 8 Sep 2012 at 8:48

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r1722.

Use spring profiles to load teststubs.

Remains: activate the teststub-profile when deploying into a Mule-standalone 
instance.

Original comment by hakan.dahl@gmail.com on 8 Sep 2012 at 11:54

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r1724.

Teststubs are now always loaded, Spring-profiles are not used or activated.

Original comment by hakan.dahl@gmail.com on 10 Sep 2012 at 8:31

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1766.

Original comment by hakan.dahl@gmail.com on 3 Oct 2012 at 9:41