This repository was archived by the owner on Jul 19, 2021. It is now read-only.
Open
Conversation
fields. This allows plugins to hook into ASE and provide their own, custom tool.
To run tests, use `mvn <goal> -DskipTests=false`, but requires to add JUnit dependency first anyway. https://maven.apache.org/plugins-archives/maven-surefire-plugin-2.12.4/examples/skipping-test.html
|
I would not skip tests by default, but instead fix them. |
Contributor
Author
A fix would be to (partially) revert 6535bc7 . The issue now is that the JUnit is missing from list of dependencies - and mvn fails without it. |
|
I don't see any tests directory - so why would |
Contributor
Author
|
I don't see any tests anywhere - that's why I'm confused. But the fact is that without my latest commit - I get: |
|
What |
Contributor
Author
|
I believe I tried a lot of those - mainly |
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is just a proposal - I'm open for suggestions.
This lets plugins hook into ASE and customize the wand further.
I personally used the PDC to provide a custom wand that needs to be crafted/found.
Since the JUnit repo was removed, it was failing to build for me - so I've made it skip tests by default.
Are you interested in adding some sort of API for the plugin? Might be something completely different.