[ 
https://issues.apache.org/jira/browse/CXF-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557548#action_12557548
 ] 

willem Jiang commented on CXF-1357:
-----------------------------------


I got a plan to add a new profile to set the eclipse.outputDirectory property. 

If you want to still use ./target/classes as the eclipse project output 
directory , you just type mvn -Psetup.eclipse.

If you want to use ./eclipse-classes as the eclipse project output directory, 
you need to type mvn -Pset.eclipse.output, setup.eclipse

Willem

> 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.

Reply via email to