MPJNLP-21. Add a default value for maven.jnlp.vendor property.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@122831 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse
2004-12-20 09:23:53 +00:00
parent 3b178bcc4e
commit 21ff7ebdf7
4 changed files with 7 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ maven.jnlp.spec=1.0+
## maven.jnlp.http.codebase=${pom.url}
## maven.jnlp.title=${pom.name}
##maven.jnlp.vendor
maven.jnlp.vendor=${pom.organization.name}
maven.jnlp.homepage=index.html
##maven.jnlp.icon
## maven.jnlp.description=${pom.description}

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-jnlp-plugin</id>
<name>Maven JNLP Plug-in</name>
<currentVersion>1.4.1</currentVersion>
<currentVersion>1.5-SNAPSHOT</currentVersion>
<shortDescription>JNLP Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/jnlp/</url>
<issueTrackingUrl>http://jira.codehaus.org/browse/MPJNLP</issueTrackingUrl>

View File

@@ -25,6 +25,9 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.5" date="In CVS">
<action dev="evenisse" type="add" issue="MPJNLP-21">Add a default value for maven.jnlp.vendor property.</action>
</release>
<release version="1.4.1" date="2004-08-26">
<action dev="evenisse" type="add" issue="MPJNLP-2">Add extension support.</action>
<action dev="dion" type="fix" issue="MPJNLP-13">Fix bad signed jar name</action>

View File

@@ -72,9 +72,9 @@
<td>maven.jnlp.vendor</td>
<td>Yes</td>
<td>
The name of the application.
The name of the vendor of the application.
</td>
<td>The name of the vendor of the application.</td>
<td>${pom.organization.name}</td>
</tr>
<tr>
<td>maven.jnlp.homepage</td>