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

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -