Hi Amalka, Having the parent pom is orthogonal to being able to run the integration test independently. This is because in Maven parents can have unknown children. Only the child pom needs to know about the parent pom. It is good to include the parent pom to eliminate repetitions.
thanks, dimuthu On Wed, Sep 24, 2014 at 7:48 PM, Amalka Subasinghe <[email protected]> wrote: > Hi, > > I have added test framework to the App Factory, in a way to run the > integration module as a separate module. > (added all the required dependencies to the pom file, which is under the > integration folder, and removed the parent tag from it [knowing this is not > the best practice]. So we can separately run the platform tests on the App > Factory setup and it will not execute in the build server.) > > What is the correct way to do this? > > Thanks > Amalka > > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Dimuthu Leelarathne Architect & Product Lead of App Factory WSO2, Inc. (http://wso2.com) email: [email protected] Mobile : 0773661935 Lean . Enterprise . Middleware
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
