Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add maven wrapper to the generated projects #1498

Closed
geoand opened this issue Mar 14, 2019 · 4 comments
Closed

Add maven wrapper to the generated projects #1498

geoand opened this issue Mar 14, 2019 · 4 comments
Labels
kind/enhancement New feature or request
Milestone

Comments

@geoand
Copy link
Contributor

geoand commented Mar 14, 2019

It makes sense to add the maven wrapper to the generated projects (and to the quickstarts) in order to avoid problems were users are using a wrong maven version.

@gsmet @cescoffier Do you agree? If so, I can implement this

@geoand geoand added the kind/enhancement New feature or request label Mar 14, 2019
geoand added a commit to geoand/quarkus that referenced this issue Mar 15, 2019
geoand added a commit to geoand/quarkus that referenced this issue Mar 15, 2019
geoand added a commit to geoand/quarkus that referenced this issue Mar 15, 2019
geoand added a commit to geoand/quarkus that referenced this issue Mar 15, 2019
geoand added a commit to geoand/quarkus that referenced this issue Mar 15, 2019
geoand added a commit to geoand/quarkus that referenced this issue Mar 15, 2019
@gsmet gsmet added this to the 0.12.0 milestone Mar 16, 2019
@fbricon
Copy link
Contributor

fbricon commented Mar 23, 2019

Err... is it me or it doesn't work?

➜  souk mvn io.quarkus:quarkus-maven-plugin:0.12.0:create \
    -DprojectGroupId=foo.bar \
    -DprojectArtifactId=todo-quarked \
    -DclassName="foo.bar.GreetingResource" \
    -Dpath="/hello"
...
[INFO]
[INFO] Maven Wrapper version 0.5.3 has been successfully set up for your project.
[INFO] Using Apache Maven: 3.6.0
[INFO] Repo URL in properties file: https://repo.maven.apache.org/maven2
[INFO]
[INFO]
[INFO] ========================================================================================
[INFO] Your new application has been created in /Users/fbricon/Dev/souk/todo-quarked
[INFO] Navigate into this directory and launch your application with mvn compile quarkus:dev
[INFO] Your application will be accessible on http://localhost:8080
[INFO] ========================================================================================
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.927 s
[INFO] Finished at: 2019-03-23T13:18:01-04:00
[INFO] ------------------------------------------------------------------------
➜  souk cd /Users/fbricon/Dev/souk/todo-quarked
➜  todo-quarked ./mvnw quarkus:list-extensions
zsh: no such file or directory: ./mvnw
➜  todo-quarked la
total 16
-rw-r--r--  1 fbricon  staff    53B 23 Mar 13:17 .dockerignore
-rw-r--r--  1 fbricon  staff   3.5K 23 Mar 13:17 pom.xml
drwxr-xr-x  4 fbricon  staff   128B 23 Mar 13:17 src
drwxr-xr-x  6 fbricon  staff   192B 23 Mar 13:19 target

@gsmet
Copy link
Member

gsmet commented Mar 23, 2019

@fbricon by any chance, was it installed in the souk directory?

@fbricon
Copy link
Contributor

fbricon commented Mar 23, 2019

yup. Looks like someone blindly merged a PR without testing it first ;-)

@gsmet
Copy link
Member

gsmet commented Mar 23, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants