you can put that in the parent pom so it will be used in all modules
---------- Forwarded message ---------- From: <[email protected]> Date: Fri, Feb 27, 2009 at 10:26 AM Subject: svn commit: r748458 - /incubator/empire-db/trunk/empire-db-examples/empire-db-example-cxf/pom.xml To: [email protected] Author: doebele Date: Fri Feb 27 09:26:55 2009 New Revision: 748458 URL: http://svn.apache.org/viewvc?rev=748458&view=rev Log: (empty) Modified: incubator/empire-db/trunk/empire-db-examples/empire-db-example-cxf/pom.xml Modified: incubator/empire-db/trunk/empire-db-examples/empire-db-example-cxf/pom.xml URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-examples/empire-db-example-cxf/pom.xml?rev=748458&r1=748457&r2=748458&view=diff ============================================================================== --- incubator/empire-db/trunk/empire-db-examples/empire-db-example-cxf/pom.xml (original) +++ incubator/empire-db/trunk/empire-db-examples/empire-db-example-cxf/pom.xml Fri Feb 27 09:26:55 2009 @@ -53,4 +53,17 @@ </dependency> </dependencies> + <build> + <plugins> + <!-- Eclipse-Projekt --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-eclipse-plugin</artifactId> + <configuration> + <downloadSources>true</downloadSources> + </configuration> + </plugin> + </plugins> + </build> + </project> \ No newline at end of file -- http://www.somatik.be Microsoft gives you windows, Linux gives you the whole house.
