-
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
Glassfish/Payara : deployment order #209
Comments
I doubt that the Payara meant to say "Gradle version". Gradle itself does not know anything about interacting with a Cargo. They likely meant the Cargo library version. Try to set the latest Cargo library version, as described here. |
Using the instructions in the documentation of the plugin, I was not able to find a way to specify the deployment order and make it persist. |
Can you give me a concrete example on how this achieved in the Maven plugin (optimally in XML)? I don't see anything about in the link you sent me. |
Here is an example configuration on how to configure the deployment order using the Maven plugin:
I hope this helps! |
Thanks. The plugin uses the Cargo Ant tasks. I don't see anything in their documentation that would let you define a deployment order. You may want to ask on their mailing list. Alternatively, you could probably set up individual |
Hi,
We use Jenkins to do deferred deployment of our applications on our production servers.
For this we use Gradle with the Cargo plugin (2.8.0)
It works very well but the deployment order is then reset to 100. This is highly problematic for some applications where this value is important.
my cargo task is
after contacting Payara support :
So is it possible to do something about this?
THANKS
The text was updated successfully, but these errors were encountered: