[
https://issues.apache.org/jira/browse/NETBEANS-3936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Fink updated NETBEANS-3936:
----------------------------------
Fix Version/s: (was: 11.3)
12.0
> Project creation from payara-micro-maven-archetype failed
> ---------------------------------------------------------
>
> Key: NETBEANS-3936
> URL: https://issues.apache.org/jira/browse/NETBEANS-3936
> Project: NetBeans
> Issue Type: Bug
> Components: projects - Maven
> Affects Versions: 11.1, 11.2, 11.3
> Reporter: Gaurav Gupta
> Assignee: Gaurav Gupta
> Priority: Major
> Labels: Payara-Micro
> Fix For: 12.0
>
>
> Earlier maven supports the creation of a project from the latest version
> archetype by defining the blank version in archetypeVersion property in
> command line but now it is mandatory to defined the archetypeVersion, hence
> results in the following error:
> {code:java}
> [WARNING] Error reading archetype catalog http://repo.maven.apache.org/maven2
> org.apache.maven.wagon.TransferFailedException: Failed to transfer file
> http://repo.maven.apache.org/maven2 with status code 501{code}
> The correct command defines -DarchetypeVersion=1.0.4 to generate a project
> from archetype:
> {code:java}
> mvn -DarchetypeGroupId=fish.payara.maven.archetypes
> -DarchetypeArtifactId=payara-micro-maven-archetype -DarchetypeVersion=1.0.4
> -DarchetypeRepository=https://repo.maven.apache.org/maven2
> -DgroupId=com.mycompany -DartifactId=mavenproject33 -Dversion=1.0-SNAPSHOT
> -Dpackage=com.mycompany.mavenproject33 -DjavaeeVersion=8.0
> -DpayaraMicroVersion=5.194 -DautoBindHttp=true -DcontextRoot=/
> -Darchetype.interactive=false --batch-mode
> org.apache.maven.plugins:maven-archetype-plugin:2.4:generate{code}
> The issue found in all versions of Apache NetBeans IDE (which supports Payara
> Micro) due to restriction in maven central.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists