[jbosstools-issues] [JBoss JIRA] (JBIDE-26140) Remove unit testing related jars from SSP distribution

Andre Dietisheim (JIRA) issues at jboss.org
Mon Jun 25 09:13:00 EDT 2018


    [ https://issues.jboss.org/browse/JBIDE-26140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13596178#comment-13596178 ] 

Andre Dietisheim commented on JBIDE-26140:
------------------------------------------

[~dgolovin] what version of the code did package? I am asking bcs the parent pom is marking assertj and mockito with scope "testing", thus astonishing me that you'd see it being packaged:

{code}
    </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <version>${mockito-core.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.assertj</groupId>
            <artifactId>assertj-core</artifactId>
            <version>${assertj-core.version}</version>
            <scope>test</scope>
        </dependency>
  </dependencies>
{code}

> Remove unit testing related jars from SSP distribution
> ------------------------------------------------------
>
>                 Key: JBIDE-26140
>                 URL: https://issues.jboss.org/browse/JBIDE-26140
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: stack-server-protocol
>            Reporter: Denis Golovin
>            Assignee: Rob Stryker
>
> The size of zipped distribution is around 30MB. Could be less if unit test related jars like hamcrest or assertj are not included.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jbosstools-issues mailing list