Thanks for the fast response. I did not know there was such a thing. It is
working great now.
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-convention-plugin</artifactId>
<version>2.1.6</version>
</dependency>
Norris Shelton
Software Engineer
Sun Certified Java 1.1 Programmer
Shelton Consulting, LLC
ICQ# 26487421
AIM NorrisEShelton
YIM norrisshelton
________________________________
From: Dave Newton <[email protected]>
To: Struts Users Mailing List <[email protected]>
Sent: Wednesday, January 14, 2009 12:11:46 PM
Subject: Re: Convention plugin example
Norris Shelton wrote:
> Does anyone know of a basic hello world application that uses the
> Convention plugin and Maven. I am having trouble getting any of my
> actions to be registered.
>
> Here is the S2 related dependencies from my pom.xml
> <!--Struts2-->
> <dependency>
> <groupId>org.apache.struts</groupId>
> <artifactId>struts2-core</artifactId>
> <version>2.1.6</version>
> </dependency>
> <dependency>
> <groupId>org.apache.struts</groupId>
> <artifactId>struts2-spring-plugin</artifactId>
> <version>2.1.6</version>
> </dependency>
> <dependency>
> <groupId>org.apache.struts</groupId>
> <artifactId>struts2-config-browser-plugin</artifactId>
> <version>2.1.2</version>
> </dependency>
Where's the convention plugin?
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]