Hey all, i've two projects, projectA has a dependancy to kdg_common. The pom url looks like following:
<project> <modelVersion>4.0.0</modelVersion> <groupId>webcsc</groupId> <artifactId>kdg_common</artifactId> <name>kdg_common</name> <version>1.00.00.07-SNAPSHOT</version> <description></description> <url>http://qld80101/maven/sites/${project.artifactId}/${project.version}/index.html</url> ... Now the dependancy report (projectA) generates the string "http://qld80101/maven/sites/kdg_common/1.00.00.07-SNAPSHOT/index.html" for url to the dependancy, but don't tag this string as a href! Is there a mistake? Or a flaw in reasoning? Thanks Fredy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
