Issue Details (XML | Word | Printable)

Key: MPJNLP-21
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Emmanuel Venisse
Reporter: Geoffrey De Smet
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x JNLP Plugin

vendor tag required for webstart, but not defaulted and optional

Created: 19/Dec/04 09:04 AM   Updated: 20/Dec/04 04:33 AM   Resolved: 20/Dec/04 04:33 AM
Return to search
Component/s: None
Affects Version/s: 1.3
Fix Version/s: 1.5

Time Tracking:
Not Specified


 Description  « Hide

When I didn't specify the vendor, java webstart 1.4.2 didn't want to open it, because the tag is required for webstart.

So I did:
maven.jnlp.vendor=${pom.organization.name}

And it worked great. Can you default maven.jnlp.vendor to pom.organization.name?



Emmanuel Venisse added a comment - 20/Dec/04 04:33 AM

Done.