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

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

image - python get coordinates (pixels) of corresponding points from clicks -