I may be a bit tipsy, but how you will probably have to do that is remove the dependency that has that jar attached to it and add the dependencies to your maven repository manually. I have been using maven since it came out and I don't know of any way to exclude specific jars from your buildpath that are dependencies of dependencies. You can either do a search for them on sourceforge or place them in a local repository and point maven to look at that repository. I would advise against doing this though, because when there are updates to appfuse, you will have a harder time updating your objects. Just curious as to why you would like to do the compile yourself? It seems like you may be making some changes and if you are making your own modification of the platform you will want to make it into one platform and install that into your maven repository and then just add that as your dependency within your pom instead of the expected appfuse dependency. Hope that helps.

chino fish wrote:

Because I want to copy src of them into

src/main/java/

and do the compile by myself ,so

how to remove the dependency just through modification of pom.xml ?

chinofish


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to