mirror of https://github.com/apache/maven.git
restore public interface
This commit is contained in:
parent
4a39c02156
commit
81619e6f1a
|
@ -29,7 +29,7 @@ import org.apache.maven.lifecycle.LifecycleExecutionException;
|
|||
* @since 3.1.2
|
||||
* @provisional This interface is part of work in progress and can be changed or removed without notice.
|
||||
*/
|
||||
interface ProjectExecutionListener
|
||||
public interface ProjectExecutionListener
|
||||
{
|
||||
void beforeProjectExecution( ProjectExecutionEvent event )
|
||||
throws LifecycleExecutionException;
|
||||
|
|
Loading…
Reference in New Issue