[jira] [Updated] (FLINK-15562) Improve the maven archetype command for SNAPSHOT versions document

2020-02-15 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-15562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-15562:
---
Labels: pull-request-available  (was: )

> Improve the maven archetype command for SNAPSHOT versions document
> --
>
> Key: FLINK-15562
> URL: https://issues.apache.org/jira/browse/FLINK-15562
> Project: Flink
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: 1.10.0
>Reporter: Jeff Zhang
>Assignee: Yangze Guo
>Priority: Major
>  Labels: pull-request-available
>
> For SNAPSHOT versions, if using 3.0 or higher version maven, the 
> "archetypeCatalog" is not valid. In FLINK-7839, we add note to inform that 
> issue. 
> In this ticket, we'd like to documents an example settings.xml and pass it to 
> maven.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-15562) Improve the maven archetype command for SNAPSHOT versions document

2020-02-12 Thread Yangze Guo (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-15562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yangze Guo updated FLINK-15562:
---
Description: 
For SNAPSHOT versions, if using 3.0 or higher version maven, the 
"archetypeCatalog" is not valid. In FLINK-7839, we add a note to inform that 
issue. 
In this ticket, we'd like to documents an example settings.xml and pass it to 
maven in SNAPSHOT versions document.

  was:
I try to follow the instruction here to create flink walk though project, but 
hit the following errors.

[https://ci.apache.org/projects/flink/flink-docs-master/getting-started/walkthroughs/table_api.html]
{code:java}
ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-archetype-plugin:3.0.1:generate (default-cli) on 
project standalone-pom: archetypeCatalog 
'https://repository.apache.org/content/repositories/snapshots/' is not 
supported anymore. Please read the plugin documentation for details. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
{code}


> Improve the maven archetype command for SNAPSHOT versions document
> --
>
> Key: FLINK-15562
> URL: https://issues.apache.org/jira/browse/FLINK-15562
> Project: Flink
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: 1.10.0
>Reporter: Jeff Zhang
>Assignee: Yangze Guo
>Priority: Major
>
> For SNAPSHOT versions, if using 3.0 or higher version maven, the 
> "archetypeCatalog" is not valid. In FLINK-7839, we add a note to inform that 
> issue. 
> In this ticket, we'd like to documents an example settings.xml and pass it to 
> maven in SNAPSHOT versions document.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-15562) Improve the maven archetype command for SNAPSHOT versions document

2020-02-12 Thread Yangze Guo (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-15562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yangze Guo updated FLINK-15562:
---
Description: 
For SNAPSHOT versions, if using 3.0 or higher version maven, the 
"archetypeCatalog" is not valid. In FLINK-7839, we add note to inform that 
issue. 
In this ticket, we'd like to documents an example settings.xml and pass it to 
maven.

  was:
For SNAPSHOT versions, if using 3.0 or higher version maven, the 
"archetypeCatalog" is not valid. In FLINK-7839, we add a note to inform that 
issue. 
In this ticket, we'd like to documents an example settings.xml and pass it to 
maven in SNAPSHOT versions document.


> Improve the maven archetype command for SNAPSHOT versions document
> --
>
> Key: FLINK-15562
> URL: https://issues.apache.org/jira/browse/FLINK-15562
> Project: Flink
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: 1.10.0
>Reporter: Jeff Zhang
>Assignee: Yangze Guo
>Priority: Major
>
> For SNAPSHOT versions, if using 3.0 or higher version maven, the 
> "archetypeCatalog" is not valid. In FLINK-7839, we add note to inform that 
> issue. 
> In this ticket, we'd like to documents an example settings.xml and pass it to 
> maven.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-15562) Improve the maven archetype command for SNAPSHOT versions document

2020-02-12 Thread Yangze Guo (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-15562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yangze Guo updated FLINK-15562:
---
Summary: Improve the maven archetype command for SNAPSHOT versions document 
 (was: Unable to create walk through project)

> Improve the maven archetype command for SNAPSHOT versions document
> --
>
> Key: FLINK-15562
> URL: https://issues.apache.org/jira/browse/FLINK-15562
> Project: Flink
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: 1.10.0
>Reporter: Jeff Zhang
>Assignee: Yangze Guo
>Priority: Major
>
> I try to follow the instruction here to create flink walk though project, but 
> hit the following errors.
> [https://ci.apache.org/projects/flink/flink-docs-master/getting-started/walkthroughs/table_api.html]
> {code:java}
> ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-archetype-plugin:3.0.1:generate (default-cli) 
> on project standalone-pom: archetypeCatalog 
> 'https://repository.apache.org/content/repositories/snapshots/' is not 
> supported anymore. Please read the plugin documentation for details. -> [Help 
> 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)