Gaurav Gupta created NETBEANS-3936:
--------------------------------------

             Summary: 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
            Reporter: Gaurav Gupta


Earlier maven supports the creation of a project from the latest version 
archetype by defining the blank version in archetypeVersion property but now it 
is restricted and 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 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}
This caused in all versions of Apache NetBeans IDE 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

Reply via email to