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.47
diff -r1.47 PluginManager.java
649,653d648
< if ( isGoalCached( eachGoal.getName() ) )
< {
< continue;
< }
<
738a734,735
>
> String spec = this.transientGoalsCache.getProperty(
eachGoal );
740c737,738
< pluginName = this.pluginsCache.getProperty( eachGoal );
---
> if ( spec == null ) {
> pluginName = this.pluginsCache.getProperty( eachGoal
);
742,746c740,745
< if ( pluginName != null )
< {
< loadPlugin( pluginName );
<
< prepForCallbacks( eachGoal );
---
> if ( pluginName != null )
> {
> loadPlugin( pluginName );
>
> prepForCallbacks( eachGoal );
> }
--
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>