mirror of https://github.com/apache/maven.git
Fixing error-reporting pointcuts for plugin manager changes I just checked in.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@646544 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
32a9c73445
commit
24af7274bc
|
@ -258,8 +258,8 @@ public privileged aspect LifecycleErrorReporterAspect
|
|||
|
||||
private pointcut pm_resolveTransitiveDependencies( MavenProject project,
|
||||
String scope ):
|
||||
execution( void DefaultPluginManager.resolveTransitiveDependencies( *, *, String, *, MavenProject ) )
|
||||
&& args( *, *, scope, *, project );
|
||||
execution( void DefaultPluginManager.resolveTransitiveDependencies( *, *, String, *, MavenProject, * ) )
|
||||
&& args( *, *, scope, *, project, * );
|
||||
|
||||
after( MavenProject project,
|
||||
String scope) throwing( ArtifactNotFoundException cause ):
|
||||
|
|
Loading…
Reference in New Issue