You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org> on 2007/05/14 21:30:16 UTC

[jira] Resolved: (WICKET-566) tests should be test

     [ https://issues.apache.org/jira/browse/WICKET-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Quenot resolved WICKET-566.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-rc1
         Assignee: Jean-Baptiste Quenot

> <scope>tests</scope> should be <scope>test</scope>
> --------------------------------------------------
>
>                 Key: WICKET-566
>                 URL: https://issues.apache.org/jira/browse/WICKET-566
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.0
>            Reporter: Wouter de Vaal
>         Assigned To: Jean-Baptiste Quenot
>            Priority: Trivial
>             Fix For: 1.3.0-rc1
>
>
> In pom.xml for extension, the following is a typo:
> 		<dependency>
> 			<groupId>org.apache.wicket</groupId>
> 			<artifactId>wicket</artifactId>
> 			<classifier>tests</classifier>
> 			<scope>tests</scope><------------ should be <scope>test</scope>
> 		</dependency>
> Now when using mvn eclipse:eclipse and mvn war I get an extra unnecessary test jar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.