Hello Josse,

This has nothing to do with GWT-Maven plugin. Please post to
[email protected], thanks!

-jesse

On Mon, Apr 6, 2009 at 9:28 AM, Josse <[email protected]> wrote:
>
> Hello all, I'm new in the use of gwt with and i need some help on the
> following pom :
>
> <?xml version="1.0" encoding="UTF-8"?>
> <project xmlns="http://maven.apache.org/POM/4.0.0";
> targetNamespace="http://maven.apache.org/POM/4.0.0";>
>   <modelVersion>4.0.0</modelVersion>
>
>        <parent>
>                <artifactId>parent</artifactId>
>                <groupId>fr.im.am.peg</groupId>
>                <version>0.1-SNAPSHOT</version>
>        </parent>
>   <groupId>fr.tm.ima.Com</groupId>
>   <artifactId>CommunicationClient</artifactId>
>   <version>0.1-SNAPSHOT</version>
>   <packaging>jar</packaging>
>   <name>CommunicationClient</name>
>
>   <build>
>
>
>     <resources>
>         <resource>
>            <directory>gen</directory>
>         </resource>
>      </resources>
>
>       <plugins>
>         <plugin>
>            <groupId>org.apache.maven.plugins</groupId>
>            <artifactId>maven-compiler-plugin</artifactId>
>            <configuration>
>               <source>1.5</source>
>               <target>1.5</target>
>            </configuration>
>         </plugin>
>      </plugins>
>   </build>
>
> </project>
>
> The jar I get from this pom contains only the source code of the gen
> directory and not the compile files. Do you know how can I get them?
>

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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"gwt-maven" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gwt-maven?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to