[
https://issues.apache.org/activemq/browse/AMQ-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51251#action_51251
]
Finn J Johnsen commented on AMQ-2211:
-------------------------------------
The activeio-core test-jar bundles a log4j.properties which made our
application log to output to /target/test.log. This is what got us chasing this
test-jar today.
> activemq-core activeio-core test-jar
> ------------------------------------
>
> Key: AMQ-2211
> URL: https://issues.apache.org/activemq/browse/AMQ-2211
> Project: ActiveMQ
> Issue Type: Bug
> Affects Versions: 5.1.0
> Reporter: Finn J Johnsen
>
> activemq-core has the following 2 dependecies to activeio-core:
> <dependency>
> <groupId>${pom.groupId}</groupId>
> <artifactId>activeio-core</artifactId>
> <optional>false</optional>
> </dependency>
> ...
> <dependency>
> <groupId>${pom.groupId}</groupId>
> <artifactId>activeio-core</artifactId>
> <optional>false</optional>
> <type>test-jar</type>
> </dependency>
> The <type>test-jar</type>dependency should also be <scope>test</test>. With
> the current setting, you get the test-jar bundled (transitively) when
> including activemq-core.
> Correct me if i'm wrong...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.