Setting CXF eclipse output directory to be eclipse-classes instead of target
----------------------------------------------------------------------------
Key: CXF-1357
URL: https://issues.apache.org/jira/browse/CXF-1357
Project: CXF
Issue Type: Improvement
Components: Build system
Reporter: willem Jiang
Assignee: willem Jiang
Fix For: 2.0.4, 2.1
It is painful when you run mvn clean install in the trunk, If eclipse already
starts and caches the target directory classes.
Since mvn will delete the classes in the target directory, and eclipse will
lost the reference of these classes.
If you want to eclipse work again, you have to clean the project and let
eclipse automatic build the project again, but this is a time consuming work.
I suggest to set the mvn eclipse plugin's configuration output directory to be
eclipse-classes not the default target directory , so eclipse output directory
and mvn output directory will not share the same directory.
So this issue will be solved.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.