Hi,

i have a problem with WTP and M2 Plugin. The problem is in file:- .settings/org.eclipse.wst.common.component. If you I use the project (web-project) without "Resolve dependencies from Workspace ..." it's work fine, but if i use the project with "Resolve dependencies from Workspace ..." then i have a problem with jars for dependent projects which was created from maven or eclipse.
This is a context of the file:<
<?xml version="1.0" encoding="UTF-8"?>
   <project-modules id="moduleCoreId" project-version="1.5.0">
   <wb-module deploy-name="test-core">
   <wb-resource deploy-path="/" source-path="/src/main/java"/>
   <wb-resource deploy-path="/" source-path="/src/test/java"/>
   <wb-resource deploy-path="/" source-path="/src/test/resources"/>
</wb-module>
</project-modules>
The jar created from this file. In this case added the plugin test data in jars. The correct was the this data:-
   <wb-resource deploy-path="/" source-path="/src/test/java"/>
   <wb-resource deploy-path="/" source-path="/src/test/resources"/>
ignore. This only for test. But it was in jars added. Why?

Alexander Vaysberg




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to