Hi Jacek, I discovered some Maven 3 feature during devoxx 2009! So i updated my Maven binaries and the maven integration for eclipse.
I got a lot of warnings and 2 error messages. It was really simple to fix it ! There are a lot of warnings i'd like to fix but did not get time to. Jean-Louis Jacek Laskowski wrote: > > Hi, > > I wonder why m3 cares about duplicates that I could consider to make > the build merely slower not broken. Anyway, it's nice it could catch > the culprit (or it was you? how?). > > Jacek > > On Wed, Jan 27, 2010 at 11:08 AM, <[email protected]> wrote: >> Author: jlmonteiro >> Date: Wed Jan 27 10:08:22 2010 >> New Revision: 903588 >> >> URL: http://svn.apache.org/viewvc?rev=903588&view=rev >> Log: >> Remove duplicate entries (dependencies) because it breaks Maven 3 builds. >> >> Modified: >> openejb/trunk/openejb3/container/openejb-core/pom.xml >> openejb/trunk/openejb3/pom.xml >> >> Modified: openejb/trunk/openejb3/container/openejb-core/pom.xml >> URL: >> http://svn.apache.org/viewvc/openejb/trunk/openejb3/container/openejb-core/pom.xml?rev=903588&r1=903587&r2=903588&view=diff >> ============================================================================== >> --- openejb/trunk/openejb3/container/openejb-core/pom.xml (original) >> +++ openejb/trunk/openejb3/container/openejb-core/pom.xml Wed Jan 27 >> 10:08:22 2010 >> @@ -253,12 +253,6 @@ >> </dependency> >> <dependency> >> <groupId>org.apache.openejb</groupId> >> - <artifactId>openejb-itests-interceptor-beans</artifactId> >> - <version>${version}</version> >> - <scope>test</scope> >> - </dependency> >> - <dependency> >> - <groupId>org.apache.openejb</groupId> >> <artifactId>openejb-itests-client</artifactId> >> <version>${version}</version> >> <scope>test</scope> >> >> Modified: openejb/trunk/openejb3/pom.xml >> URL: >> http://svn.apache.org/viewvc/openejb/trunk/openejb3/pom.xml?rev=903588&r1=903587&r2=903588&view=diff >> ============================================================================== >> --- openejb/trunk/openejb3/pom.xml (original) >> +++ openejb/trunk/openejb3/pom.xml Wed Jan 27 10:08:22 2010 >> @@ -890,11 +890,6 @@ >> <version>1.3-r699049</version> >> </dependency> >> <dependency> >> - <groupId>commons-collections</groupId> >> - <artifactId>commons-collections</artifactId> >> - <version>3.2</version> >> - </dependency> >> - <dependency> >> <groupId>axis</groupId> >> <artifactId>axis</artifactId> >> <version>1.4</version> >> >> >> > > > > -- > Jacek Laskowski > Notatnik Projektanta Java EE - http://wszystkojawne.pl > p.s. Szukam speca/firmy od grafiki/CSS/HTML > > -- View this message in context: http://n4.nabble.com/Re-svn-commit-r903588-in-openejb-trunk-openejb3-container-openejb-core-pom-xml-pom-xml-tp1311651p1311957.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.
