Ron Dagostino
Ron Dagostino
In what version(s) of JBoss is wizard-in-a-box expected to work?
At this line: https://github.com/nulldriver/maven-resource/blob/4a16c79855989b7f91e2cf2d5540b3a7b30920a2/assets/check#L85 The version returned is mangled when there is a sources or Javadoc jar. For example, assume this is `metadata.xml`: ``` com.example theArtifact 0.0.2-SNAPSHOT 20181129.175944 1 20181129175945...
If I specify `debug: true` I can see in the job output everything that happens, including the determination of usernames and passwords. Isn't this is a security issue? Should there...
I get this error message if I specify multiple jars as input (e.g passing in `file: *.jar` of some sort that results in `myCode-0.0.1.jar` and `myCode-0.0.1-sources.jar` both being picked up):...