Bladeren bron

Use https for Maven repositories (#11668)

* Use https for Maven repositories
tags/8.10.0.alpha1
Stéphane Nicoll 4 jaren geleden
bovenliggende
commit
d2443b0a82

+ 1
- 1
bom/pom.xml Bestand weergeven

@@ -26,7 +26,7 @@
<repositories>
<repository>
<id>vaadin-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/vaadin-snapshots</url>
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots</url>
</repository>
</repositories>


+ 1
- 1
documentation/addons/addons-eclipse.asciidoc Bestand weergeven

@@ -46,7 +46,7 @@ wizard in Eclipse. If not, copy it there.
<ibiblio name="vaadin-addons"
usepoms="true"
m2compatible="true"
root="http://maven.vaadin.com/vaadin-addons"/>
root="https://maven.vaadin.com/vaadin-addons"/>
...
</chain>
----

+ 1
- 1
documentation/articles/IBGettingStartedWithVaadinSpringWithoutSpringBoot.asciidoc Bestand weergeven

@@ -60,7 +60,7 @@ add-on Maven repository yet, add it to the POM:
<repositories>
<repository>
<id>vaadin-addons</id>
<url>http://maven.vaadin.com/vaadin-addons</url>
<url>https://maven.vaadin.com/vaadin-addons</url>
</repository>
</repositories>
....

+ 1
- 1
pom.xml Bestand weergeven

@@ -898,7 +898,7 @@
<repositories>
<repository>
<id>vaadin-prereleases</id>
<url>http://maven.vaadin.com/vaadin-prereleases</url>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
</repository>
</repositories>
<build>

+ 2
- 2
scripts/GeneratePublishReportPart1.py Bestand weergeven

@@ -76,10 +76,10 @@ content = """<html>

mavenUrl = ""
if not prerelease:
mavenUrl = "http://repo1.maven.org/maven2/com/vaadin/vaadin-server/"
mavenUrl = "https://repo1.maven.org/maven2/com/vaadin/vaadin-server/"
content += "<tr><td></td><td><a href='{mvnUrl}'>Check {ver} is published to maven.org (might take a while)</td></tr>".format(ver=args.version, mvnUrl=mavenUrl)
else:
mavenUrl = "http://maven.vaadin.com/vaadin-prereleases/com/vaadin/vaadin-server/"
mavenUrl = "https://maven.vaadin.com/vaadin-prereleases/com/vaadin/vaadin-server/"
content += "<tr><td></td><td><a href='{mvnUrl}'>Check {ver} is published as prerelease to maven.vaadin.com</td></tr>".format(ver=args.version, mvnUrl=mavenUrl)

content += "<tr><td></td><td><a href=\"https://github.com/vaadin/framework/milestones\">Create milestone for next version in GitHub</a></td></tr>"

+ 2
- 2
test/pom.xml Bestand weergeven

@@ -41,11 +41,11 @@
</repository>
<repository>
<id>vaadin-addons</id>
<url>http://maven.vaadin.com/vaadin-addons</url>
<url>https://maven.vaadin.com/vaadin-addons</url>
</repository>
<repository>
<id>vaadin-prereleases</id>
<url>http://maven.vaadin.com/vaadin-prereleases</url>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
</repository>
</repositories>


+ 1
- 1
test/servlet-containers/generic/build.xml Bestand weergeven

@@ -18,7 +18,7 @@
location="${uitest.dir}/target/${module.name}-8.2-SNAPSHOT-jboss6.war" />

<!-- Need to give a default value to keep Ivy happy -->
<property name="vaadin.build.repository" value="http://maven.vaadin.com/vaadin-prereleases"/>
<property name="vaadin.build.repository" value="https://maven.vaadin.com/vaadin-prereleases"/>

<target name="clean">
<fail unless="result.dir" message="No result.dir parameter given" />

+ 1
- 1
test/servlet-containers/generic/ivysettings.xml Bestand weergeven

@@ -12,7 +12,7 @@
<resolvers>
<ibiblio name="public" m2compatible="true" />
<ibiblio name="vaadin-addons" usepoms="true"
m2compatible="true" root="http://maven.vaadin.com/vaadin-addons" />
m2compatible="true" root="https://maven.vaadin.com/vaadin-addons" />
<filesystem name="local-maven" m2compatible="true">
<artifact
pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" />

+ 2
- 2
test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml Bestand weergeven

@@ -134,7 +134,7 @@
<repositories>
<repository>
<id>vaadin-prereleases</id>
<url>http://maven.vaadin.com/vaadin-prereleases</url>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
</repository>
<repository>
<id>vaadin-snapshots</id>
@@ -150,7 +150,7 @@
<pluginRepositories>
<pluginRepository>
<id>vaadin-prereleases</id>
<url>http://maven.vaadin.com/vaadin-prereleases</url>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
</pluginRepository>
<pluginRepository>
<id>vaadin-snapshots</id>

+ 2
- 2
test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml Bestand weergeven

@@ -126,7 +126,7 @@
<repositories>
<repository>
<id>vaadin-prereleases</id>
<url>http://maven.vaadin.com/vaadin-prereleases</url>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
</repository>
<repository>
<id>vaadin-snapshots</id>
@@ -142,7 +142,7 @@
<pluginRepositories>
<pluginRepository>
<id>vaadin-prereleases</id>
<url>http://maven.vaadin.com/vaadin-prereleases</url>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
</pluginRepository>
<pluginRepository>
<id>vaadin-snapshots</id>

+ 1
- 1
testbench-api/pom.xml Bestand weergeven

@@ -29,7 +29,7 @@
<repositories>
<repository>
<id>vaadin-addons</id>
<url>http://maven.vaadin.com/vaadin-addons</url>
<url>https://maven.vaadin.com/vaadin-addons</url>
</repository>
</repositories>


+ 1
- 1
uitest/pom.xml Bestand weergeven

@@ -26,7 +26,7 @@
<repositories>
<repository>
<id>vaadin-addons</id>
<url>http://maven.vaadin.com/vaadin-addons</url>
<url>https://maven.vaadin.com/vaadin-addons</url>
</repository>
</repositories>


Laden…
Annuleren
Opslaan