Hi,
I've been using the fornax maven plugin in my project and I'm experiencing
diffeculties with the generation of the eclipse project files from the maven
pom.xml
This is the specification of the fornax plugin in my pom (i.e. all default
values)
<plugin>
<groupId>org.fornax.toolsupport</groupId>
<artifactId>fornax-oaw-m2-plugin</artifactId>
<version>2.0.0</version>
<configuration>
<workflowDescriptor>workflow.oaw</workflowDescriptor>
</configuration>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>run-workflow</goal>
</goals>
</execution>
</executions>
</plugin>
Generation of the eclipse project files succeeds, however the outletTestRes
(src/test/generated/resources) has the default output folder instead of the
test folder in eclipse (i.e. target/classes instead of target/test-classes).
Is this a know issue in the plugin or is something wrong with my
configuration? The other test folders (src/test/java, src/test/resources,
src/test/generated/java) all output to the correct folder.
Regards,
Jeroen
--
View this message in context:
http://www.nabble.com/Eclipse-project-generation-using-the-fornax-maven-plugin-tp17530941s17564p17530941.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fornax-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fornax-developer