Skip to content

Commit

Permalink
feat(objectionary#627): disable PHI printing in 'spring-fat' integrat…
Browse files Browse the repository at this point in the history
…ion test
  • Loading branch information
volodya-lombrozo committed Jul 5, 2024
1 parent 8fccadf commit e23f452
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions src/it/spring-fat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,24 +108,25 @@ 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>
<!-- @todo: too long!-->
<!-- <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 e23f452

Please sign in to comment.