Hi,
I don't have such a POM set up.
A first approach I would test would be:
* create your integration test classes in src/test/java
* exclude the it classes from unit testing
* package the it classes using the test-jar goal
excluding the regular unit test classes
In the integration test you would then include the generated test
package for the tests to run ...
Regards
Felix
On 09.02.2010 03:24, Andreas Schaefer wrote:
> Hi
>
> After getting my first Sling bundle deployed and tested with an integration
> test (more or less taken from what I found in the launchpad testing project)
> I was wondering if it would be possible to have the bundle code and its test
> code inside the same project / POM. Currently I need a second project in
> order to build the web test environment and to run it. For now I am stuck
> that the target/launchpad-bundles is not created.
>
> Does anybody has a example POM to set that up if possible ?
>
> Thanks - Andy Schaefer
>