Skip to content

Commit

Permalink
feat(objectionary#627): print 'spring-fat' inegration test classes to…
Browse files Browse the repository at this point in the history
… PHI expressions
  • Loading branch information
volodya-lombrozo committed Jul 5, 2024
1 parent d69549a commit 8fccadf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/it/spring-fat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The process is as follows:
To exclusively run this test, execute the command below:

```shell
mvn clean integration-test invoker:run -Dinvoker.test=spring-fat -DskipTests
mvn clean integration-test -Dinvoker.test=spring-fat -DskipTests
```

## The First Results
Expand Down
18 changes: 18 additions & 0 deletions src/it/spring-fat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,24 @@ SOFTWARE.
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eolang</groupId>
<artifactId>eo-maven-plugin</artifactId>
<version>0.38.4</version>
<executions>
<execution>
<id>convert-xmir-to-phi</id>
<phase>process-classes</phase>
<goals>
<goal>xmir-to-phi</goal>
</goals>
<configuration>
<phiInputDir>${project.build.directory}/generated-sources/jeo-xmir</phiInputDir>
<phiOutputDir>${project.build.directory}/generated-sources/jeo-phi</phiOutputDir>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
Expand Down

0 comments on commit 8fccadf

Please sign in to comment.