Dinh Quan
Dinh Quan

Reputation: 1307

Auto-generating dependencies in pom.xml

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

Answers (1)

dunni
dunni

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

Related Questions