mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-13 22:50:34 +00:00
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.apache.maven.daemon</groupId>
|
||||
<artifactId>mvnd</artifactId>
|
||||
<version>1.0-m9-SNAPSHOT</version>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>mvnd-logging</artifactId>
|
||||
@@ -76,7 +76,7 @@
|
||||
<artifactItem>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-slf4j-wrapper</artifactId>
|
||||
<version>${maven4.version}</version>
|
||||
<version>${maven.version}</version>
|
||||
<classifier>sources</classifier>
|
||||
</artifactItem>
|
||||
<artifactItem>
|
||||
|
@@ -29,11 +29,9 @@ import org.apache.maven.execution.ProjectExecutionEvent;
|
||||
import org.apache.maven.execution.ProjectExecutionListener;
|
||||
import org.apache.maven.lifecycle.LifecycleExecutionException;
|
||||
import org.apache.maven.lifecycle.internal.ReactorBuildStatus;
|
||||
import org.eclipse.sisu.Typed;
|
||||
|
||||
@Singleton
|
||||
@Named
|
||||
@Typed({LoggingExecutionListener.class, ExecutionListener.class, ProjectExecutionListener.class})
|
||||
public class LoggingExecutionListener implements ExecutionListener, ProjectExecutionListener {
|
||||
|
||||
private ExecutionListener delegate;
|
||||
|
Reference in New Issue
Block a user