-
Updated
Apr 24, 2021
maven-plugin
Here are 741 public repositories matching this topic...
-
Updated
Apr 21, 2021 - Java
-
Updated
Apr 23, 2021 - Java
-
Updated
Apr 23, 2021 - Java
-
Updated
Apr 23, 2021 - Java
-
Updated
Nov 28, 2019 - Java
-
Updated
Apr 22, 2021 - Java
Consider the following:
void meth(Closure closure) {
closure.|
}When invoking content assist (Ctrl+Space) at |, the methods and properties of groovy.lang.Closure are very low in the list of proposals. This is due to very-well-known type adjustments made within org.codehaus.groovy.eclipse.codeassist.proposals.AbstractGroovyProposal.getRelevanceClass().
-
Updated
Apr 23, 2021 - Java
-
Updated
Apr 13, 2021 - Java
-
Updated
Apr 23, 2021 - Java
-
Updated
Apr 23, 2021 - Java
We need to add more integration tests (living in the src/it folder) to cover various usage scenarios.
Right now we only have a single test that just checks that the plugin can run a basic test with no additional configuration (This can be used as an example on how to configure other integration tests). We should be testing various configuration options as well.
Requirements:
- The .jmx files
Add 'since' information to plugin configuration parameters by inspecting the commit history.
-
Updated
Apr 23, 2021 - Java
-
Updated
Apr 12, 2021 - Java
-
Updated
Mar 7, 2021 - Java
-
Updated
Apr 22, 2021 - Java
-
Updated
Mar 26, 2021 - Java
Currently, the headless scanner extension expects an XML based configuration file and this works ok. But, making the XML is cumbersome and also requires that most of the request URLs be wrapped in CDATA blocks.
IMHO, this would be much simpler, cleaner and much more concise in JSON than in XML, Also, the configuration files for Burp itself seem to be JSON based. So, this move will make it sor
-
Updated
Apr 20, 2021 - Java
-
Updated
Apr 13, 2021 - Java
-
Updated
Apr 14, 2021 - Java
-
Updated
Mar 2, 2021 - Java
-
Updated
Feb 23, 2021 - Scala
Improve this page
Add a description, image, and links to the maven-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the maven-plugin topic, visit your repo's landing page and select "manage topics."
Environment:
Description of the issue:
mvn clean compile jib:buildnot work for war project.have to package the war project.
mvn clean package jib:buildThe documents and the log output do not mention that.
Expected behavior:
work as jar project.
**Steps to re