Alan Mosely wrote:
> 
> Hi,
> 
> On a related note I would like to have the version included in the url for
> further transparency.
> Any ideas?
> 
> 

We use the following distributionManagement entry in the project's pom.xml:

  <distributionManagement>
    <site>
      <id>my-site</id>
     
<url>file://\\myserver\projectsites\${project.artifactId}-${project.version}</url>
    </site>
  </distributionManagement>

Regards,
Arne
-- 
View this message in context: 
http://www.nabble.com/-m2--Include-project-version-into-generated-site-tf2291271.html#a6386759
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to