git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@421312
13f79535-47bb-0310-9956-
ffa450edef68
<configuration>
<fileName>plexus.xml</fileName>
<containerDescriptor>true</containerDescriptor>
+ <roleDefaults>
+ <roleDefault>
+ <role>com.opensymphony.xwork.Action</role>
+ <instantiation-strategy>per-lookup</instantiation-strategy>
+ </roleDefault>
+ </roleDefaults>
</configuration>
<executions>
<execution>
/**
* Searches for searchString in all indexed fields.
*
- * @plexus.component role="com.opensymphony.xwork.Action" role-hint="quickSearchAction" instantiation-strategy="per-lookup"
+ * @plexus.component role="com.opensymphony.xwork.Action" role-hint="quickSearchAction"
*/
public class QuickSearchAction
extends ActionSupport
/**
* Configures the application.
*
- * @plexus.component role="com.opensymphony.xwork.Action" role-hint="configureAction" instantiation-strategy="per-lookup"
+ * @plexus.component role="com.opensymphony.xwork.Action" role-hint="configureAction"
*/
public class ConfigureAction
extends ActionSupport