What would be a good approach to test an archetype project?
I'd like to have the test attached as a "unit" test to the archetype project itself. A minimal test would be to "instantiate" the archetype and to build the resulting project. So far I have been playing with the exec-maven-plugin to invoke Maven recursively, in the install phase. I have to do this in the install phase in order for the archetype to be visible.
It doesn't look very elegant to me.
Is there a better way to do this?
Thanks!
-Max


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to