Skip to content

Commit

Permalink
skip print
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Jun 17, 2024
1 parent e2890f5 commit 9d61e45
Showing 1 changed file with 56 additions and 56 deletions.
112 changes: 56 additions & 56 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,20 +242,20 @@ SOFTWARE.
</arguments>
</configuration>
</execution>
<execution>
<id>print-eo-after-disassemble</id>
<phase>process-classes</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<arguments combine.children="append">
<argument>eo:print</argument>
<argument>-Deo.printSourcesDir=${directory}/generated-sources/jeo-disassemble</argument>
<argument>-Deo.printOutputDir=${directory}/generated-sources/jeo-disassemble.eo</argument>
</arguments>
</configuration>
</execution>
<!-- <execution>-->
<!-- <id>print-eo-after-disassemble</id>-->
<!-- <phase>process-classes</phase>-->
<!-- <goals>-->
<!-- <goal>exec</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <arguments combine.children="append">-->
<!-- <argument>eo:print</argument>-->
<!-- <argument>-Deo.printSourcesDir=${directory}/generated-sources/jeo-disassemble</argument>-->
<!-- <argument>-Deo.printOutputDir=${directory}/generated-sources/jeo-disassemble.eo</argument>-->
<!-- </arguments>-->
<!-- </configuration>-->
<!-- </execution>-->
<execution>
<id>opeo:decompile</id>
<phase>process-classes</phase>
Expand All @@ -270,20 +270,20 @@ SOFTWARE.
</arguments>
</configuration>
</execution>
<execution>
<id>print-eo-after-decompile</id>
<phase>process-classes</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<arguments combine.children="append">
<argument>eo:print</argument>
<argument>-Deo.printSourcesDir=${directory}/generated-sources/opeo-decompile</argument>
<argument>-Deo.printOutputDir=${directory}/generated-sources/opeo-decompile.eo</argument>
</arguments>
</configuration>
</execution>
<!-- <execution>-->
<!-- <id>print-eo-after-decompile</id>-->
<!-- <phase>process-classes</phase>-->
<!-- <goals>-->
<!-- <goal>exec</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <arguments combine.children="append">-->
<!-- <argument>eo:print</argument>-->
<!-- <argument>-Deo.printSourcesDir=${directory}/generated-sources/opeo-decompile</argument>-->
<!-- <argument>-Deo.printOutputDir=${directory}/generated-sources/opeo-decompile.eo</argument>-->
<!-- </arguments>-->
<!-- </configuration>-->
<!-- </execution>-->
<!--
<execution>
<id>phi</id>
Expand Down Expand Up @@ -316,20 +316,20 @@ SOFTWARE.
</arguments>
</configuration>
</execution>
<execution>
<id>print-eo-after-factorialize</id>
<phase>process-classes</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<arguments combine.children="append">
<argument>eo:print</argument>
<argument>-Deo.printSourcesDir=${directory}/generated-sources/ineo-staticize</argument>
<argument>-Deo.printOutputDir=${directory}/generated-sources/ineo-staticize.eo</argument>
</arguments>
</configuration>
</execution>
<!-- <execution>-->
<!-- <id>print-eo-after-factorialize</id>-->
<!-- <phase>process-classes</phase>-->
<!-- <goals>-->
<!-- <goal>exec</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <arguments combine.children="append">-->
<!-- <argument>eo:print</argument>-->
<!-- <argument>-Deo.printSourcesDir=${directory}/generated-sources/ineo-staticize</argument>-->
<!-- <argument>-Deo.printOutputDir=${directory}/generated-sources/ineo-staticize.eo</argument>-->
<!-- </arguments>-->
<!-- </configuration>-->
<!-- </execution>-->
<!--
<execution>
<id>unphi</id>
Expand Down Expand Up @@ -361,20 +361,20 @@ SOFTWARE.
</arguments>
</configuration>
</execution>
<execution>
<id>print-eo-after-compile</id>
<phase>process-classes</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<arguments combine.children="append">
<argument>eo:print</argument>
<argument>-Deo.printSourcesDir=${directory}/generated-sources/opeo-compile</argument>
<argument>-Deo.printOutputDir=${directory}/generated-sources/opeo-compile.eo</argument>
</arguments>
</configuration>
</execution>
<!-- <execution>-->
<!-- <id>print-eo-after-compile</id>-->
<!-- <phase>process-classes</phase>-->
<!-- <goals>-->
<!-- <goal>exec</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <arguments combine.children="append">-->
<!-- <argument>eo:print</argument>-->
<!-- <argument>-Deo.printSourcesDir=${directory}/generated-sources/opeo-compile</argument>-->
<!-- <argument>-Deo.printOutputDir=${directory}/generated-sources/opeo-compile.eo</argument>-->
<!-- </arguments>-->
<!-- </configuration>-->
<!-- </execution>-->
<execution>
<id>jeo:assemble</id>
<phase>process-classes</phase>
Expand Down

0 comments on commit 9d61e45

Please sign in to comment.