EvoSuite / evosuite

EvoSuite - automated generation of JUnit test suites for Java classes
http://www.evosuite.org
GNU Lesser General Public License v3.0
824 stars 341 forks source link

Evosuite latest release 1.2.0 maven central url #437

Open reply2techie opened 1 year ago

reply2techie commented 1 year ago

Context

Please provide below a detailed introduction to the issue itself, and describe what you were doing when the issue happened. Or, what do you want to achieve?

I am looking to download the latest release version of Evouite - 1.2.0 using a gradle dependency. However maven central does not seem to have the latest version. It has 1.0.X old version. Is there a URL that I can use to download the latest version during my gradle build?

Steps to Reproduce

Please break down here below all the needed steps to reproduce the issue. [If possible, please upload an example of the project you are generating tests for.]

1.log in to maven central

  1. search for evosuite standalone jar versions
  2. the last version is 1.0.X and not 1.2.0
  3. need a maven or any such URL that can be used for downloading as gradle dependency during build process

EvoSuite Arguments

Please provide the whole EvoSuite commmand you executed (if relevant)

Current Result

Please describe here below the current result you got (if relevant) [if relevant, include a screenshot]

Expected result

Please describe here below what should be the expected behaviour (if relevant)

Additional info

Please add any information of interest here below

adrien1212 commented 1 year ago

Please, maintainers can you give a feedback.

Solution

Waiting solution to get the maven plugin for the unavaibled version (e.g. 1.2.0)

git clone https://github.com/EvoSuite/evosuite.git
cd evosuite
mvn package
mvn install 

In your /m2 repository you should have /org/evosuite/...

iitg961319 commented 10 months ago

Is there any update on this reported issue?