-
Notifications
You must be signed in to change notification settings - Fork 61
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
CONTRIBUTING.md: Add some information to package the plugin #581
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this would be a bit better
CONTRIBUTING.md
Outdated
|
||
To generate the hpi package and run the test you can use two different maven command | ||
```sh | ||
mvn -U package |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mvn -U package | |
mvn package |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
CONTRIBUTING.md
Outdated
This command will build the package that you can find in target directory and run the tests | ||
otherwise just run | ||
```sh | ||
mvn -U -DskipTests=true package | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This command will build the package that you can find in target directory and run the tests | |
otherwise just run | |
```sh | |
mvn -U -DskipTests=true package | |
``` | |
For a quicker build without the tests run: | |
```sh | |
mvn package -P quick-build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
CONTRIBUTING.md
Outdated
@@ -79,6 +79,18 @@ npm run build:dev | |||
|
|||
It's recommended that you set up the above terminal commands in your IDE of choice. | |||
|
|||
### Package and run test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Package and run test | |
### Build and package |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
8e21a4f
to
3362b17
Compare
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
3362b17
to
fb88a66
Compare
Add some basic steps to explain how to package the plugin
Testing done
Deploy the package to upload to jenkins present in our infrastructure