You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jesse Farinacci <ji...@gmail.com> on 2010/03/25 22:02:00 UTC

Re: [WARNING] GWT plugin is configured to detect modules, but none where found (sp)

Hi Andy,

On Thu, Mar 25, 2010 at 3:50 PM, nhcoder <an...@hotmail.com> wrote:
>
> According to the documentation at
> http://mojo.codehaus.org/gwt-maven-plugin/user-guide/compiler.html, if I
> don't specify a module that the plugin will automagically search for
> .gwt.xml files.  Well, there is definitely a file that ends in .gwt.xml in
> src/com/mycompany_tech.  My pom is below. Is this a bug with the plugin or
> is my POM wrong?  Thanks,
>
> Andy
>

You should not have '${basedir}/src/com/mycompany_tech'; you probably
want to put your .gwt.xml files into
'${basedir}/src/main/resources/com/mycompany/tech' or some such.

There's also a separate mailing list for the GWT plugin located at
http://groups.google.com/group/codehaus-mojo-gwt-maven-plugin-users --
good luck!

-Jesse

-- 
There are 10 types of people in this world, those
that can read binary and those that can not.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org