You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/09/27 19:11:40 UTC

svn commit: r819347 - /maven/plugins/trunk/maven-doap-plugin/src/site/apt/examples/with-site-plugin.apt.vm

Author: bentmann
Date: Sun Sep 27 17:11:40 2009
New Revision: 819347

URL: http://svn.apache.org/viewvc?rev=819347&view=rev
Log:
[MDOAP-22] Documentation regarding site-integration hrefs wrong file
Submitted by: Sebastian Hoß

Modified:
    maven/plugins/trunk/maven-doap-plugin/src/site/apt/examples/with-site-plugin.apt.vm

Modified: maven/plugins/trunk/maven-doap-plugin/src/site/apt/examples/with-site-plugin.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/src/site/apt/examples/with-site-plugin.apt.vm?rev=819347&r1=819346&r2=819347&view=diff
==============================================================================
--- maven/plugins/trunk/maven-doap-plugin/src/site/apt/examples/with-site-plugin.apt.vm (original)
+++ maven/plugins/trunk/maven-doap-plugin/src/site/apt/examples/with-site-plugin.apt.vm Sun Sep 27 17:11:40 2009
@@ -72,7 +72,7 @@
 <project>
   <body>
     <head>
-      <link rel="meta" title="DOAP" href="\${project.url}/doap_maven-doap-plugin.rdf" type="application/rdf+xml"/>
+      <link rel="meta" title="DOAP" href="\${project.url}/doap_\${project.artifactId}.rdf" type="application/rdf+xml"/>
     </head>
     ...
   </body>