d, 9 Jan 2013 09:37:02 +0200
> From: christina.kasko...@eurodyn.com
> To: mgai...@hotmail.com
> CC: u...@struts.apache.org; users@maven.apache.org
> Subject: Re: Using Struts2 OSGi plugin with GlassFish
>
> Hi Martin.
>
> In struts2-osgi-plugin.jar there is no .\META-INF\mave
Hi Martin.
In struts2-osgi-plugin.jar there is no .\META-INF\maven\plugin.xml file.
I assume you mean the .\struts-plugin.xml file? Also if I understand
correctly there is no existing implementation of the PackageProvider
which can work with GlassFish, I will just have to implement my own, is
The beauty of implementing a maven-plugin is that all attributes of the plugin
are configurable
open struts2-osgi-plugin.jar
edit
.\META-INF\maven\plugin.xml
look for
as long as your com.opensymphony.xwork2.config.PackageProvider (felix provider)
implements
interfacescom.opensymphony.xwork2.co