Verification of Files/Directories before starting the Compile-Phase

2008-07-30 Thread Christian Weber
Hi all, my Project needs some Files that must exist in a certain Place in order to a successful Compilation of the Project. Is there a Plugin, where i can specify Things like in the verifier Plugin? The verifier Plugin is used for the integration-test Phase, but i need something before the

Re: Verification of Files/Directories before starting the Compile-Phase

2008-07-30 Thread Michael Meyer
Hi, you can bind the maven-antrun-plugin to the 'validate' phase. michael Christian Weber wrote: Hi all, my Project needs some Files that must exist in a certain Place in order to a successful Compilation of the Project. Is there a Plugin, where i can specify Things like in the verifier