Hi all,

the other day I found this statement inside commons-logging-1.1.pom
(<http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom>):

"<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>"

I tried the same "substring"-thing in my poms, but Maven didn't expand
the URL like I would have expected. Is a statement like that actually
supposed to work? If so, is there a common pattern to use similar
features (e.g. ${groupId.replaceAll(".", "/")} )?

Any hints? Thanks in advance!
-Stefan

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

Reply via email to