Le 11/11/2010 12:53, Daone a écrit :
Hi !
The thing is that in my current situation I have no idea on how to use/write goals in Maven inside Eclipse to make my JAXX-files to be compiled..because I cannot find anywhere some manual on how to do that...Ledsen Is there something wrong with my pom.xml file perhaps or something else...if you need additional information I can say that I have jaxx-maven-2.2.2 plugin...for my pom.xml file in Maven project....if you need I could send you the file if this would help to gain better understanding on my issue......
any help is truly appreciated...
Hi, You need to add this in your pom build section : <plugin> <groupId>org.nuiton.jaxx</groupId> <artifactId>maven-jaxx-plugin</artifactId> <version>2.2.3</version> <configuration> <generateHelp>active</generateHelp> <locales>en</locales> </configuration> <executions> <execution> <goals> <goal>generate</goal> </goals> </execution> </executions> </plugin> This should generate java files simply running command "mvn clean install" If it is working, but eclipee don't undertand files in target/generated/java directory, just add it to eclipse classpath using context menu : "Build path > Use as source folder" -- Éric <chatellier@codelutin.com> Tel: 02 40 50 29 28 http://www.codelutin.com