Hi all,
I'm a bit confused about the deployment paths used by site:deploy. I
have the following in my parent POM:
<distributionManagement>
<site>
<id>mnementh</id>
<url>file://M:\public_html\maven\${project.artifactId}</url>
</site>
</distributionManagement>
Now, when the parent POM's site is being generated, it puts it at
M:\public_html\maven\parent-name, which is intended. However, for the
inheritors (which we'll call project-1 and project-2), I get them at
M:\public_html\maven\project-1\project-1 and
M:\public_html\maven\project-2\project-2. This is far from handy, and
spoils my attempts to define the URLs in the parent using
<url>http://shed.geekworld.co.uk/~sdb/maven/${project.artifactId}</url>
I'm confused. Can anyone explain?
--
Sam Barnett-Cormack
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]