Re: Version Management

2007-08-16 Thread Edward Yakop
Hi. You can either use and version range to minimize constant update to your dependencies. Regards, Edward Yakop Note: http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution#DependencyMediationandConflictResolution-DependencyVersionRanges http://docs.codehaus.org

[jira] Commented: (MEV-103) springframework/spring-hibernate should be divided to 2 sub projects (hibernate 2 and hibernate 3)

2005-10-10 Thread Edward Yakop (JIRA)
[ http://jira.codehaus.org/browse/MEV-103?page=comments#action_48198 ] Edward Yakop commented on MEV-103: -- How about making the dependency for both hibernate 2 and hibernate 3 as provided. This way, if users use hibernate 2 part of the spring code, he can

[jira] Created: (MEV-103) springframework/spring-hibernate should be divided to 2 sub projects (hibernate 2 and hibernate 3)

2005-10-04 Thread Edward Yakop (JIRA)
Evangelism Type: Bug Reporter: Edward Yakop IMHO, spring-hibernate pom.xml should not include both hibernate 2 and hibernate 3 as its dependencies. Projects will generally use either hibernate 2 or hibernate 3 as its dependency but not both. By creating sub module for both hibernate 2

[jira] Created: (MEV-77) Hibernate 2.1.8 pom dependency is empty

2005-09-05 Thread Edward Yakop (JIRA)
Hibernate 2.1.8 pom dependency is empty --- Key: MEV-77 URL: http://jira.codehaus.org/browse/MEV-77 Project: Maven Evangelism Type: Bug Reporter: Edward Yakop Hibernate 2.1.8 contains no dependency: 4.0.0 hibernate

[jira] Commented: (MNG-826) Improve the declaration of 3rd party library and exclusion

2005-09-03 Thread Edward Yakop (JIRA)
[ http://jira.codehaus.org/browse/MNG-826?page=comments#action_45751 ] Edward Yakop commented on MNG-826: -- Hi, I'm sorry for the *assigneed* directly, I accidentally cloned a jira issued on similar problem last night. Now, in regards to the proble

[jira] Commented: (MNG-826) Improve the declaration of 3rd party library and exclusion

2005-09-02 Thread Edward Yakop (JIRA)
[ http://jira.codehaus.org/browse/MNG-826?page=comments#action_45727 ] Edward Yakop commented on MNG-826: -- Hi, Sorry for double posting: * How about introducing a property that make all artifact with jar iff artifacts packaging is ejb-client

[jira] Commented: (MNG-826) Improve the declaration of 3rd party library and exclusion

2005-09-02 Thread Edward Yakop (JIRA)
[ http://jira.codehaus.org/browse/MNG-826?page=comments#action_45726 ] Edward Yakop commented on MNG-826: -- 1 Need a way to mark all transitive dependency of a java module to be marked library *hence, added the module as class path item inside MANIFEST.MF

[jira] Created: (MNG-826) Improve the declaration of 3rd party library and exclusion

2005-09-02 Thread Edward Yakop (JIRA)
Improve the declaration of 3rd party library and exclusion -- Key: MNG-826 URL: http://jira.codehaus.org/browse/MNG-826 Project: Maven 2 Type: Improvement Components: maven-plugins Reporter: Edward Yakop