From ad2a4e950d6c861c0fec8926fd0c30c09405a071 Mon Sep 17 00:00:00 2001
From: epugh maven.eclipse.resources.addtoclasspath to control whether to add pom.resources etc or not. Provide backwards compatiblity.maven.eclipse.resources.addtoclasspath to control whether to add pom.resources etc or not. Provide backwards compatiblity.cactus.src.dir
+ By default, the plugin will load as seperate source folders any directory found in
+ ${maven.build.dir}/generated-sources. So, if you generate your mock objects into
+ ${maven.build.dir}/generated-sources/mocks and your wsdl classes into
+ ${maven.build.dir}/generated-sources/wsdl then each of these directories will be mounted
+ as source folders. Note: You must have already created these directories, otherwise the
+ plugin won't know to add them as source folders. Before running maven eclipse
+ just ensure you have already generated all of your source code.
+
For example, if you used the XDoclet Plugin for Maven to generate Hibernate mapping files,
- they would be placed in /target/generated-sources/xdoclet/. While, if you used the
+ they would be placed in /target/generated-sources/xdoclet/. While, if you used the
Hibernate Plugin for Maven to generate the SQL scripts for generating a database then that
- would be placed in /target/generated-sources/schema/.
+ would be placed in /target/generated-sources/schema/.
Settings in project.properties: