Allow keystore to be: a file, classpath resource or remote resource (not only a 
file)
-------------------------------------------------------------------------------------

                 Key: MWEBSTART-39
                 URL: http://jira.codehaus.org/browse/MWEBSTART-39
             Project: Maven 2.x Webstart Plugin
          Issue Type: Improvement
            Reporter: Grzegorz Slowikowski
            Priority: Minor


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to