The documentation is a bit weak:

http://struts.apache.org/2.x/docs/config-browser-plugin.html

I'm guessing it's just a matter of adding the dependency to your pom.xml:

According to
http://mvnrepository.com/artifact/org.apache.struts/struts2-config-browser-plugin,
the coordinates are:

<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts2-config-browser-plugin</artifactId>
    <version>${struts.version}</version>
</dependency>

Matt

On Sun, Sep 13, 2009 at 3:41 PM, measwel <marek_karczew...@yahoo.com.au>wrote:

>
> How can I add the configuration-browser-plugin to appfuse?
> --
> View this message in context:
> http://www.nabble.com/how-can-I-add-a-plugin-to-appfuse-tp25427517s2369p25427517.html
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
> For additional commands, e-mail: users-h...@appfuse.dev.java.net
>
>

Reply via email to