reasoner-test-data-sample
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>reasoner-test-data-sample</artifactId>
<version>2023.1.0</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>reasoner-test-data-sample</artifactId>
<version>2023.1.0</version>
<packaging>pom</packaging>
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>reasoner-test-data</artifactId>
<version>1.37.0</version>
</parent>
<properties>
<data.dir>${user.home}/SolorTest</data.dir>
<!-- <data>sample-data</data>-->
<data>sample-data-3-sa</data>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>