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

Juliano Marques updated DELTASPIKE-715:
---------------------------------------
    Description: 
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.

  was:
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>
</dependency>
{code}

The scope must be *test*, like OpenWebBeans artifact.


> 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)

Reply via email to