> <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: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org