cescoffier / maven-play2-plugin

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

Cannot find packaged file #36

Closed graineri closed 11 years ago

graineri commented 11 years ago

I'm having an issue while performing a mvn clean install.

The issue is: Failed to execute goal de.akquinet.innovation.play2:play2-maven-plugin:1.2.1:package (default-package) on project myProject: Cannot find packaged file -> [Help 1]

I've taken a look at the code and seems to be looking for a scala directory. Is that correct? Do I need to have a special folder structure? Am I missing any configuration?

Files are being compiled into target/ instead of target/scala-2.9.1 which is what I think this plugin expects. Any ideas why?

Play Version: 2.0.4 Scala Version: 2.9.1

Thanks in advance!

graineri commented 11 years ago

There was an issue in my Build.scala file.

Solved!