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

Convert all source code to maven project #5

Open
Krzysztof1985 opened this issue Jan 11, 2015 · 6 comments
Open

Convert all source code to maven project #5

Krzysztof1985 opened this issue Jan 11, 2015 · 6 comments

Comments

@Krzysztof1985
Copy link

Hi!

I have bought your book from manning.com but source code is horrible!
Please could you convert whole Spring in Action 4th edition to maven project please?
It's easier and simplier than using gradle....

Regards
Krzysztof

@topriddy
Copy link

topriddy commented May 7, 2015

Yes please. I'm actually considering forking the project and doing just this.

@vijayrajagopal996
Copy link

Please do convert this whole project as a maven

@glocknergrat
Copy link

To convert the examples from the book to eclipse projects (on a Linux OS) do:
./gradlew eclipse in the folder of the project.

@yawak
Copy link

yawak commented Mar 11, 2018

I fork this project and converting it to maven. I think they just need to add maven plugin and a group for pom to be generated automatically.

Example:
apply plugin: 'maven'
group = 'com.sia'

Reference:
https://codexplo.wordpress.com/2014/07/20/gradle-to-maven-conversion-and-vice-versa/

@jdzhang1221
Copy link

I fork this project and converting it to maven. I think they just need to add maven plugin and a group for pom to be generated automatically.

Example:
apply plugin: 'maven'
group = 'com.sia'

Reference:
https://codexplo.wordpress.com/2014/07/20/gradle-to-maven-conversion-and-vice-versa/

Are there any plans to convert to maven projects?

@yawak
Copy link

yawak commented Aug 15, 2019

I fork this project and converting it to maven. I think they just need to add maven plugin and a group for pom to be generated automatically.
Example:
apply plugin: 'maven'
group = 'com.sia'
Reference:
https://codexplo.wordpress.com/2014/07/20/gradle-to-maven-conversion-and-vice-versa/

Are there any plans to convert to maven projects?

See: https://github.com/yawak/SpringInActionExamples

Planning to do a pull request in the future :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants