Reputation: 1307
I'm converting a project to maven projects. So I want all dependencies in pom.xml will be autogenerated from library (contains about 100 jar files, and doing it manually may waste much time). Any help?
Upvotes: 1
Views: 3534
Reputation: 44515
The JBoss Tools contain some Maven integrations, which can do that. You can find more about that here, and there is the installation link.
Upvotes: 2