Re: Blacklisted IP address

2018-09-01 Thread Robert Scholte

Hi,

please go to https://issues.sonatype.org/browse/MVNCENTRAL and file your  
issue there.


thanks,
Robert

On Fri, 31 Aug 2018 22:33:46 +0200, Pavel Zaytsev  
 wrote:



Hello,

I cannot access https://repo1.maven.org when I am using this IP address:
52.200.38.100
When I try, I get this kind of error:

Resolving repo1.maven.org (repo1.maven.org)... 151.101.200.209
Connecting to repo1.maven.org (repo1.maven.org)|151.101.200.209|:443...  
connected.

HTTP request sent, awaiting response... 403 Forbidden
2018-08-31 20:00:17 ERROR 403: Forbidden.

Could you help me or tell me who I should contact please?

Regards,

Pavel


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



liferay plugin version

2018-09-01 Thread Francesco Viscomi
Hi all,
When i compile a project with embedded maven  in eclipse (the version is:
3.1.1/1.5.0.20131218-0705)  it compiles right;

when I try to compile the same project from command line
mvn -version

Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
2017-10-18T09:58:13+02:00)
Maven home: /home/fra/maven/apache-maven-3.5.2
Java version: 1.7.0_80, vendor: Oracle Corporation
Java home: /home/fra/jdk1.7.0_80/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.13.0-38-generic", arch: "amd64", family:
"unix"

it dosn't compile and the error is:

[ERROR] Failed to execute goal
com.liferay.maven.plugins:liferay-maven-plugin:6.2.10.5:build-css (default)
on project sample-spring-mvc-portlet: Execution default of goal
com.liferay.maven.plugins:liferay-maven-plugin:6.2.10.5:build-css failed:
Plugin com.liferay.maven.plugins:liferay-maven-plugin:6.2.10.5 or one of
its dependencies could not be resolved: The following artifacts could not
be resolved: org.apache.maven:maven-artifact:jar:2.0.10,
org.apache.maven:maven-model:jar:2.0.10,
org.apache.maven:maven-plugin-api:jar:2.0.10,
org.apache.maven:maven-project:jar:2.0.10,
org.apache.maven:maven-settings:jar:2.0.10,
org.apache.maven:maven-profile:jar:2.0.10,
org.apache.maven:maven-artifact-manager:jar:2.0.10,
org.apache.maven:maven-repository-metadata:jar:2.0.10,
org.apache.maven:maven-plugin-registry:jar:2.0.10,
org.codehaus.plexus:plexus-component-api:jar:1.0-alpha-15,
org.codehaus.plexus:plexus-classworlds:jar:1.2-alpha-6: Could not transfer
artifact org.apache.maven:maven-artifact:jar:2.0.10 from/to central (
https://repo.maven.apache.org/maven2): Received fatal alert:
protocol_version

How I can solve the issue??

the pom is:




com.liferay.maven.plugins
liferay-maven-plugin
${liferay.maven.plugin.version}


generate-sources

build-css





${liferay.auto.deploy.dir}

${liferay.app.server.deploy.dir}

${liferay.app.server.lib.global.dir}

${liferay.app.server.portal.dir}
${liferay.version}
portlet



maven-compiler-plugin
2.5

UTF-8
1.6
1.6



maven-resources-plugin
2.5

UTF-8







thanks

-- 
Ing. Viscomi Francesco


Re: liferay plugin version

2018-09-01 Thread Robert Scholte
It seems like you've missed an important message: Maven Central  
discontinued support for TLSv1.1 and below.


Read  
https://central.sonatype.org/articles/2018/May/04/discontinued-support-for-tlsv11-and-below/  
for all the details and how to solve this.


thanks,
Robert

ps. Stack Overflow has several questions and answers about this too, like  
https://stackoverflow.com/questions/50824789/why-am-i-getting-received-fatal-alert-protocol-version-or-peer-not-authentic


On Sat, 01 Sep 2018 17:12:57 +0200, Francesco Viscomi   
wrote:



Hi all,
When i compile a project with embedded maven  in eclipse (the version is:
3.1.1/1.5.0.20131218-0705)  it compiles right;

when I try to compile the same project from command line
mvn -version

Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
2017-10-18T09:58:13+02:00)
Maven home: /home/fra/maven/apache-maven-3.5.2
Java version: 1.7.0_80, vendor: Oracle Corporation
Java home: /home/fra/jdk1.7.0_80/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.13.0-38-generic", arch: "amd64", family:
"unix"

it dosn't compile and the error is:

[ERROR] Failed to execute goal
com.liferay.maven.plugins:liferay-maven-plugin:6.2.10.5:build-css  
(default)

on project sample-spring-mvc-portlet: Execution default of goal
com.liferay.maven.plugins:liferay-maven-plugin:6.2.10.5:build-css failed:
Plugin com.liferay.maven.plugins:liferay-maven-plugin:6.2.10.5 or one of
its dependencies could not be resolved: The following artifacts could not
be resolved: org.apache.maven:maven-artifact:jar:2.0.10,
org.apache.maven:maven-model:jar:2.0.10,
org.apache.maven:maven-plugin-api:jar:2.0.10,
org.apache.maven:maven-project:jar:2.0.10,
org.apache.maven:maven-settings:jar:2.0.10,
org.apache.maven:maven-profile:jar:2.0.10,
org.apache.maven:maven-artifact-manager:jar:2.0.10,
org.apache.maven:maven-repository-metadata:jar:2.0.10,
org.apache.maven:maven-plugin-registry:jar:2.0.10,
org.codehaus.plexus:plexus-component-api:jar:1.0-alpha-15,
org.codehaus.plexus:plexus-classworlds:jar:1.2-alpha-6: Could not  
transfer

artifact org.apache.maven:maven-artifact:jar:2.0.10 from/to central (
https://repo.maven.apache.org/maven2): Received fatal alert:
protocol_version

How I can solve the issue??

the pom is:




com.liferay.maven.plugins
liferay-maven-plugin
${liferay.maven.plugin.version}


generate-sources

build-css





${liferay.auto.deploy.dir}

${liferay.app.server.deploy.dir}

${liferay.app.server.lib.global.dir}

${liferay.app.server.portal.dir}
${liferay.version}
portlet



maven-compiler-plugin
2.5

UTF-8
1.6
1.6



maven-resources-plugin
2.5

UTF-8







thanks


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



[HEADS UP] Maven SCM 1.11.0 coming

2018-09-01 Thread Michael Osipov

Folks,

I'd like to release Maven SCM 1.11.0 in a week or so. If someone wants 
to add a fix or an improvement, please go ahead. We have a lot of open 
issues without any feedback for sometime.


Michael

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org