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.