You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2015/12/31 22:47:20 UTC

svn commit: r1722474 - /maven/shared/trunk/maven-archiver/src/site/apt/examples/manifest.apt

Author: michaelo
Date: Thu Dec 31 21:47:20 2015
New Revision: 1722474

URL: http://svn.apache.org/viewvc?rev=1722474&view=rev
Log:
[MSHARED-298] Errors in manifest example on site

Modified:
    maven/shared/trunk/maven-archiver/src/site/apt/examples/manifest.apt

Modified: maven/shared/trunk/maven-archiver/src/site/apt/examples/manifest.apt
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-archiver/src/site/apt/examples/manifest.apt?rev=1722474&r1=1722473&r2=1722474&view=diff
==============================================================================
--- maven/shared/trunk/maven-archiver/src/site/apt/examples/manifest.apt (original)
+++ maven/shared/trunk/maven-archiver/src/site/apt/examples/manifest.apt Thu Dec 31 21:47:20 2015
@@ -99,7 +99,3 @@ Implementation-URL: ${project.url}
 
  <<Note:>> If your pom.xml does not have a <<<\<url\>>>> element, referenced through interpolation,
  then the <<<Implementation-URL>>> entry will <<not>> be in the manifest.
-
- <<Note:>> If your pom.xml does not have a <<<\<name\>>>> element, then the
- <<<Specification-Title>>> and <<<Implementation-Title>>> entries will have
- "Unnamed - $\{project.groupId\}:$\{project.artifactId\}:$\{project.version\}" as their value.