Browse Source

Define maven central with https (#11994)

tags/7.7.21
Tarek Oraby 4 years ago
parent
commit
b3ff732f0c
No account linked to committer's email address
1 changed files with 17 additions and 0 deletions
  1. 17
    0
      pom.xml

+ 17
- 0
pom.xml View File

@@ -52,8 +52,25 @@
<phantomjs.version>2.1.1</phantomjs.version>
</properties>

<repositories>
<repository>
<id>central</id>
<url>https://repo.maven.apache.org/maven2/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<!-- TODO: remove this after maven plugin has been released -->
<pluginRepositories>
<pluginRepository>
<id>central</id>
<url>https://repo.maven.apache.org/maven2/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>vaadin-prereleases</id>
<url>http://maven.vaadin.com/vaadin-prereleases</url>

Loading…
Cancel
Save