Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(#3698): Remove object versioning #3699

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eo-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Here `fibonacci` is the name of the desired integration test, `-DskipTests` is u

## How to disable Integration Tests

It is sometime necessary to temporary disable the integration tests (for example for introducing
It is sometime necessary to temporarily disable the integration tests (for example for introducing
braking changes into plugin or EO runtime). This can be achieved by disabling `maven-invoker-plugin`
execution within `eo-maven-plugin/pom.xml`:

Expand Down
21 changes: 5 additions & 16 deletions eo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,22 +298,11 @@ SOFTWARE.
</plugin>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<pomExcludes>
<!--
@todo #2660:30min Enable the following integration tests when it's possible.
Now they don't work because many .eo files are absent in the
objectionary/home repository or can't be successfully parsed because of the
syntax changes. Once they are released, the tests
should work as is, without any modifications.
-->
<exclude>custom_goals/pom.xml</exclude>
<exclude>fibonacci/pom.xml</exclude>
<exclude>rewritten_sources/pom.xml</exclude>
<exclude>duplicate_classes/pom.xml</exclude>
<exclude>simple/pom.xml</exclude>
<exclude>hash_package_layer/pom.xml</exclude>
</pomExcludes>
<configuration combine.self="override">
<!--
All integration tests are enabled.
-->
<pomExcludes/>
</configuration>
</plugin>
<plugin>
Expand Down
45 changes: 0 additions & 45 deletions eo-maven-plugin/src/it/custom_goals/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions eo-maven-plugin/src/it/custom_goals/invoker.properties

This file was deleted.

60 changes: 0 additions & 60 deletions eo-maven-plugin/src/it/custom_goals/pom.xml

This file was deleted.

56 changes: 0 additions & 56 deletions eo-maven-plugin/src/it/custom_goals/src/main/eo/app.eo

This file was deleted.

44 changes: 0 additions & 44 deletions eo-maven-plugin/src/it/custom_goals/verify.groovy

This file was deleted.

1 change: 0 additions & 1 deletion eo-maven-plugin/src/it/duplicate_classes/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions eo-maven-plugin/src/it/duplicate_classes/invoker.properties

This file was deleted.

Loading
Loading