[
https://issues.apache.org/jira/browse/DELTASPIKE-715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Juliano Marques updated DELTASPIKE-715:
---------------------------------------
Summary: Documentation - Test Control module documentation issues (was:
Documentation - Wrong Maven scopes for Test Control module)
> 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
>
> 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}
> So, the Maven artifacts scopes in central documentation page are wrong, must
> be *test*, like test-control-module documentation page.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)