java - Eclipse Luna, m2eclipse: empty dependency when dependency is a workspace project -


i working eclipse luna.

i have dynamic web project workspace: project-web. project depends on project workspace: project-lib.

so scenario: project-web[:war] ---depends on--> project-lib[:jar]

i have checked "resolve dependences workspace projects" option properties -> maven web project.

when run "mvn clean package" project-web maven creates war file target directory have issue. if explode war file, find empty folder called "project-lib" web-inf/lib directory.

since library empty java exceptions on tomcat startup.

how create war project-web correctly?

thanks in advance.

enrico


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -