You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Gerhard Petracek (JIRA)" <ji...@apache.org> on 2014/09/11 10:56:34 UTC

[jira] [Resolved] (DELTASPIKE-715) Documentation - Test Control module documentation issues

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

Gerhard Petracek resolved DELTASPIKE-715.
-----------------------------------------
    Resolution: Fixed

> Documentation - Test Control module documentation issues
> --------------------------------------------------------
>
>                 Key: DELTASPIKE-715
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-715
>             Project: DeltaSpike
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Juliano Marques
>
> 1 - In https://deltaspike.apache.org/test-control.html
> {code:xml}
> <dependency>
>     <groupId>org.apache.deltaspike.modules</groupId>
>     <artifactId>deltaspike-test-control-module-api</artifactId>
>     <version>${ds.version}</version>
>     <scope>test</scope>
> </dependency>
> <dependency>
>     <groupId>org.apache.deltaspike.modules</groupId>
>     <artifactId>deltaspike-test-control-module-impl</artifactId>
>     <version>${ds.version}</version>
>     <scope>test</scope>
> </dependency>
> {code}
> In https://deltaspike.apache.org/documentation.html#test-control-module *(wrong)*:
> {code:xml}
> <dependency>
>     <groupId>org.apache.deltaspike.modules</groupId>
>     <artifactId>deltaspike-test-control-module-api</artifactId>
>     <version>${deltaspike.version}</version>
>     <scope>compile</scope> <-- Here, is the problem.
> </dependency>
> <dependency>
>     <groupId>org.apache.deltaspike.modules</groupId>
>     <artifactId>deltaspike-test-control-module-impl</artifactId>
>     <version>${deltaspike.version}</version>
>     <scope>runtime</scope> <-- Here, is the problem.
> </dependency>
> {code}
> The scopes must be *test*, like test-control-module documentation page.
> 2 - In https://deltaspike.apache.org/test-control.html
> {code:xml}
> <dependency>
>     <groupId>org.apache.deltaspike.cdictrl</groupId>
>     <artifactId>deltaspike-cdictrl-weld</artifactId>
>     <version>${ds.version}</version>
>     <scope>runtime</scope> <-- Here is the problem
> </dependency>
> {code}
> The scope must be *test*, like OpenWebBeans artifact.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)