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

[jira] [Updated] (DELTASPIKE-715) Documentation - Wrong Maven scopes for Test Control module

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

Juliano Marques updated DELTASPIKE-715:
---------------------------------------
    Summary: Documentation - Wrong Maven scopes for Test Control module  (was: Documentation - Wrong Maven artifact scopes for Test Control Module)

> Documentation - Wrong Maven scopes for Test Control module
> ----------------------------------------------------------
>
>                 Key: DELTASPIKE-715
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-715
>             Project: DeltaSpike
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Juliano Marques
>
> In https://deltaspike.apache.org/test-control.html:
> <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>
> In https://deltaspike.apache.org/documentation.html#test-control-module(wrong):
> <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>



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