Hi! >> It looks like this is not possible, at least I dont see how to do it. >> What will be possible is to add myfaces-shared-impl-2.0.0-SNAPSHOT.jar >> (the classes) to the classpath >> and attach myfaces-shared-impl-2.0.0-SNAPSHOT-sources.jar as source to it. >> > > Yes, that's exactly what I do (ie. the new idea-plugin does) in IDEA. > So with eclipse this is possible too then, maybe the maven-eclipse-plugin need some handwork ... >> In either case, you will have multiple independent versions of these >> classes in your IDE. >> The problem is due to the different package names. >> > > What do you mean by "independent"? > I meant with "independent", the IDE cant help as it sees three different classes. > The way may be painful in some points but I'm > sure it's worth the only single drawback we have now: We cannot do > IDE-supported refactoring of a shared class. > Never thought that price will be worth it, but hey: I trust you :-) I am pretty sure you wouldnt have done it if there were another way.
So - at all - thanks for your (and all the mavenizers here ;-) ) hard work! Ciao, Mario
