maven-play2-plugin icon indicating copy to clipboard operation
maven-play2-plugin copied to clipboard

Modules packaging

Open s17t opened this issue 12 years ago • 2 comments

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 ?

s17t avatar Jul 13 '12 07:07 s17t

what's the play2 directory ?

Do you mean dependency ?

cescoffier avatar Jul 13 '12 09:07 cescoffier

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

s17t avatar Jul 13 '12 10:07 s17t