Re: Maven enforcer rules with access to current project

2019-03-21 Thread Stephen Connolly
You can change the phase the execution is bound to to put it in the process-classes phase if your rule needs to validate the classes On Wed, 20 Mar 2019 at 15:43, Elliotte Rusty Harold wrote: > Yesterday one of our developers uncovered a major architectural flaw > in one of our projects. Before

Maven enforcer rules with access to current project

2019-03-20 Thread Elliotte Rusty Harold
Yesterday one of our developers uncovered a major architectural flaw in one of our projects. Before we back up and do something different I want to make sure our current thoughts are accurate. As best we can tell it seems that Maven enforcer rules cannot read the code from the current project (the