[forge-issues] [JBoss JIRA] (FORGE-2638) project-new wizard to support Spring projects using the spring initializer wizard

Claus Ibsen (JIRA) issues at jboss.org
Mon Apr 25 05:45:01 EDT 2016


    [ https://issues.jboss.org/browse/FORGE-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196324#comment-13196324 ] 

Claus Ibsen commented on FORGE-2638:
------------------------------------

Thanks James, I got this far now
{code}
[forge-distribution-3.1.0.Final]$ project-new
***INFO*** Required inputs not satisfied, entering interactive mode
* Project name:  bar
? Top level package [org.bar]:
? Version [1.0.0-SNAPSHOT]:
? Final name:
? Project location [/opt/forge-distribution-3.1.0.Final]:

[0] (x) war
[1] ( ) spring-boot
[2] ( ) jar
[3] ( ) parent
[4] ( ) forge-addon
[5] ( ) resource-jar
[6] ( ) ear
[7] ( ) from-archetype
[8] ( ) from-archetype-catalog
[9] ( ) microservice
[10] ( ) integration
[11] ( ) django
[12] ( ) go
[13] ( ) nodejs
[14] ( ) rails
[15] ( ) swift
[16] ( ) vert.x
[17] ( ) generic

Press <ENTER> to confirm, or <CTRL>+C to cancel.
* Project type: [0-17] 1

[0] (x) Maven

Press <ENTER> to confirm, or <CTRL>+C to cancel.
* Build system: [0] 0

[0] ( ) JAVA_EE_7
[1] ( ) JAVA_EE_6
[2] ( ) NONE

Press <ENTER> to confirm, or <CTRL>+C to cancel.
? Stack (The technology stack to be used in this project): [0-2] 2
***SUCCESS*** Project named 'bar' has been created.
***SUCCESS*** Created new Spring Boot project!!!
{code}

The last output is from my command.

> project-new wizard to support Spring projects using the spring initializer wizard
> ---------------------------------------------------------------------------------
>
>                 Key: FORGE-2638
>                 URL: https://issues.jboss.org/browse/FORGE-2638
>             Project: Forge
>          Issue Type: Feature Request
>            Reporter: James Strachan
>
> The Spring Initalizr is a great way to create new spring based projects:
> https://github.com/spring-io/initializr
> e.g. you can try it online here:
> http://start.spring.io/
> it'd be great to have a Spring ProjectType which if selected takes you to a second wizard page that lets you configure the spring related capabilities when creating new projects via Forge



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the forge-issues mailing list