objectionary / eo

EOLANG, an Experimental Pure Object-Oriented Programming Language Based on 𝜑-calculus
https://www.eolang.org
MIT License
1.01k stars 126 forks source link

package all `.eo` files from `eo-runtime/src/test/eo/` into a new JAR also released to Maven Central #3353

Open yegor256 opened 1 month ago

yegor256 commented 1 month ago

Motivated by https://github.com/objectionary/normalizer/issues/478

Let's package all test-*.eo files into a new JAR, with a classifier:

<dependency>
  <groupId>org.eolang</groupId>
  <artifactId>eo-runtime</artifactId>
  <version>0.0.0</version>
  <classifier>tests</classifier>
</dependency>

This will help all other projects to reuse our tests.