David Nalley created CLOUDSTACK-6149:
----------------------------------------
Summary: Don't specify a repository in pom
Key: CLOUDSTACK-6149
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6149
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: Contrail
Affects Versions: 4.3.0
Reporter: David Nalley
Contrail's pom has this:
<artifactId>cloud-plugin-network-contrail</artifactId>
<name>Apache CloudStack Plugin - Network Juniper Contrail</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<repositories>
<repository>
<id>juniper-contrail</id>
<url>http://juniper.github.io/contrail-maven/snapshots</url>
</repository>
</repositories>
Hardcoding a repository is a bad idea for many reasons; please don't do it.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)