Thanks.
but i just want to do the things like :

http://appfuse.org/display/APF/AppFuse+Core+Classes
http://appfuse.org/display/APF/AppFuse+Core+Classes 

"Exclude the AppFuse Data Common Package"

there do exist possibility to modify something, such as User logic.





Eric Fitzsimmons wrote:
> 
> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-remove-the-dependency-of-appfuse-hibernate-2.0-m4.jar---appfuse-service-2.0-m4.jar-tf3731201s2369.html#a10447485
Sent from the AppFuse - User mailing list archive at Nabble.com.

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

Reply via email to