Skip to content

Commit

Permalink
feat(objectionary#464): add one more puzzle to enable 'spring-fat' in…
Browse files Browse the repository at this point in the history
…tegration test
  • Loading branch information
volodya-lombrozo committed Feb 28, 2024
1 parent 78a02ce commit 1e3a322
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/it/spring-fat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ SOFTWARE.
<artifactId>jeo-maven-plugin</artifactId>
<version>@project.version@</version>
<configuration>
<!--
@todo #464:90min Enable 'spring-fat' Integration Test.
Currently, the 'spring-fat' integration test is disabled because
it fails. The reason is that the 'jeo-maven-plugin' does not
support many java features. We need to implement them and enable
the test.
-->
<disabled>true</disabled>
</configuration>
<executions>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/eolang/jeo/DisassembleMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public final class DisassembleMojo extends AbstractMojo {
)
private File outputDir;


/**
* Whether the plugin is disabled.
* If it's disabled, then it won't do anything.
Expand Down

0 comments on commit 1e3a322

Please sign in to comment.