> <properties>
> <company.maven.repo>http://maven:8080/repo/</company.maven.repo>
> </properties>
Try company_maven_repo instead. I know at one point, there was an
issue with dotted properties, but that was a while back.
> <repository>
> <id>company.repo</id>
> <name>Archiva Managed Internal Repository</name>
> <url>${company.maven.repo}</url>
> </repository>
What's the reason that you can't simply specify the url here, and
instead are using this property approach?
Wayne
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]