Skip to content

Commit

Permalink
feat(objectionary#229): enable ineo plugin back
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed May 13, 2024
1 parent 3a1b676 commit 0dfbe5b
Showing 1 changed file with 18 additions and 30 deletions.
48 changes: 18 additions & 30 deletions src/it/spring-fat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,48 +128,36 @@ SOFTWARE.
<outputDir>${project.build.directory}/generated-sources/opeo-decompile-xmir</outputDir>
</configuration>
</execution>
<!-- <execution>-->
<!-- <id>opeo-compile</id>-->
<!-- <phase>generate-test-sources</phase>-->
<!-- <goals>-->
<!-- <goal>compile</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <sourcesDir>${project.build.directory}/generated-sources/ineo-staticize-xmir</sourcesDir>-->
<!-- <outputDir>${project.build.directory}/generated-sources/opeo-compile-xmir</outputDir>-->
<!-- </configuration>-->
<!-- </execution>-->
<execution>
<id>opeo-compile</id>
<phase>generate-test-sources</phase>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<sourcesDir>${project.build.directory}/generated-sources/opeo-decompile-xmir</sourcesDir>
<sourcesDir>${project.build.directory}/generated-sources/ineo-staticize-xmir</sourcesDir>
<outputDir>${project.build.directory}/generated-sources/opeo-compile-xmir</outputDir>
</configuration>
</execution>
</plugin>
<plugin>
<groupId>org.eolang</groupId>
<artifactId>ineo-maven-plugin</artifactId>
<version>${ineo.version}</version>
<executions>
<execution>
<id>ineo-staticize</id>
<phase>process-classes</phase>
<goals>
<goal>staticize</goal>
</goals>
<configuration>
<sourcesDir>${project.build.directory}/generated-sources/opeo-decompile-xmir</sourcesDir>
<outputDir>${project.build.directory}/generated-sources/ineo-staticize-xmir</outputDir>
</configuration>
</execution>
</executions>
</plugin>
<!-- <plugin>-->
<!-- <groupId>org.eolang</groupId>-->
<!-- <artifactId>ineo-maven-plugin</artifactId>-->
<!-- <version>${ineo.version}</version>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>ineo-staticize</id>-->
<!-- <phase>process-classes</phase>-->
<!-- <goals>-->
<!-- <goal>staticize</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <sourcesDir>${project.build.directory}/generated-sources/opeo-decompile-xmir</sourcesDir>-->
<!-- <outputDir>${project.build.directory}/generated-sources/ineo-staticize-xmir</outputDir>-->
<!-- </configuration>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
Expand Down

0 comments on commit 0dfbe5b

Please sign in to comment.