cescoffier / maven-play2-plugin

A Maven Plugin to build Play2 applications
Apache License 2.0
49 stars 41 forks source link

Modules packaging #20

Open s17t opened 12 years ago

s17t commented 12 years ago

Hi, I am following the stable release documentation. I am trying build an application and a module. The module compile and install fine but when I build the main application maven can't find the module. It only works if I remove the play2 directory from the module's pom.

However this step is not in the documentation. Did I missed something ?

cescoffier commented 12 years ago

what's the play2 directory ?

Do you mean dependency ?

s17t commented 12 years ago

I meant <packaging>play2</packaging> tag or use 'jar' packaging.