BUILD TESTNG FROM SOURCE

32 views
Skip to first unread message

Arjun Biswas

unread,
Feb 10, 2021, 3:02:05 AM2/10/21
to testng-dev
Hi ,

I wanted to build testng from source code without the dependenctes
<exclusions> 
  <exclusion> 
  <groupId>org.beanshell</groupId> 
  <artifactId>bsh</artifactId> </exclusion> 
 <exclusion>
  <groupId>org.beanshell</groupId>
  <artifactId>bsh-core</artifactId>  
  </exclusion> 
</exclusions>

How can i achieve that ?
Is there a place I need to add these changes to create a testng jar without these dependencies ?

Julien Herr

unread,
Feb 10, 2021, 3:05:27 AM2/10/21
to testng-dev
Hi,

Can I ask why do you want to do that?

If I'm right, bsh is soft dependency. So, just remove it from the dependencies and remove its usage in the code. It should produce a jar with the bsh script support.

--
You received this message because you are subscribed to the Google Groups "testng-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to testng-dev+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/testng-dev/8c421d81-1f24-440b-b1cd-16b6582df03dn%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages