[ 
https://issues.apache.org/jira/browse/KARAF-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456722#comment-13456722
 ] 

Freeman Fang commented on KARAF-1834:
-------------------------------------

Hi,

We can publish the test-jar also, afterwards you can add dependency like
{code}
<dependency>
  <groupId>org.apache.karaf.itests</groupId>
   <artifactId>itests</artifactId>
  <version>{version}</version>
  <type>test-jar</type>
  <scope>test</scope>
</dependency>
{code}
to use KarafTestSupport
                
> Make KarafTestSupport available externally
> ------------------------------------------
>
>                 Key: KARAF-1834
>                 URL: https://issues.apache.org/jira/browse/KARAF-1834
>             Project: Karaf
>          Issue Type: Bug
>            Reporter: Alan Foster
>
> Currently the org.apache.karaf.itests KarafTestSupportjava class is inside 
> the test package and therefore not exported by maven. It would be useful to 
> use the executeCommand methods for junit tests

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to