I have a parent pom that has the following snippet in it:
<distributionManagement>
<site>
<id>agia-repository</id>
<name/>
<url>scp://maven/home/maven/root/sites/${project.artifactId}/${project.version}</url>
</site>
</distributionManagement>

when I check the effective pom I get:
<site>
  <id>agia-repository</id>
   <name></name>
  
<url>scp://maven/home/maven/root/sites/convertnsave/1.0/convertnsave</url>
</site>

As you see maven added name of the project at the end of the URL. Why does
it do so? Can i disable such a behavior? Because of that, in each of my
project i have to explicitly provide the location of the site, though this
information is already available in the parent pom.

thanks,

Kirill

-- 
View this message in context: 
http://www.nabble.com/DistributionManagement%2C-maven-adds-to-the-url-tf2043104.html#a5625002
Sent from the Maven - Users forum at Nabble.com.


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

Reply via email to