Author: brett
Date: Wed Jul  9 05:50:50 2014
New Revision: 1609019

URL: http://svn.apache.org/r1609019
Log:
need to be more specific here for some reason

Modified:
    
incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/NetPluginExecutableFactoryImpl.java

Modified: 
incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/NetPluginExecutableFactoryImpl.java
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/NetPluginExecutableFactoryImpl.java?rev=1609019&r1=1609018&r2=1609019&view=diff
==============================================================================
--- 
incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/NetPluginExecutableFactoryImpl.java
 (original)
+++ 
incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/NetPluginExecutableFactoryImpl.java
 Wed Jul  9 05:50:50 2014
@@ -63,7 +63,8 @@ public class NetPluginExecutableFactoryI
     private RepositoryExecutableContext repositoryExecutableContext;
 
     /**
-     * @plexus.requirement
+     * Need to force the type here, for some reason the component metadata 
plugin is getting confused
+     * @plexus.requirement role="npanday.vendor.StateMachineProcessor"
      */
     private StateMachineProcessor processor;
 


Reply via email to