gradle-cargo-plugin
gradle-cargo-plugin copied to clipboard
Gradle plugin that provides deployment capabilities to local and remote containers via Cargo
My logfiles are getting flooded by the follwing output when I run any of the local container tasks (eg. cargoStartLocal): ``` 23:22:41.077 [Execution worker for ':' Thread 5] DEBUG org.apache.commons.discovery.resource.DiscoverResources...
how to convert cargo gradle config syntax to build.gradle.kts file?
I want to deploy x.war in tomcat using cargo plugin "com.bmuschko.cargo-base". This application runs on subdomain and has a non default appBase. Moreover behind loadbalancer on two Servers x1.y.de and...
Hi, I get an exception when I execute the task cargoDeployRemote. The EAR to deploy cannot be found. It is searched for in a tmp folder. While the task is...
Hello, I am writing to ask if it is possible to include jar dependencies inside tomcat lib directory using this plugin but not with the feature of local files: cargo...
I'm getting this message: > 14:23:42.135 [DEBUG] [sun.net.www.protocol.http.HttpURLConnection] sun.net.www.MessageHeader@26b625127 pairs: {POST /management/add-content HTTP/1.1: null}{Connection: close}{Content-Type: multipart/form-data; boundary=CargoBoundary}{User-Agent: Java/1.8.0_45}{Host: localhost:9990}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Content-Length: 29831794} 14:23:42.253 [DEBUG] [sun.net.www.protocol.http.HttpURLConnection]...
The integration tests fail when executed with gradle 5*. I think the container isn't stopped.
When I try to execute a CargoStopLocal task, the build fails with "No deployables assigned!". This error is thrown by AbstractCargoContainerTask. This seems wrong - why should I need to...
I have a use case to run integration tests on a JAR project which interacts with a jboss based web application. The goal is to fire up jboss instance that's...
I am setting the ajp port as below .. but still get the error : ``` > Task :uaa-server:cargoRunLocal FAILED org.codehaus.cargo.container.ContainerException: Port number 8009 (defined with the property cargo.tomcat.ajp.port) is...