-
Take a MavenIdentifier and produce a MavenArtifact instance that has:
- The Identifier
- A representation of the POM
- Some kind of Future or Promise or whatever to get the JAR file.
-
### Reporting Bugs/Errors
Java version: "1.8.0_144"
OS: Windows 7 Enterprise 64 bit
Service Pack: SP1
Patch level: Current through August 2017
DependencyCheck version: 2.1.1 CLI
Exam…
-
The PublishingExtension currently uses the (never finished) `DeferredConfigurable` concept. This leads to some confusing behavior like #2496. The extension should behave more like other extensions. Th…
oehme updated
6 years ago
-
The goal of this spike is to find a way to keep the existing DSL working from a user's point of view, i.e. publication details are still evaluated lazily, but without locking the publishing extension …
oehme updated
6 years ago
-
Currently artifact archiving follows a fixed model: artifacts are defined in ArtifactArchiver (or MavenArtifactArchiver) configuration; they are copied from slave to master using FilePath.copyRecursiv…
timja updated
6 years ago
-
A user working with files in the 100+ Mb range asked whether fingerprinting them was expensive. Probably it is not that expensive but it is likely the implementation could be optimized and at least me…
timja updated
6 years ago
-
A build that was working with Gradle 4.3.x is throwing a `NullPointerException` with Gradle 4.4-rc-1.
### Expected Behavior
No exception is thrown.
### Current Behavior
The following exception…
-
Hello Ben,
first of all thank you for maintaining and creation of this plugin.
In our project we use ShadowJar and I suppose it breaks a little bit the workflow of your plugin :/
Here is what I…
-
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
maven_artifact
##### ANSIBLE VERSION
```
$ ansible --version
ansible 2.2.0 (devel 1fc44e4103) last updated 2016/05/02 13:44:52 (GMT +1050)
lib/an…
-
We need to implement samples for Java EE 7\. Some things to consider:
* Component teams should be responsible for writing samples.
* Component teams contribute the samples to the java.net javaee …