Hello all. I am trying to create an archetype with two modules, one main and one itest. I would like to have the itest module only active when run with a profile.
In my original project, the root pom includes a part like this:
<profiles>
<profile>
<id>itest</id>
<modules>
<module>itest</module>
</modules>
</profile>
</profiles>
However, in the archetype-metadata.xml reference there is nothing mentioned
about profiles.
Is there anyway accomplish this?
Best Regards
/Thomas
