eo icon indicating copy to clipboard operation
eo copied to clipboard

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

Open yegor256 opened this issue 5 months ago • 0 comments

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.

yegor256 avatar Aug 30 '24 10:08 yegor256