Details
-
Type:
Improvement
-
Status:
In Progress
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 1.0-beta-4
-
Component/s: jnlp-download-servlet, jnlps
-
Labels:None
-
Number of attachments :
Description
Now "keystore" parameter must point to a file.
It could be a resource instead:
- classpath resource (from dependent artifact)
- remote resource (http://..../keystore)
There is a little to do. Copy solution from maven-checkstyle-plugin ver.2.1:
src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java class - "configLocation" property, "getConfigFile() method and src/main/java/org/apache/maven/plugin/checkstyle/Locator.java class
In maven-checkstyle-plugin "plugins/trunk" this code is changed.
You can look at maven-clover-plugin and its "licenseLocation" property.
Issue Links
- is related to
-
MCHECKSTYLE-42
checkstyle does not take into account proxy settings from settings.xml
-
hei Grzegorz, would you mind producing a patch ? It looks like you've got it all covered !