Index: src/java/org/apache/maven/app/PluginManager.java
===================================================================
RCS file:
/home/cvspublic/jakarta-turbine-maven/src/java/org/apache/maven/app/Plug
inManager.java,v
retrieving revision 1.51
diff -r1.51 PluginManager.java
593,597d592
< if ( isGoalCached( eachGoal.getName() ) )
< {
< continue;
< }
<
677a673,674
>
> String spec = this.transientGoalsCache.getProperty(
eachGoal );
679c676,677
< pluginName = this.pluginsCache.getProperty( eachGoal );
---
> if ( spec == null ) {
> pluginName = this.pluginsCache.getProperty( eachGoal
);
681,685c679,684
< if ( pluginName != null )
< {
< loadPlugin( pluginName );
<
< prepForCallbacks( eachGoal );
---
> if ( pluginName != null )
> {
> loadPlugin( pluginName );
>
> prepForCallbacks( eachGoal );
> }
687c686
<
---
>
--
Alexei Barantsev, ISP RAS
E-mail: [EMAIL PROTECTED]
ICQ : 3959207
--
To unsubscribe, e-mail: <mailto:turbine-maven-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-maven-dev-help@;jakarta.apache.org>