java - Intellij extract maven dependency to artifact -
i having issue intellij.
i have several dependencies in pom. however, when generate artifact, can add maven libraries instead of maven extracting jar contents, maven instead pops entire jar artifact jar. results in program failing load. how can intellij not , instead extract jar contents build?
i configured artifact manually through intellij
<dependency> <groupid>commons-io</groupid> <artifactid>commons-io</artifactid> <version>2.5</version> <scope>compile</scope> </dependency> thank you.
Comments
Post a Comment