Thx for the info. Fixed in svn head.
 

----- Original Message ----
From: Wendy Smoak <[EMAIL PROTECTED]>
To: dev@struts.apache.org
Sent: Monday, 4 September, 2006 12:20:33 PM
Subject: Re: svn commit: r439910 - in 
/struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src:
 main/java/ main/java/com/ test/java/ test/java/com/

On 9/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Author: tmjee
> Date: Sun Sep  3 19:58:55 2006
> New Revision: 439910
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=439910


struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/java/IndexAction.java
Sun Sep  3 19:58:55 2006
> @@ -15,7 +15,7 @@
>   * See the License for the specific language governing permissions and
>   * limitations under the License.
>   */
> -package com.myComp.myApp;
> +package ${groupId};

This should be: package ${package} , else it won't work with:

mvn archetype:create -DgroupId=org.example -DpackageName=org.example.myproject

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





Reply via email to