ソースを参照

Define maven central with https (#11994)

tags/7.7.21
Tarek Oraby 4年前
コミット
b3ff732f0c
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更17行の追加0行の削除
  1. 17
    0
      pom.xml

+ 17
- 0
pom.xml ファイルの表示

@@ -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>

読み込み中…
キャンセル
保存